3 @Collection("Character Devices")
5 """ Controlling support of character devices """
9 @Term("VGA 80x25 text-mode console")
11 """ Enable VGA console device (text mode only) """
16 @Term("VGA character game device")
17 def chargame_console():
19 Enable VGA Charactor Game console device (text mode only)
21 You normally don't need to include this, unless you want some user space fun ;)