""" Controlling support of character devices """
add_to_collection(hal)
+
+ @Term
+ def vga_console():
+ """ Enable VGA console device (text mode only) """
+
+ 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