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?
Any help or point to the help will be appreciated
Regards
pywha
* ¹Ú¿µ¿ì 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
Can you please specify the command line you are using for your payload?
On Mon, 9 Aug 2004, [ks_c_5601-1987] ¹Ú¿µ¿ì wrote:
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?
Any help or point to the help will be appreciated
Regards
pywha