Add sched and process to kernel build.

This commit is contained in:
Ali Mashtizadeh 2023-08-21 18:39:26 -04:00
parent ff7c6309b7
commit 1676ae4056

View File

@ -51,6 +51,8 @@ src_common = [
"kern/nic.c",
"kern/palloc.c",
"kern/printf.c",
"kern/process.c",
"kern/sched.c",
"kern/semaphore.c",
"kern/sga.c",
"kern/slab.c",