Kernel: remove debug print from MMU

This commit is contained in:
Bananymous
2023-01-13 00:04:50 +02:00
parent 6b73547989
commit 75ee592fb5

View File

@@ -5,7 +5,7 @@
#include <string.h>
#define MMU_DEBUG_PRINT 1
#define MMU_DEBUG_PRINT 0
#define PRESENT (1 << 0)
#define READ_WRITE (1 << 1)