>On 2001-12-02 21:53:01, -KEN- wrote:
>I was wondering if there's an easy way to set different modes (mainly switching from 13h
>back into text mode) in protected mode. I think using DJGPP's _farpokeb() could work, but
>I'd have no clue how to use it anyway...little help?
UHm... is this for OSDev? In other words, is using the BIOS out of the question? There is a way, without using the BIOS, to set standard vga modes using the vga's ports... there's source out there on the net somewhere (some help here guys... I think someone on this list actually wrote the code... where is it?
However, with using the BIOS, I think you have to go through int 0x10, and use all those pmode calls
Jeff