This commit is contained in:
boreddevnl
2026-05-10 21:56:30 +02:00
11 changed files with 516 additions and 98 deletions

View File

@@ -4,15 +4,13 @@
#include "idt.h"
#include "io.h"
#include "kutils.h"
#include "../core/panic.h"
extern void serial_write(const char *str);
#include "process.h"
#include "cmd.h"
void kernel_panic(registers_t *regs, const char *error_name);
static const char *exception_messages[] = {
"Division By Zero",
"Debug",