Paging: Difference between revisions

→‎Enabling: Added information about enabling PSE
[unchecked revision][unchecked revision]
(→‎Page Directory: Updated information about 4 MiB pages)
(→‎Enabling: Added information about enabling PSE)
Line 71:
or eax, 0x80000000
mov cr0, eax
 
To enable PSE (4 MiB pages) the following code is required.
 
mov eax, cr4
or eax, 0x00000008
mov cr4, eax
 
==Usage==
Anonymous user