mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-29 20:03:19 +03:00
test: Gate 5 level paging x86 flag behind ISA ifdef
This commit is contained in:
parent
2c7378b692
commit
c1b8bbb696
@ -132,7 +132,9 @@ __attribute__((section(".limine_requests")))
|
||||
static volatile struct limine_paging_mode_request _pm_request = {
|
||||
.id = LIMINE_PAGING_MODE_REQUEST,
|
||||
.revision = 0, .response = NULL,
|
||||
#if defined (__x86_64__)
|
||||
.mode = LIMINE_PAGING_MODE_X86_64_5LVL,
|
||||
#endif
|
||||
.flags = 0,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user