BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 120a213e731827cb653242e5dc4b39229a539cb9 / kernel / gdt.c

// Related

Nucleus

Barry Kernel printf routines 120a213 (3 years, 2 months ago)
diff --git a/kernel/gdt.c b/kernel/gdt.c
index 21fcc14..bd083a6 100644
--- a/kernel/gdt.c
+++ b/kernel/gdt.c
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <nucleus/memory.h>
-#include <nucleus/panic.h>
+#include <nucleus/kernel.h>
 #include <nucleus/cpu.h>
 #include "desc.h"