Hi,
Am 08.11.2007 um 02:34 schrieb Jun Koi:
In pc-bios/ directory, we have bios.bin and bios.diff. As I
understand, qemu's bios is modified from bochs bios. But what are the
differences between our bios.bin and bochs bios.bin?
As there are some differences, where is the source code of our
bios.bin??
As you said yourself, there's also a .diff file. It should contain
all differences between original source code and modified source
code. You can apply it to the original source code with patch.
HTH,
Andreas