diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 16:09:38 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 16:09:38 +0200 |
commit | 5d7ad3933bc2de69c2b7d09791adf305de019d8a (patch) | |
tree | f0b68e5e02ef99efdc8ffbed350c3f5cee1c7d97 /Source/Kernel/Core | |
parent | a1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6 (diff) | |
download | Melon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.tar.gz Melon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.zip |
Implemented FileVT.
Diffstat (limited to 'Source/Kernel/Core')
-rw-r--r-- | Source/Kernel/Core/kmain.wtf.cpp | 2 |
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> |