On Wed, 6 Mar 2002, Konstantin Zhidkov wrote: > > --- Ronald G Minnich <[EMAIL PROTECTED]> wrote: > > let's start over. > > > > How hard would it be to write a simple user-mode linux > > utility to find and > > initialize a vga card, using emulation? where is the code > > that would do > > this? is the code small and self-contained, or can the code > > be made small > > and self-contained? > > > It's enough to change dosemu.conf to see VGA starup screen from > Linux. This means that all required INT services code already > exists and can be used at least for reference and regression > testing. Emulation is another question...
next step, for people like me who are short on time :-) should I just get dosemu and can I just feed it a hunk of vga bios? how do I best go about doing this? ron