mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-12-06 21:45:26 -08:00
add the last of the files and some basic stubs for most of the empty files from last commit
This commit is contained in:
5
kernel/scheduler.c
Normal file
5
kernel/scheduler.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "scheduler.h"
|
||||
|
||||
void scheduler_init() {
|
||||
// Scheduler initialization code
|
||||
}
|
||||
Reference in New Issue
Block a user