pmode and C++

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Brill

pmode and C++

Post by Brill »

Hi, can you switch to protected mode if you run
C++ pmode 32 bit code to do it?
Thanx
The Legend

RE:pmode and C++

Post 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
Guest

RE:pmode and C++

Post by Guest »

Thanx for your help :)
Brill

RE:pmode and C++

Post by Brill »

Thanx for your help :)
Post Reply