修复多核ipi不稳定问题&增加虚拟化的部分支持(框架和串口虚拟化)&大量bug修复

This commit is contained in:
zhangzheng
2024-07-30 09:37:49 +08:00
committed by zhangzheng
parent e2ca0c74d1
commit 104da10a82
1679 changed files with 31605 additions and 74776 deletions

View File

@@ -41,6 +41,9 @@ endif
config THREAD_MAP_BUF_LEN
int "thread ipc map buf max size."
default 16
config THREAD_USER_BUF_LEN
int "thread user buf max size(words)."
default 4
config BUDDY_SLAB
bool "use BUDDY & SLAB"
default n
@@ -95,6 +98,11 @@ if MK_MPU_CFG
endif
endif
config VCPU
bool "enable vcpu support"
default n
help
enable thread vcpu support.
config FT_ADDR_NR
int "The number of addresses supported by futex."