ptos: mm: Add physical memory groundwork

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-10 18:26:29 -04:00
parent 5026a758ec
commit 27b9d726ff
4 changed files with 91 additions and 0 deletions
+5
View File
@@ -24,4 +24,9 @@ typedef USIZE MM_PFN;
#define ADDRESS_TO_PFN(ADDR) \
((ADDR) >> LOG2_PAGESIZE)
/*
* Initialize the physical memory management
*/
VOID MmPmInit(VOID);
#endif /* !_MM_PM_H_ */