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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user