From 95aefb13dbe92fc4ee408e0540fd3f7866c9a544 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 7 Sep 2023 03:05:29 +0300 Subject: [PATCH] Do not enable cr4.FSGSBASE --- Core/CPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...");