Date: Tue, 10 Dec 1996 15:23:12 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: joed@telecom.ksu.edu (Joe Diehl) Cc: msmith@atrad.adelaide.edu.au, freebsd-emulation@freebsd.org Subject: Re: bochs (386 emulation) Message-ID: <199612100453.PAA13428@genesis.atrad.adelaide.edu.au> In-Reply-To: <199612100438.WAA25264@telecom.ksu.edu> from Joe Diehl at "Dec 9, 96 10:38:25 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> int10h: f 12h: sf 34h > bochs: panic, int10h: f 12h: subf BL=34h --------V-1012--BL34------------------------- INT 10 - VIDEO - ALTERNATE FUNCTION SELECT (VGA) - CURSOR EMULATION AH = 12h BL = 34h AL = new state 00h enable alphanumeric cursor emulation 01h disable alphanumeric cursor emulation Return: AL = 12h if function supported Desc: specify whether the BIOS should automatically remap cursor start/end according to the current character height in text modes SeeAlso: AH=01h,AH=03h Looks like the VGA emulation isn't up to it yet. Try an older version of DOS, or perhaps try booting from something other than the DOS install disk. You could also hack the code where the panic is generated to return something other than 0x12 in AL to work around this. > Joe Diehl <joed@telecom.ksu.edu> -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612100453.PAA13428>