feature: kfree_alloc is now working (uncomment a free in the main to prove)
This commit is contained in:
@ -10,4 +10,5 @@
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
void init_memory(void);
|
||||
uintptr_t kalloc_frame(uint32_t nb_frames);
|
||||
void *kalloc_frame(uint32_t nb_frames);
|
||||
void kfree_frame(void *frame, uint32_t nb_frames);
|
||||
|
Reference in New Issue
Block a user