Some more debug macros

This commit is contained in:
2017-12-07 21:43:00 +01:00
parent 572bee19cc
commit 0659cf73f6
2 changed files with 16 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ void kmain()
debug("Hello from debug printing function!\n");
debug("A number:%d\n", 12345);
debug_info("Here's some info\n");
debug_ok("This thing worked well!\n");
debug_warning("Careful!\n");
debug_error("Something went wrong!\n");
for(;;);
}