kernel: Show a more technical message on failure to remap kernel data sections
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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…
Reference in New Issue
Block a user