Added Page Size Extension (4MB pages) to Pentium CPUs.

This commit is contained in:
SarahW 2017-07-16 21:24:09 +01:00
commit dc511447df
3 changed files with 41 additions and 4 deletions

View file

@ -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)