stos: pmm: Add physical frame allocation
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -11,9 +11,20 @@
|
||||
|
||||
#include <stdef.h>
|
||||
|
||||
/* Page frame number */
|
||||
typedef UQUAD MM_PFN;
|
||||
|
||||
/*
|
||||
* Initialize the physical memory management
|
||||
*/
|
||||
VOID MmInitPmm(VOID);
|
||||
|
||||
/*
|
||||
* Request a single frame of memory
|
||||
*
|
||||
* Returns the page frame number on success, otherwise
|
||||
* zero on failure e.g., out of memory
|
||||
*/
|
||||
MM_PFN MmRequestFrame(VOID);
|
||||
|
||||
#endif /* !_MM_PMM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user