Page 1 of 1

Changing screen mode in pmode

Posted: Tue May 07, 2002 11:00 pm
by keyboard_ninja
if vc++ makes 32bit code, then changing screen modes in pmode would be possible
how could you change the screen mode in pmode ? - c++/c

RE:Changing screen mode in pmode

Posted: Tue May 07, 2002 11:00 pm
by Tim Robinson
>On 2002-05-08 18:43:07, keyboard_ninja wrote:
>if vc++ makes 32bit code, then changing screen modes in pmode would be possible
>how could you change the screen mode in pmode ? - c++/c

You've got to program the VGA hardware directly. The Tauron VGA utilities are a
good source of information: search for "Tauron VGA" and you should get some
results.

BTW: since you are writing a 32-bit protected mode OS, you will have to do this
for all hardware, since you cannot use the BIOS for anything (unless you write
a V86 mode monitor).