mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Move the scheduler code to its own class.
This is very mechanical.
This commit is contained in:
parent
6304c771dd
commit
39d2fcbbee
8 changed files with 336 additions and 318 deletions
|
@ -20,7 +20,8 @@ KERNEL_OBJS = \
|
|||
ProcFileSystem.o \
|
||||
RTC.o \
|
||||
TTY.o \
|
||||
VirtualConsole.o
|
||||
VirtualConsole.o \
|
||||
Scheduler.o
|
||||
|
||||
VFS_OBJS = \
|
||||
../VirtualFileSystem/DiskDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue