summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-20 16:09:38 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-20 16:09:38 +0200
commit5d7ad3933bc2de69c2b7d09791adf305de019d8a (patch)
treef0b68e5e02ef99efdc8ffbed350c3f5cee1c7d97 /Source/Kernel/Core
parenta1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6 (diff)
downloadMelon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.tar.gz
Melon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.zip
Implemented FileVT.
Diffstat (limited to 'Source/Kernel/Core')
-rw-r--r--Source/Kernel/Core/kmain.wtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Core/kmain.wtf.cpp b/Source/Kernel/Core/kmain.wtf.cpp
index 465b2f1..6ccc71e 100644
--- a/Source/Kernel/Core/kmain.wtf.cpp
+++ b/Source/Kernel/Core/kmain.wtf.cpp
@@ -12,7 +12,7 @@
#include <DeviceManager/Kbd.ns.h>
#include <DeviceManager/Time.ns.h>
#include <VTManager/ScrollableVT.class.h>
-#include <VTManager/PipeVT.class.h>
+#include <VTManager/FileVT.class.h>
#include <MemoryManager/PhysMem.ns.h>
#include <MemoryManager/PageAlloc.ns.h>
#include <MemoryManager/GDT.ns.h>