git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f5cb0a66f1dfb9b3ebb2076af799c673c7328ddc
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
ext2
/
LConfig
1
2
@Collection("ext2")
3
def ext2_fs():
4
add_to_collection(file_system)
5
6
@Term("Debug Messages")
7
def ext2_debug_msg():
8
type(bool)
9
default(False)
10
11
return v(fs_ext2)