X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a136ca38d83fae60994a54f5da88120e545895e1..50b4ecfb1b28e9b1dfc57b6a876fcdf938092152:/lunaix-os/hal/char/LConfig diff --git a/lunaix-os/hal/char/LConfig b/lunaix-os/hal/char/LConfig index 788bfb4..8e662fa 100644 --- a/lunaix-os/hal/char/LConfig +++ b/lunaix-os/hal/char/LConfig @@ -1,21 +1,25 @@ include("uart") -@Collection +@Collection("Character Devices") def char_device(): """ Controlling support of character devices """ add_to_collection(hal) - @Term + @Term("VGA 80x25 text-mode console") def vga_console(): """ Enable VGA console device (text mode only) """ type(bool) default(True) - @Term + @Term("VGA character game device") def chargame_console(): - """ Enable VGA Charactor Game console device (text mode only) """ + """ + 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