BarryServer : Git

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

// Related

Nucleus

Barry Kernel printf routines 120a213 (3 years, 2 months ago)
diff --git a/memory/frame.c b/memory/frame.c
index 2e063d5..33ae7ef 100644
--- a/memory/frame.c
+++ b/memory/frame.c
@@ -9,8 +9,8 @@
 #include <stddef.h>
 #include <string.h>
 #include <sys/types.h>
+#include <nucleus/kernel.h>
 #include <nucleus/memory.h>
-#include <nucleus/panic.h>
 
 #define INDEX(a) ((a)/32)
 #define OFFSET(a) ((a)%32)