+
+ @Term("VGA 80x25 text-mode console")
+ def vga_console():
+ """ Enable VGA console device (text mode only) """
+
+ type(bool)
+ default(True)
+
+ @Term("VGA character game device")
+ def chargame_console():
+ """
+ Enable VGA Charactor Game console device (text mode only)
+
+ You normally don't need to include this, unless you want some user space fun ;)
+ """
+
+ type(bool)
+ default(False)
\ No newline at end of file