cpiofs能够正常加载

This commit is contained in:
zhangzheng
2024-04-10 15:35:35 +08:00
parent 12aa44316f
commit 321f18d77c
26 changed files with 351 additions and 457 deletions

View File

@@ -32,8 +32,14 @@ if SMP
default 1
endif
config THREAD_MSG_BUG_LEN
int "thread msg bud size"
int "thread msg buf size"
default 128
config THREAD_IPC_MSG_LEN
int "thread ipc msg max size"
default 96
config THREAD_MAP_BUF_LEN
int "thread ipc map buf max size."
default 16
config BUDDY_SLAB
bool "use BUDDY & SLAB"
default n