Etherboot

From coreboot
Revision as of 19:18, 1 March 2005 by Yhlu (talk | contribs)
Jump to navigation Jump to search

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

  1. commen out
  2. CFLAGS+= -DPCBIOS
  1. enable
  2. CFLAGS+= -DCONFIG_X86_64
  1. CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -#DCONFIG_PCI_DIRECT -DELF_IMAGE
  1. enable VGA
  2. CFLAGS+= -DCONSOLE_DIRECT_VGA