Kernel: Kernel::Panic now dumps stacktrace to com1

This commit is contained in:
Bananymous
2023-01-16 21:50:50 +02:00
parent 7540fa0385
commit b9a4530e54
2 changed files with 20 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ _start:
call _init
# call to the kernel itself
xorl %ebp, %ebp
call kernel_main
system_halt: