X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/09497c11197e622fc2657e82b4da7cb2e4b6bb22..baca54322c66983205edecd2ebb00d997878be50:/lunaix-os/hal/char/LConfig diff --git a/lunaix-os/hal/char/LConfig b/lunaix-os/hal/char/LConfig index 157e2d7..788bfb4 100644 --- a/lunaix-os/hal/char/LConfig +++ b/lunaix-os/hal/char/LConfig @@ -12,3 +12,10 @@ def char_device(): 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