Remove kernel procs

This commit is contained in:
2025-09-29 21:27:46 +02:00
parent 8db585f581
commit 20a89502c0
7 changed files with 0 additions and 157 deletions

View File

@ -88,7 +88,6 @@ extern Procs PROCS;
void proc_init(void);
void proc_register(Proc *proc);
Proc *proc_spawnkern(void (*ent)(void), char *name);
Proc *proc_spawnuser(char *mountpoint, char *path);
void proc_sched(void *cpustate);
void proc_killself(void);