X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd..d15268ba6eadf89a38087995ff407f50418485fb:/lunaix-os/kernel/fs/ext2/LConfig?ds=sidebyside diff --git a/lunaix-os/kernel/fs/ext2/LConfig b/lunaix-os/kernel/fs/ext2/LConfig index f5cb0a6..aa160b3 100644 --- a/lunaix-os/kernel/fs/ext2/LConfig +++ b/lunaix-os/kernel/fs/ext2/LConfig @@ -1,11 +1,10 @@ -@Collection("ext2") +@"ext2" +@(parent := file_system) def ext2_fs(): - add_to_collection(file_system) - @Term("Debug Messages") - def ext2_debug_msg(): - type(bool) - default(False) + require(fs_ext2) - return v(fs_ext2) \ No newline at end of file + @"Debug Messages" + def ext2_debug_msg() -> bool: + return False \ No newline at end of file