Kernel: Panic wont print stacktrace if it has already paniced

This prevents stack trace dump to panic and loop
This commit is contained in:
Bananymous
2023-04-16 00:04:49 +03:00
parent 88f60b5e41
commit 295a27f16a
3 changed files with 21 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ set(KERNEL_SOURCES
kernel/kernel.cpp
kernel/Memory/Heap.cpp
kernel/Memory/kmalloc.cpp
kernel/Panic.cpp
kernel/PCI.cpp
kernel/PIC.cpp
kernel/PIT.cpp