Change single file limit from 70KiB to 94KiB & pack apps and list them.
This commit is contained in:
parent
5787214ef6
commit
94267a47c4
3 changed files with 44 additions and 3 deletions
|
@ -8,7 +8,7 @@ use alloc::sync::Arc;
|
|||
use alloc::vec::Vec;
|
||||
|
||||
const EFS_MAGIC: u32 = 0x3b800001;
|
||||
const INODE_DIRECT_COUNT: usize = 12;
|
||||
const INODE_DIRECT_COUNT: usize = 60;
|
||||
const NAME_LENGTH_LIMIT: usize = 27;
|
||||
|
||||
#[repr(C)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue