Page 1 of 1

pmode and C++

Posted: Mon Mar 25, 2002 12:00 am
by Brill
Hi, can you switch to protected mode if you run
C++ pmode 32 bit code to do it?
Thanx

RE:pmode and C++

Posted: Mon Mar 25, 2002 12:00 am
by The Legend
>On 2002-03-25 07:34:56, Brill wrote:
>Hi, can you switch to protected mode if you run
>C++ pmode 32 bit code to do it?
>Thanx
No, you won't be able to use pmode-code to switch
to pmode, as the pmode-code won't run in real-mode ;-)
put you may use C++ pmode with an init routine written
in asm to switch to pmode.

The Legend

RE:pmode and C++

Posted: Mon Mar 25, 2002 12:00 am
by Guest
Thanx for your help :)

RE:pmode and C++

Posted: Mon Mar 25, 2002 12:00 am
by Brill
Thanx for your help :)