summaryrefslogtreecommitdiff
path: root/Source/Kernel/MemoryManager
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/MemoryManager')
-rw-r--r--Source/Kernel/MemoryManager/PhysMem.ns.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Kernel/MemoryManager/PhysMem.ns.cpp b/Source/Kernel/MemoryManager/PhysMem.ns.cpp
index 19323a7..08fa882 100644
--- a/Source/Kernel/MemoryManager/PhysMem.ns.cpp
+++ b/Source/Kernel/MemoryManager/PhysMem.ns.cpp
@@ -20,8 +20,6 @@ void initPaging(u32int mem_size) {
while (i < Mem::placementAddress) {
page_t *p2 = kernelPageDirectory->getPage(i, true);
allocFrame(p2, true, false);
- /* /DEBUG_HEX(i); DEBUG(" =>");
- DEBUG_HEX(p2->frame); DEBUG("."); */
i += 0x1000;
}
//Also map thoses pages at begning of virtual memory