...
This commit is contained in:
9
src/kernel/pmm.h
Normal file
9
src/kernel/pmm.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
void pmm_init();
|
||||
uint64_t pmm_alloc_page();
|
||||
void pmm_free_page(uint64_t addr);
|
||||
Reference in New Issue
Block a user