X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/383318a4381375add624530005a803bd934ceec7..bdc143a7aa3f51a46eceec62b0b364599533fa21:/lunaix-os/hal/char/LConfig diff --git a/lunaix-os/hal/char/LConfig b/lunaix-os/hal/char/LConfig index 1b5ead4..157e2d7 100644 --- a/lunaix-os/hal/char/LConfig +++ b/lunaix-os/hal/char/LConfig @@ -5,3 +5,10 @@ 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)