LinuxBIOS SDK, Building LinuxBIOS Next Previous Contents

LinuxBIOS SDK

4. Building LinuxBIOS


4.1 Preparations

For K7SEM motherboard,
$ linuxbios.init /usr/src/linuxbios/freebios /usr/src/linuxbios/configs/k7sem.config

For Winfast 6300 motherboard,
$ linuxbios.init /usr/src/linuxbios/freebios /usr/src/linuxbios/configs/winfast6300.config

After running linuxbios.init command, k7sem or winfast6300 will be created at /usr/src/linuxbios/buildrom respectively.

4.2 Building LinuxBIOS

Once the working directory is created, LinuxBIOS's IPL and kernel image can be built.

$ cd /usr/src/linuxbios/buildrom
$ make

It will create linux.bin.gz, linuxbios.strip and docipl. These files will be used during the flashing DiskOnChip steps.

4.3 LinuxBIOS Configuration Options

Keywordsvalue
targetnone
commandlineboot command line
mainboardnone
linuxnone
dociplnone
option DEBUGnone
option SERIAL_CONSOLEnone
option SERIAL_POSTnone
option DEFAULT_CONSOLE_LOGLEVELnone
option MUST_ENABLE_FLOPPYnone
option NO_KEYBOARDnone
option USE_ELF_BOOTnone
option RAMTESTnone
option HAVE_PIRQ_TABLEnone
option OLD_KERNEL_HACKnone
option HAVE_FRAMEBUFFERnone
option DISABLE_INTERNAL_DEVICESnone

After changing the configuration file, linuxbios.init has to be re-run in order to have the new change to take effect.



Next Previous Contents