Etherboot
The wiki is being retired!
Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!
Download Etherboot --- Please use 5.2.6
Config changes needed for LinuxBIOS support
src/arch/i386/Config
commen out
CFLAGS+= -DPCBIOS
enable
CFLAGS+= -DCONFIG_X86_64
CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -DCONFIG_PCI_DIRECT -DELF_IMAGE
enable VGA
CFLAGS+= -DCONSOLE_DIRECT_VGA
src/Config
CFLAGS+= -DBOOT_FIRST=BOOT_NIC CFLAGS+= -DBOOT_SECOND=BOOT_DISK
enable
# for direct PC kbd support CFLAGS+= -DCONSOLE_PC_KBD # for FILO support it will make main call pci_init CFLAGS+= -DCONFIG_FILO