ptos: mm: Add physical memory groundwork
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user