According to the examples in the man pages:

Examples:
                romimage: file=bios/BIOS-bochs-latest, address=0xf0000
                romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
                romimage: file=mybios.bin, address=0xfff80000
                romimage: file=mybios.bin

But as I have discovered the BIOS-bochs-latest is to large for the
address given by these examples. At this address space the image can be
no larger than 0xffff and the latest BIOS image is 0x20000. The legacy
BIOS image will work with these examples, but not the latest BIOS image.

For working examples in Ubuntu, the man page examples for romimage
should read more like:

Examples:
                romimage: file=$BXSHARE/BIOS-bochs-legacy, address=0xf0000
                romimage: file=$BXSHARE/BIOS-bochs-latest
                romimage: file=mybios.bin, address=0xfff80000
                romimage: file=mybios.bin

This doesn't solve the segfault if the current examples are followed,
but this will give working examples for us the use the documentation ;)

-- 
Bochs Segfaults on 8.04 LTS
https://bugs.launchpad.net/bugs/227938
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to