feat: error parse in panic

This commit is contained in:
karina
2026-04-24 18:14:04 +04:00
parent 78dcfdd662
commit 560bdc8b1d
4 changed files with 69 additions and 9 deletions
+1
View File
@@ -1,4 +1,5 @@
#include <OS/Log.h>
void KernelMain(void) {
OSLog("Hi meow! ;3\n");
}