Remove mmio, port io, and debug headers from kernel side, and keep them on the libc. Simplify debugging functions. Add missing comments in several locations. Move ANSI color definitions in a separate file.

This commit is contained in:
Enrico Fraccaroli
2023-01-18 11:40:53 -05:00
parent 54d755e3d2
commit 2fee354b4b
35 changed files with 625 additions and 616 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <sys/stat.h>
#include <libgen.h>
#include <sys/bitops.h>
#include <debug.h>
#include <io/debug.h>
#define FLAG_L (1U << 0U)
#define FLAG_A (1U << 1U)