printf spinlock + remove DEPRECATED stuff + begin separating x86 stuff

This commit is contained in:
2026-03-20 09:01:57 +01:00
parent 424b4c4632
commit 3607a7179c
12 changed files with 77 additions and 138 deletions

View File

@@ -17,7 +17,7 @@ enum ErrorCodes {
#include <io/serial/serial.h>
#include <io/term/term.h>
#include <idt/idt.h>
#include <arch/x86.h>
#include <stdbool.h>
extern volatile uint64_t ticks;