Do not enable cr4.FSGSBASE

This commit is contained in:
Alex 2023-09-07 03:05:29 +03:00
parent fcf1e7528e
commit 95aefb13db
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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...");