mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
This change represents well the fact that the text mode console is based on VGA text mode.
This commit is contained in:
parent
97a769d2a9
commit
00dbd667d5
4 changed files with 19 additions and 19 deletions
|
@ -78,7 +78,7 @@ set(KERNEL_SOURCES
|
|||
Graphics/Console/BootFramebufferConsole.cpp
|
||||
Graphics/Console/GenericFramebufferConsole.cpp
|
||||
Graphics/Console/ContiguousFramebufferConsole.cpp
|
||||
Graphics/Console/TextModeConsole.cpp
|
||||
Graphics/Console/VGATextModeConsole.cpp
|
||||
Graphics/DisplayConnector.cpp
|
||||
Graphics/Generic/DisplayConnector.cpp
|
||||
Graphics/GraphicsManagement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue