diff --git a/sortix/x86/memorymanagement.cpp b/sortix/x86/memorymanagement.cpp index 4394e1e6..74032e11 100644 --- a/sortix/x86/memorymanagement.cpp +++ b/sortix/x86/memorymanagement.cpp @@ -144,13 +144,8 @@ namespace Sortix addr_t fractal1 = PMLS[2]->entry[1022]; -#if 1 Page::Put(fractal1 & PML_ADDRESS); Page::Put(currentdir & PML_ADDRESS); -#else - Page::Put(fractal1); - Page::Put(currentdir); -#endif // Switch to the address space from when the world was originally // created. It should contain the kernel, the whole kernel, and