* Steven James <[EMAIL PROTECTED]> [020305 04:39]: > Greetings, > > I wonder if simply doing nothing and returning success would cover most of the BIOS >calls for VGA setup? No doubt several of the VGA BIOS will try to hook int 0x10... > > G'day, > sjames Returning "SUCCESS" is not always enough. Graphics adapter option roms normally use the PCI bios(int 1a) services to find the card they're attached to and some stuff similar to that. But as always, the idea is simple, the solution is not. For safe operation all other graphics adaptors should be hidden during initialization iirc, according to Egbert Eich from the XFree team. scitech's x86emu has some examples how that can be done in v86 mode and with a seperate x86 emulator.
Best regards, Stefan Reinauer -- Ok hex 4666 dup negate do i 4000 dup 2* negate do " *" 0 dup 2dup 1e 0 do 2swap * e >>a 2* 3 pick + -rot - j + dup dup * e >>a rot dup dup * e >>a rot swap 2dup + 10000 > if 3drop 3drop " " 0 dup 2dup leave then loop 2drop 2drop type 266 +loop cr 5de +loop