Add ability to disable debug printing and gdb symbols
This commit is contained in:
@@ -8,8 +8,8 @@ void kmain()
|
||||
serial_init(PORT_COM1);
|
||||
vga_init();
|
||||
|
||||
debug_printf("Hello from debug printing function!\n");
|
||||
debug_printf("A number:%d\n", 12345);
|
||||
debug("Hello from debug printing function!\n");
|
||||
debug("A number:%d\n", 12345);
|
||||
for(;;);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user