stos: mm: Add virtual page allocation
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -24,4 +24,13 @@
|
||||
*/
|
||||
VOID MmInitVmm(VOID);
|
||||
|
||||
/*
|
||||
* Allocate a number of contiguous pages
|
||||
*
|
||||
* @Count: Number of pages to allocate
|
||||
*
|
||||
* Returns NULL on failure
|
||||
*/
|
||||
VOID *MmAllocPages(USIZE Count);
|
||||
|
||||
#endif /* !_MM_VMM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user