This commit is contained in:
parent
c05a87c7ff
commit
89958fbc74
@ -32,5 +32,6 @@ void Init::early_init()
|
||||
MemoryManager::init();
|
||||
InitRD::initialize();
|
||||
|
||||
MemoryManager::protect_kernel_sections().expect_release_value("We should succeed to protect sections");
|
||||
MemoryManager::protect_kernel_sections().expect_release_value(
|
||||
"Failed to remap kernel data sections as non-executable / read-only");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user