Move the trap to panic.c
This commit is contained in:
parent
2564aa6aba
commit
2296179bf8
3 changed files with 24 additions and 28 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue