x86_64: Skip enabling WP for now until I find how to check for its availability
This commit is contained in:
parent
8cb9c14b1e
commit
de04c094e7
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user