bootstrap: Remove outdated fixme

The initfs data is already mapped as read-only by the "rest of memory"
mprotect.
This commit is contained in:
bjorn3
2026-03-07 12:22:36 +01:00
parent a8f3e83e9d
commit ecaa58d5e5
-2
View File
@@ -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();
}