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
@@ -9,7 +9,7 @@
|
||||
#include <limits.h>
|
||||
#include <strerror.h>
|
||||
#include <ctype.h>
|
||||
#include <debug.h>
|
||||
#include <io/debug.h>
|
||||
|
||||
static inline int is_number(char *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user