Small kernel heap for VMM internals, kmalloc/kfree
This commit is contained in:
@@ -7,12 +7,4 @@ void pmm_init(struct limine_memmap_response* memmap, struct limine_hhdm_response
|
||||
void pmm_free(uintptr_t addr);
|
||||
uintptr_t pmm_alloc();
|
||||
|
||||
// Might be upgraded to a freelist later.
|
||||
// For now, we can take the biggest usable region and we will be fine.
|
||||
struct usable_memory
|
||||
{
|
||||
uint64_t base; // physical
|
||||
uint64_t length;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user