C program to get into protected mode

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
shahzad

C program to get into protected mode

Post by shahzad »

can i write a C program to convert into protected mode?
or any have it plz send me
or refer me to any link
also,what is the meaning of "16bit protected mode".
carbonBased

RE:C program to get into protected mode

Post by carbonBased »

ANSI C has no facilities to enter and/or exit protected mode.  You'll need to use assembly.

There are many examples in the links at the top of this page, if you need examples.

Cheers,
Jeff
Post Reply