Author: wmb Date: 2009-03-24 04:54:11 +0100 (Tue, 24 Mar 2009) New Revision: 1125
Modified: cpu/x86/pc/biosints.fth Log: OLPC - fixed problem with Windows full-screen text mode.
Modified: cpu/x86/pc/biosints.fth =================================================================== --- cpu/x86/pc/biosints.fth 2009-03-23 23:11:56 UTC (rev 1124) +++ cpu/x86/pc/biosints.fth 2009-03-24 03:54:11 UTC (rev 1125) @@ -126,10 +126,8 @@ ;
: set-mode3 ( -- ) - stdout @ if - " text-mode3" stdout @ $call-method - stdout off - then + stdout off \ Stop using OFW driver + " text-mode3" screen-ih $call-method ; \ VBE status: AL = 4f -> function supported else not supported \ AH = 0: success 1: fail 2: not supported in this config 3: invalid in this mode
openfirmware@openfirmware.info