chore: rename sched to procman

This commit is contained in:
Jordan ⌨️ 2023-12-20 13:58:27 +01:00 committed by Keyboard Slayer
parent 1d80b23b7e
commit 5bbc163ff3
3 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.component.v1",
"type": "exe",
"id": "sched",
"id": "procman",
"requires": [
"dbg"
],