Efficient DEBUG logging system with __FILE__ and fctprintf
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <stdint.h>
|
||||
#include "../io/serial/serial.h"
|
||||
#include <kernel.h>
|
||||
|
||||
/*
|
||||
For now, the timer module will be using the PIC.
|
||||
@@ -72,4 +73,5 @@ void timer_init()
|
||||
pic_remap();
|
||||
pic_enable();
|
||||
pit_init();
|
||||
DEBUG("PIT initialized");
|
||||
}
|
||||
Reference in New Issue
Block a user