forked from xamidev/pepperOS
PMM: init (find biggest usable region)
This commit is contained in:
@@ -111,6 +111,12 @@ void memmap_display(struct limine_memmap_response* response)
|
||||
strcpy(type, "UNKNOWN");
|
||||
break;
|
||||
}
|
||||
DEBUG("entry %u: [%016x | %u bytes] - %s", i, entry->base, entry->length, type);
|
||||
DEBUG("entry %02u: [0x%016x | %016u bytes] - %s", i, entry->base, entry->length, type);
|
||||
}
|
||||
}
|
||||
|
||||
// Display the HHDM
|
||||
void hhdm_display(struct limine_hhdm_response* hhdm)
|
||||
{
|
||||
DEBUG("Got HHDM revision=%u offset=0x%p", hhdm->revision, hhdm->offset);
|
||||
}
|
||||
Reference in New Issue
Block a user