Efficient DEBUG logging system with __FILE__ and fctprintf

This commit is contained in:
2025-12-28 12:15:32 +01:00
parent ead0ed6ae1
commit 3853a1ace3
9 changed files with 55 additions and 40 deletions

View File

@@ -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");
}