git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix: false positive when looking for room to host pmem_list
[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)