bootstrap: Remove outdated fixme
The initfs data is already mapped as read-only by the "rest of memory" mprotect.
This commit is contained in:
@@ -82,7 +82,5 @@ pub unsafe extern "C" fn start() -> ! {
|
||||
.expect("mprotect failed for rest of memory");
|
||||
}
|
||||
|
||||
// FIXME make the initfs read-only
|
||||
|
||||
crate::exec::main();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user