* ¹Ú¿µ¿ì ywpark@core.kaist.ac.kr [040809 14:53]:
Hi there,
We are developing LinuxBIOS upon GEODE SC1200 (from AMD)
We want to boot Linux image from IDE Currently, we have completed the BIOS configuration & could be booting with that configuration
I think that it's done to read the compressed image from IDE(0x7e00) to memory(0x100000) But We could not load linux image(stopped at "jumping_to_bootcode" , which LinuxBIOS printed)
What can we do?
Did you use mkelfImage? Did you specify a kernel command line to use a serial console (console=ttyS0,115200n8 or similar)
Stefan