| real mode
An operating mode of x86 chips that replicates the memory management used
by 8086 or 8088 chips. Real mode limits the processor to 1MB of memory and
provides no memory management or memory protection features. The phrase is
often used to describe device drivers that operate in this mode. MS-DOS
runs in real mode. |