Initial memory manager initialization code
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 23s
Builds / ExectOS (i686) (push) Failing after 22s

This commit is contained in:
2024-04-07 10:26:12 +02:00
parent 42a1373612
commit 04e22c127e
10 changed files with 232 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
#define MM_PAGE_SHIFT 12
#define MM_PAGE_SIZE 4096
/* Minimum number of physical pages needed by the system */
#define MM_MINIMUM_PHYSICAL_PAGES 1100
/* Page size enumeration list */
typedef enum _PAGE_SIZE
{