Limine modules request, run with 1GB pages support for x86_64

This commit is contained in:
2025-08-15 22:09:00 +02:00
parent 922fee88c7
commit c936910199
4 changed files with 23 additions and 12 deletions

View File

@ -22,6 +22,7 @@ typedef struct {
LIMINE_PTR(struct limine_smp_response *) smp;
uint64_t smp_bspindex;
LIMINE_PTR(struct limine_framebuffer *) fb;
LIMINE_PTR(struct limine_module_response *) modules;
} BootInfo;
extern BootInfo BOOT_INFO;