Support mmap in initfs

This commit is contained in:
bjorn3
2025-12-12 21:45:10 +01:00
parent a7047c3f28
commit d5ff91f248
8 changed files with 58 additions and 11 deletions
+1
View File
@@ -73,6 +73,7 @@ pub struct Header {
pub inode_count: U16,
pub bootstrap_entry: U64,
pub initfs_size: U64,
pub page_size: U16,
}
const _: () = {