修复多核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

@@ -17,7 +17,7 @@
void *buf; \
ipc_msg_t *msg_ipc; \
\
thread_msg_buf_get(THREAD_MAIN, (umword_t *)(&buf), NULL); \
thread_msg_buf_get(-1, (umword_t *)(&buf), NULL); \
msg_ipc = (ipc_msg_t *)buf; \
\
int off = 0; \