'Protection Enabled' is the official Intel name for the PE bit of cr0.
Submitted by: Petros Barbagiannis (petros.barbagiannis at gmail)
This commit is contained in:
parent
29eaa0176d
commit
ad7784a4a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38162
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Timecounter "i8254" frequency 1193182 Hz</screen></para></entry>
|
|||
be executed by the processor. One of the registers is the
|
||||
<literal>cr0</literal> 32-bit control register, and its value
|
||||
just after the reboot is 0. One of the cr0's bits, the bit PE
|
||||
(Protected Enabled) indicates whether the processor is running
|
||||
(Protection Enabled) indicates whether the processor is running
|
||||
in protected or real mode. Since at boot time this bit is
|
||||
cleared, the processor boots in real mode. Real mode means,
|
||||
among other things, that linear and physical addresses are
|
||||
|
|
Loading…
Reference in a new issue