Move the trap to panic.c

This commit is contained in:
Liam Kerr 2026-02-09 02:57:04 +00:00
parent 2564aa6aba
commit 2296179bf8
3 changed files with 24 additions and 28 deletions

View file

@ -6,7 +6,7 @@
#include <kernel/memory.h>
void kmain() {
kprintf("Hello, from %s v%f!" , "SquidgeOS", 0.5);
kprintf("Hello, from %s!" , "SquidgeOS");
kputs("-------------------");
knewline();
page_init();