Li-Ta Lo ollie@lanl.gov writes:
Hello,
It turns out that the VGABIOS support can be made pretty generic for all kinds of PCI expansion ROM. So I have the emulator the .init method of default_pci_ops_dev. I am going to add the following directories, if there is no objection, I will commit it next week.
Except for plug in video cards I don't think this is a direction we want to go in. So at least for now pleas don't make the emulator the default .init method.
src/include/x86emu -- public header file of x86emu src/devices/pci_rom.c -- expansion ROM loading and execution src/devices/emulator -- the emulator and supporting functions src/devices/emulator/x86emu -- the emulator itself src/devices/emulator/pcbios -- legacy PC BIOS handler for the emulator src/devices/emulator/biosemu.c -- glue between pci_rom.c and the
emulator
Any comments ?
Your structure looks fairly sane.
Eric