修复编译问题

This commit is contained in:
zhangzheng
2024-10-17 23:31:20 +08:00
parent 685f4351c1
commit 8d03c10fba
21 changed files with 57 additions and 29 deletions

View File

@@ -230,7 +230,9 @@ void start_kernel(void *boot_info)
// 初始化系统时钟
// 初始化串口
// 初始化定时器
#if IS_ENABLED(CONFIG_BOOT_INFO_SUPPORT)
arch_set_boot_info(boot_info);
#endif
sys_call_init();
printk("mkrtos init done..\n");
printk("mkrtos running..\n");