diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-11 18:16:15 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-11 18:16:15 +0100 |
commit | b367cdbbc77f3b1b0f83a87219ea2c4d88ee78f1 (patch) | |
tree | 9ebc81bf6c25375da26c137be3f28ba83edddc8d /Source/Kernel/Devices/Display/VGATextOutput.class.cpp | |
parent | 7c5f4adcc8725efa0f0476e33732873a4167f54d (diff) | |
download | Melon-b367cdbbc77f3b1b0f83a87219ea2c4d88ee78f1.tar.gz Melon-b367cdbbc77f3b1b0f83a87219ea2c4d88ee78f1.zip |
15bpp and 16bpp modes are now supported correctly
Diffstat (limited to 'Source/Kernel/Devices/Display/VGATextOutput.class.cpp')
-rw-r--r-- | Source/Kernel/Devices/Display/VGATextOutput.class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Devices/Display/VGATextOutput.class.cpp b/Source/Kernel/Devices/Display/VGATextOutput.class.cpp index 8c687ba..50a57b2 100644 --- a/Source/Kernel/Devices/Display/VGATextOutput.class.cpp +++ b/Source/Kernel/Devices/Display/VGATextOutput.class.cpp @@ -14,7 +14,7 @@ String VGATextOutput::getClass() { } String VGATextOutput::getName() { - return "Standard mode0 VGA text display"; + return "Standard VGA text display"; } void VGATextOutput::getModes(Vector<mode_t> &to) { |