Map memory for hardware layer on i686

This commit is contained in:
2024-05-27 22:17:30 +02:00
parent ae243a9d07
commit 7f8846f23d
2 changed files with 71 additions and 11 deletions

View File

@@ -28,6 +28,9 @@
#define MM_PDI_SHIFT 21
#define MM_PPI_SHIFT 30
/* PTE legacy shift values */
#define MM_PDI_LEGACY_SHIFT 22
/* Minimum number of physical pages needed by the system */
#define MM_MINIMUM_PHYSICAL_PAGES 1100