X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bcc25888b3299758ad36721530cca3b899b7166c..c043fa535514a76091be87a45ad472a505f9dd33:/lunaix-os/kernel/fs/ext2/LConfig?ds=inline diff --git a/lunaix-os/kernel/fs/ext2/LConfig b/lunaix-os/kernel/fs/ext2/LConfig index f5cb0a6..4358321 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