Hello,
I commented out:
memset((void*)BUILD_STACK_ADDR,0,BUILD_EBDA_MINIMUM -BUILD_STACK_ADDR);
Now I can see some debug messages after "Jump to int19", but coreboot is already restarting.
Is it worth testing with FILO? In any case I want to use this setup to boot FreeBSD and I think SeaBIOS is the only choice.
I will ask on the coreboot mailing list.
Thank you very much for your help.
Best regards,
Elisenda
On 06/01/2012 2:29, Kevin O'Connor wrote:
Well, you could comment out the memset() command and see how far it gets. I suspect though that it will just crash somewhere else. I think you'll need to ask on the coreboot mailing list.
-Kevin