Change of vterm handling logic on backend chardev input event (#40)
[lunaix-os.git] / lunaix-os / hal / char / LConfig
1 include("uart")
2
3 @Collection
4 def char_device():
5     """ Controlling support of character devices """
6
7     add_to_collection(hal)
8
9     @Term
10     def vga_console():
11         """ Enable VGA console device (text mode only) """
12
13         type(bool)
14         default(True)