On Mon, Dec 14, 2009 at 08:37:44PM -0600, Anthony Liguori wrote: > Okay, I think I've figured out how this is supposed to work. With these > two patches to SeaBIOS and the patch to qemu, I can run:
Yes - I think this is the best way to fix this. Space optimizations can be most easily done by allowing SeaBIOS to copy the option roms into the area between 0xc0000-0xf0000. This is also what a real BIOS would do, and it's what SeaBIOS does when it is run on real hardware. -Kevin