Add the CR4 Page Global Enable bit support to Pentium Pro and Pentium II CPUs

This commit is contained in:
Alexander Babikov
2022-12-01 22:33:55 +05:00
parent 3c0d2aa7d3
commit 6e3ffea3d4
3 changed files with 8 additions and 6 deletions

View File

@@ -195,6 +195,7 @@ typedef struct {
#define CR4_PVI (1 << 1)
#define CR4_PSE (1 << 4)
#define CR4_PAE (1 << 5)
#define CR4_PGE (1 << 7)
#define CPL ((cpu_state.seg_cs.access >> 5) & 3)