Bananymous
|
c0bc002ac6
|
Kernel: Move debug printing to its own file
It didn't make sense that dprint was defined in Serial.h.
We also now dump dprint to tty if there is no serial and tty is initialized
|
2023-01-25 22:51:42 +02:00 |
Bananymous
|
b50bb03ed4
|
Kernel: Panic now halts machine even if we get spurious irqs
|
2023-01-23 18:25:48 +02:00 |
Bananymous
|
bb051604a1
|
Kernel: Move dump_stacktrace() to arch folder
It uses mov instruction which has different register on x86/x86-64
|
2023-01-21 22:16:31 +02:00 |
Bananymous
|
b9a4530e54
|
Kernel: Kernel::Panic now dumps stacktrace to com1
|
2023-01-16 21:50:50 +02:00 |
Bananymous
|
e307db47eb
|
Kernel: Kernel::Panic() will now always print to serial output
|
2023-01-16 15:44:27 +02:00 |
Bananymous
|
416a41745f
|
Kernel: Kernel::Panic now checks that TTY is initialized instead of VESA
|
2023-01-13 15:04:06 +02:00 |
Bananymous
|
efd8638a96
|
Kernel: Improve kernel panic message and rename it 'panic'->'Panic'
|
2023-01-09 21:57:03 +02:00 |