Protected Mode: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (→‎Articles: adding link)
No edit summary
Line 1:
'''Protected mode''' is the 32 bit 'native' operating mode of Intel processors (and clones) since the 8038680286. ItOn 80386s and later, it allows the developer to work with several virtual address spaces, each of which has a maximum of 4GB of addressable memory and allows the system to enforce strict memory protection as well as restricting the available instruction set (so that your application cannot control the hard disk directly while the kernel can)
 
Protected mode unleashes the real power of your CPU, so you better get informed about it if you are considering writing an OS. However, it will prevent you from using virtually any of the BIOS interrupts (unless you have a V86 monitor).
Anonymous user