clean up panic test

This commit is contained in:
Liam Kerr 2026-02-08 23:04:37 +00:00
parent da95a4acfa
commit a0973fe49d
2 changed files with 0 additions and 4 deletions

View file

@ -6,6 +6,5 @@
void kmain() {
kprint("Hello, OS World!\n");
kpanic_force();
poweroff();
}