Added Page Size Extension (4MB pages) to Pentium CPUs.
This commit is contained in:
parent
e7afbb1a26
commit
dc511447df
3 changed files with 41 additions and 4 deletions
|
|
@ -251,6 +251,7 @@ uint32_t dr[8];
|
|||
|
||||
#define CR4_VME (1 << 0)
|
||||
#define CR4_PVI (1 << 1)
|
||||
#define CR4_PSE (1 << 4)
|
||||
|
||||
#define IOPL ((flags>>12)&3)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue