Initial commit - slab allocator, kmalloc, other re
factors
This commit is contained in:
parent
1dd7b8b07f
commit
4e40a040dd
39 changed files with 863 additions and 412 deletions
|
|
@ -10,5 +10,4 @@ typedef struct free_page_t {
|
|||
|
||||
void pmm_init(void);
|
||||
uint64_t *pmm_alloc();
|
||||
void pmm_free(uint64_t *addr);
|
||||
|
||||
void pmm_free(uint64_t *addr);
|
||||
Loading…
Add table
Add a link
Reference in a new issue