sleep支持&mutex cond测试

This commit is contained in:
zhangzheng
2023-11-20 18:12:37 +08:00
parent 2c410d4000
commit 323e24049f
16 changed files with 242 additions and 114 deletions

View File

@@ -84,7 +84,7 @@ static void knl_init_2(void)
assert(obj_map_root(kobj, &init_task->obj_space, &root_factory_get()->limit, vpage_create3(KOBJ_ALL_RIGHTS, 0, i)));
}
}
init_thread->sche.prio = 3;
init_thread->sche.prio = 2;
thread_ready(init_thread, FALSE);
}
INIT_STAGE2(knl_init_2);