diff --git a/Core/CPU.cpp b/Core/CPU.cpp index b26857b..6b17476 100644 --- a/Core/CPU.cpp +++ b/Core/CPU.cpp @@ -346,7 +346,7 @@ namespace CPU if (!BSP) KPrint("FSGSBASE is supported."); fixme("FSGSBASE is supported."); - cr4.FSGSBASE = true; + // cr4.FSGSBASE = true; } debug("Writing CR4...");