DEBUG with Capital Letters

This commit is contained in:
2026-03-11 15:24:45 +01:00
parent 1dd4e728d4
commit 9d409317e2
7 changed files with 34 additions and 42 deletions

View File

@@ -102,8 +102,7 @@ void pmm_init(struct limine_memmap_response* memmap, struct limine_hhdm_response
{
hhdm_off = hhdm->offset;
pmm_find_biggest_usable_region(memmap, hhdm);
//pmm_allocate_bitmap(hhdm); too complicated for my small brain
// Now we have biggest USABLE region,
// so to populate the free list we just iterate through it
pmm_init_freelist();