mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
Kernel: Add KParams class for accessing kernel cmdline parameters (#188)
This commit is contained in:
parent
042895317d
commit
738f9de9a9
5 changed files with 59 additions and 3 deletions
|
@ -32,6 +32,7 @@ KERNEL_OBJS = \
|
|||
Scheduler.o \
|
||||
DoubleBuffer.o \
|
||||
KSyms.o \
|
||||
KParams.o \
|
||||
SharedMemory.o \
|
||||
FileSystem/DevPtsFS.o \
|
||||
Devices/BXVGADevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue