mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
Kernel: Rename Console => ConsoleDevice
This change will help to distinguish between the console device and the Console abstraction layer in the Graphics subsystem later.
This commit is contained in:
parent
0669dd82e2
commit
8f2ddde4cb
7 changed files with 28 additions and 24 deletions
|
@ -23,7 +23,7 @@ set(KERNEL_SOURCES
|
|||
Arch/x86/SmapDisabler.h
|
||||
CMOS.cpp
|
||||
CommandLine.cpp
|
||||
Console.cpp
|
||||
ConsoleDevice.cpp
|
||||
CoreDump.cpp
|
||||
DMI.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue