userspace fun: maze game and a new device to support it
[lunaix-os.git] / lunaix-os / hal / char / LConfig
index 157e2d7ba1036cbada8f227ba29d33d2bd7b5f67..788bfb4bff1d20a9bbccfbfa28782e57c242f26a 100644 (file)
@@ -12,3 +12,10 @@ def char_device():
 
         type(bool)
         default(True)
 
         type(bool)
         default(True)
+
+    @Term
+    def chargame_console():
+        """ Enable VGA Charactor Game console device (text mode only) """
+
+        type(bool)
+        default(False)
\ No newline at end of file