Kernel - Fixed bug in x86/proc.c (caused early task preemption)
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm.c
index 71c4d4a..5bce8a1 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * Acess2 Virtual Terminal Driver
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
+ * drv/vterm.c
+ * - Virtual Terminal - Initialisation and VFS Interface
  */
 #define DEBUG  0
 #include "vterm.h"
@@ -136,7 +140,7 @@ int VT_Install(char **Arguments)
        
        if(!gsVT_InputDevice)   gsVT_InputDevice = (char*)DEFAULT_INPUT;
        else if( Module_EnsureLoaded( gsVT_InputDevice ) )      gsVT_InputDevice = (char*)DEFAULT_INPUT;
-       if( Module_EnsureLoaded( gsVT_OutputDevice ) ) {
+       if( Module_EnsureLoaded( gsVT_InputDevice ) ) {
                Log_Error("VTerm", "Fallback input '%s' is not avaliable, input will not be avaliable", DEFAULT_INPUT);
        }
        

UCC git Repository :: git.ucc.asn.au