qemu-e2k/pc-bios/optionrom
Alexander Graf 77873196f3 Convert multiboot to fw_cfg backed data storage
Right now we load the guest kernel to RAM, fire off the BIOS, hope it
doesn't clobber memory and run an option rom that jumps into the kernel.

That breaks with SeaBIOS, as that clears memory. So let's read all
kernel, module etc. data using the fw_cfg interface when in the int19
handler.

This patch implements said mechanism for multiboot.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-11-17 10:39:02 -06:00
..
Makefile optionrom: create .PHONY variable 2009-10-06 14:46:10 -05:00
multiboot.S Convert multiboot to fw_cfg backed data storage 2009-11-17 10:39:02 -06:00
signrom.sh Fix checksum writing in signboot.sh 2009-08-10 13:05:30 -05:00