Switch to nanoprintf + good spinlock (rflags) = no more FLANTERM ISSUES???

This commit is contained in:
2026-03-15 09:34:17 +01:00
parent 6a3abb0f55
commit af3a9e27fd
15 changed files with 1708 additions and 1039 deletions

View File

@@ -8,7 +8,7 @@
#include <stddef.h>
#include <limine.h>
#include "io/term/term.h"
#include "io/term/printf.h"
#include "io/term/term.h"
#include "io/serial/serial.h"
#include "mem/gdt/gdt.h"
#include "mem/misc/utils.h"
@@ -30,6 +30,8 @@
__attribute__((used, section(".limine_requests")))
volatile LIMINE_BASE_REVISION(3);
int panic_count = 0;
/*
* hcf - Halt and catch fire
*