10ms Round Robin scheduler (blank processes)

This commit is contained in:
2026-02-01 11:25:43 +01:00
parent c46157fad0
commit 4a90de9521
8 changed files with 67 additions and 15 deletions

View File

@@ -2,5 +2,6 @@
#define SCHEDULER_H
void scheduler_schedule();
void scheduler_init();
#endif