This commit is contained in:
zhangzheng
2024-01-04 00:05:52 +08:00
parent 6f31d27cf6
commit 9e12267f9d
4 changed files with 13 additions and 4 deletions

View File

@@ -107,6 +107,7 @@ static void knl_init_2(void)
{
mm_trace();
init_thread = thread_create(&root_factory_get()->limit);
assert(init_thread);
init_task = task_create(&root_factory_get()->limit, FALSE);