Clean up bootinfo

This commit is contained in:
2025-08-16 21:35:03 +02:00
parent 8da890e388
commit 54354e4f54
2 changed files with 22 additions and 37 deletions

View File

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