protos/limine: Implement base revision 5
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <flanterm_backends/fb.h>
|
||||
|
||||
__attribute__((section(".limine_requests")))
|
||||
static volatile uint64_t limine_base_revision[] = LIMINE_BASE_REVISION(4);
|
||||
static volatile uint64_t limine_base_revision[] = LIMINE_BASE_REVISION(5);
|
||||
|
||||
static void limine_main(void);
|
||||
|
||||
@@ -190,8 +190,8 @@ static char *get_memmap_type(uint64_t type) {
|
||||
return "Usable";
|
||||
case LIMINE_MEMMAP_RESERVED:
|
||||
return "Reserved";
|
||||
case LIMINE_MEMMAP_ACPI_TABLES:
|
||||
return "ACPI tables";
|
||||
case LIMINE_MEMMAP_RESERVED_MAPPED:
|
||||
return "Reserved (Mapped)";
|
||||
case LIMINE_MEMMAP_ACPI_RECLAIMABLE:
|
||||
return "ACPI reclaimable";
|
||||
case LIMINE_MEMMAP_ACPI_NVS:
|
||||
|
||||
Reference in New Issue
Block a user