summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Display/VGATextOutput.class.cpp
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-11 18:16:15 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-11 18:16:15 +0100
commitb367cdbbc77f3b1b0f83a87219ea2c4d88ee78f1 (patch)
tree9ebc81bf6c25375da26c137be3f28ba83edddc8d /Source/Kernel/Devices/Display/VGATextOutput.class.cpp
parent7c5f4adcc8725efa0f0476e33732873a4167f54d (diff)
downloadMelon-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.cpp2
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) {