Change single file limit from 70KiB to 94KiB & pack apps and list them.

This commit is contained in:
Yifan Wu 2020-12-19 21:12:09 +08:00
parent 5787214ef6
commit 94267a47c4
3 changed files with 44 additions and 3 deletions

View file

@ -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)]