From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3b68e804f31f0d83373c265b16173370@gmx.de> To: 9fans@9fans.net Date: Wed, 2 Mar 2011 01:22:22 +0100 From: cinap_lenrek@gmx.de MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] realemu Topicbox-Message-UUID: b607a522-ead6-11e9-9d60-3106f5b1d025 completed realmode emulator that is to be used with aux/vga -m vesa ... to enable the graphics card thru vesa bios in an attempt to make 8i work (thanks russ ;-)). tarball can be found in /n/sources/contrib/cinap_lenrek/realemu.tgz needs the patch /n/sources/patch/vesa-softscreen-resize applied as the vgavesa driver has to go thru the emulated /dev/realmode instead of the short path by calling realmode() directly. more details are in the notes file. there is a incomplete list of graphics cards this was tested on in the vgalist file included in the tarball. (have like 5 working pci graphics cards here that i'm too lazy to hookup again to get the vid/did numbers) you might hit unimplemented instructions or code spinning in endless loops due to lack of proper system port emulation (i just return 0 on IN[BWL] instructions for restricted ports right now). -- cinap