#!/bin/sh # build lbgrub2: # target/target_alias assume that you use i386-elf-gcc configure --with-platform=linuxbios --target=i386-elf --prefix=$some_reasonable_location target_alias=i386-elf $GNUMAKE && $GNUMAKE install # build lbgrub2 image: # add whatever modules you see fit ./bin/i386-elf-grub-mkimage -o core.img normal fat iso9660 pc atadisk rom lar ls cat cmp hello help serial terminal test configfile multiboot boot loopback # build linuxbiosv3: # setup to use core.img as ELF payload # build, use as usual