Integrate flaterm terminal

This commit is contained in:
2025-08-13 23:28:25 +02:00
parent ce6b17d72b
commit 95832bb3a7
23 changed files with 3230 additions and 21 deletions

View File

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