X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ebb55b7e5f0b8f31328950ec383b77b208ffbb64..270869139db617e29a35bb9ded41087bb702f9ac:/lunaix-os/hal/char/LConfig?ds=inline diff --git a/lunaix-os/hal/char/LConfig b/lunaix-os/hal/char/LConfig index 1b5ead4..788bfb4 100644 --- a/lunaix-os/hal/char/LConfig +++ b/lunaix-os/hal/char/LConfig @@ -5,3 +5,17 @@ def char_device(): """ 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