git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: false positive when looking for room to host pmem_list
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
LConfig
diff --git
a/lunaix-os/hal/char/LConfig
b/lunaix-os/hal/char/LConfig
index 1b5ead4d72c1cd330781b3ab57e7b43b5db825ef..157e2d7ba1036cbada8f227ba29d33d2bd7b5f67 100644
(file)
--- 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)