DEBUG fix

This commit is contained in:
2025-12-28 12:32:29 +01:00
parent 3853a1ace3
commit 834891fd2a
3 changed files with 5 additions and 4 deletions

View File

@@ -61,8 +61,7 @@ void kmain()
// Draw something
printf("%s, %s!\n", "Hello", "world");
// Yoohoooooo!
DEBUG("kernel initialized successfully! hanging...");
DEBUG("kernel initialized successfully! hanging... wow=%d", 42);
hcf();
}