forked from xamidev/pepperOS
Small kernel heap for VMM internals, kmalloc/kfree
This commit is contained in:
@@ -25,7 +25,6 @@ We will look for the biggest usable physical memory region
|
||||
and use this for the bitmap. The reserved memory will be ignored.
|
||||
*/
|
||||
|
||||
struct usable_memory* usable_mem;
|
||||
struct limine_memmap_entry* biggest_entry;
|
||||
|
||||
static void pmm_find_biggest_usable_region(struct limine_memmap_response* memmap, struct limine_hhdm_response* hhdm)
|
||||
|
||||
Reference in New Issue
Block a user