chore: rename sched to procman
This commit is contained in:
parent
1d80b23b7e
commit
5bbc163ff3
|
@ -25,7 +25,7 @@ static bool need_switch = false;
|
|||
|
||||
Res load_scheduler(void)
|
||||
{
|
||||
Module sched = loader_get_module("/bin/sched");
|
||||
Module sched = loader_get_module("/bin/procman");
|
||||
if (sched.len == 0)
|
||||
{
|
||||
return err$(RES_NOENT);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.component.v1",
|
||||
"type": "exe",
|
||||
"id": "sched",
|
||||
"id": "procman",
|
||||
"requires": [
|
||||
"dbg"
|
||||
],
|
Loading…
Reference in a new issue