Difference between revisions of "Etherboot"
From coreboot
| Line 1: | Line 1: | ||
Download [http://www.etherboot.org Etherboot] --- Please use 5.2.6 | Download [http://www.etherboot.org Etherboot] --- Please use 5.2.6 | ||
| + | |||
| + | Config changes needed for LinuxBIOS support | ||
| + | |||
| + | src/Config | ||
| + | |||
| + | # Select which buses etherboot should support | ||
| + | CFLAGS+= -DCONFIG_PCI -DCONFIG_ISA | ||
| + | ====>'''''CFLAGS+= -DCONFIG_PCI ''''' | ||
| + | #CFLAGS+= -DCONFIG_PCMCIA | ||
| + | |||
| + | # For prompting and default on timeout | ||
| + | '''''#'''''CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC | ||
| + | '''''CFLAGS+= -DBOOT_FIRST=BOOT_NIC | ||
| + | CFLAGS+= -DBOOT_SECOND=BOOT_DISK'''''# If you would like to attempt to boot from other devices as well as the network. | ||
| + | # CFLAGS+= -DBOOT_SECOND=BOOT_FLOPPY | ||
| + | # CFLAGS+= -DBOOT_THIRD=BOOT_DISK | ||
| + | # CFLAGS+= -DBOOT_INDEX=0 | ||
| + | |||
| + | |||
| + | |||
| + | # for btext console support | ||
| + | #CFLAGS+= -DCONSOLE_BTEXT | ||
| + | # for direct PC kbd support | ||
| + | '''''CFLAGS+= -DCONSOLE_PC_KBD''''' | ||
| + | # for FILO support it will make main call pci_init | ||
| + | '''''CFLAGS+= -DCONFIG_FILO''''' | ||
| + | |||
| + | |||
| + | arch/i386/Config | ||
| + | |||
| + | '''''#'''''CFLAGS+= -DPCBIOS | ||
| + | |||
| + | # Compile in k8/hammer support | ||
| + | '''''CFLAGS+= -DCONFIG_X86_64''''' | ||
| + | |||
| + | # Options to make a version of Etherboot that will work under linuxBIOS. | ||
| + | '''''CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -DCONFIG_PCI_DIRECT -DELF_IMAGE'''''#VGA | ||
| + | '''''CFLAGS+= -DCONSOLE_DIRECT_VGA''''' | ||
Revision as of 19:09, 1 March 2005
Download Etherboot --- Please use 5.2.6
Config changes needed for LinuxBIOS support
src/Config
- Select which buses etherboot should support
CFLAGS+= -DCONFIG_PCI -DCONFIG_ISA ====>CFLAGS+= -DCONFIG_PCI
- CFLAGS+= -DCONFIG_PCMCIA
- For prompting and default on timeout
#CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC CFLAGS+= -DBOOT_FIRST=BOOT_NIC CFLAGS+= -DBOOT_SECOND=BOOT_DISK# If you would like to attempt to boot from other devices as well as the network.
- CFLAGS+= -DBOOT_SECOND=BOOT_FLOPPY
- CFLAGS+= -DBOOT_THIRD=BOOT_DISK
- CFLAGS+= -DBOOT_INDEX=0
- for btext console support
- CFLAGS+= -DCONSOLE_BTEXT
- for direct PC kbd support
CFLAGS+= -DCONSOLE_PC_KBD
- for FILO support it will make main call pci_init
CFLAGS+= -DCONFIG_FILO
arch/i386/Config
#CFLAGS+= -DPCBIOS
- Compile in k8/hammer support
CFLAGS+= -DCONFIG_X86_64
- Options to make a version of Etherboot that will work under linuxBIOS.
CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -DCONFIG_PCI_DIRECT -DELF_IMAGE#VGA CFLAGS+= -DCONSOLE_DIRECT_VGA