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
@@ -4,7 +4,7 @@
#include <termios.h>
#include <stdbool.h>
#include <string.h>
#include <debug.h>
#include <io/debug.h>
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>