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

@@ -35,6 +35,7 @@ int term_init()
if (framebuffer)
{
fb = framebuffer->address;
DEBUG("terminal initialized");
return 0;
}
return -ENOMEM;