Avi Kivity wrote:

IIRC the rombios32.c writes to the memory it is in, so it expects RAM, not ROM.

kvm doesn't support ROM, so it would work.  Qemu doesn't, so it would fail.


You can specify either RAM or ROM in Qemu, but you have to edit the C code.

If you need RAM in the low 640K, your choices are roughly 0x300..0x340 or in the EBDA.

        -hpa
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to