I found the Config of elitegroup/k7sem has missed something... without the following lines. I can't build the correct romimage.
--------------------------- mainboardinit cpu/i386/reset16.inc ldscript cpu/i386/reset16.lds ---------------------------
but with these lines, I can build the correct image, but linuxbios don't go.
output message is :
---------------------------- LinuxBIOS-1.0.0 Sat May 17 19:34:29 CST 2003 starting... 0
LinuxBIOS-1.0.0 Sat May 17 19:34:29 CST 2003 starting... 0
LinuxBIOS-1.0.0 Sat May 17 19:34:29 CST 2003 starting... 0 ----------------------------
while I download the romimage from cwlinux.com. I can run LinuxBIOS.
here is my config file
------------------------------------- target k7sem mainboard elitegroup/k7sem cpu k7
option ZKERNEL_START=0xfffc0000 option SERIAL_CONSOLE=1 option DEFAULT_CONSOLE_LOGLEVEL=8 option MAXIMUM_CONSOLE_LOGLEVEL=8 option DEBUG=1 option MII_ENABLE=1 option USE_GENERIC_ROM=1 option STD_FLASH=1 option CONFIG_COMPRESS=0
option ROM_SIZE=131072 option PAYLOAD_SIZE=65536
option USE_ELF_BOOT=1 payload ../sis900.ebi ---------------------------------------
am I miss something?