|
|
|
|
| 0-1
| a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
|
Real mode |
|
As opposed to protected mode, real mode is a mode in which Intel x86 processors can run. Memory addressing in real mode is nonlinear, requiring a program to stipulate a segment and memory offset address in order to access a location in memory. Originally appeared on the Intel 8086 CPU and has been the bane of PC programmers ever since. Although subsequent CPU chips supported protected-mode linear addressing, backward compatibility with the thousands of realmode applications slows the evolution of operating systems. Note that all Intel CPUs boot in real mode and require specific software support to switch into protected mode. |
|
|
|
|
|
|
|
|
|