x86_64: Skip enabling WP for now until I find how to check for its availability

This commit is contained in:
apio 2023-01-23 20:06:45 +01:00
parent 8cb9c14b1e
commit de04c094e7
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -183,7 +183,7 @@ namespace CPU
void platform_init() void platform_init()
{ {
enable_sse(); enable_sse();
enable_write_protect(); // enable_write_protect();
if (test_nx()) enable_nx(); if (test_nx()) enable_nx();
else else
kwarnln("not setting the NX bit as it is unsupported"); kwarnln("not setting the NX bit as it is unsupported");