PPE needs PAE on i686
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 46s
Builds / ExectOS (i686) (push) Successful in 46s

This commit is contained in:
Rafal Kupiec 2024-05-22 23:09:30 +02:00
parent edbc2cc045
commit 143803aad9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -27,7 +27,6 @@
#define MM_PTE_SHIFT 2 #define MM_PTE_SHIFT 2
#define MM_PTI_SHIFT 12 #define MM_PTI_SHIFT 12
#define MM_PDI_SHIFT 22 #define MM_PDI_SHIFT 22
#define MM_PPI_SHIFT 0
#define MM_PTE_PAE_SHIFT 3 #define MM_PTE_PAE_SHIFT 3
#define MM_PDI_PAE_SHIFT 21 #define MM_PDI_PAE_SHIFT 21
#define MM_PPI_PAE_SHIFT 30 #define MM_PPI_PAE_SHIFT 30