Etherboot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Config changes needed for LinuxBIOS support | 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''''' |
Revision as of 19:17, 1 March 2005
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