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
userspace fun: maze game and a new device to support it
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
LConfig
diff --git
a/lunaix-os/hal/char/LConfig
b/lunaix-os/hal/char/LConfig
index 157e2d7ba1036cbada8f227ba29d33d2bd7b5f67..788bfb4bff1d20a9bbccfbfa28782e57c242f26a 100644
(file)
--- a/
lunaix-os/hal/char/LConfig
+++ b/
lunaix-os/hal/char/LConfig
@@
-12,3
+12,10
@@
def char_device():
type(bool)
default(True)
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