X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/270869139db617e29a35bb9ded41087bb702f9ac..refs/heads/master:/lunaix-os/kernel/LConfig diff --git a/lunaix-os/kernel/LConfig b/lunaix-os/kernel/LConfig index a46e85f..0fad37b 100644 --- a/lunaix-os/kernel/LConfig +++ b/lunaix-os/kernel/LConfig @@ -1,7 +1,6 @@ -@Collection +from . import fs, mm + +@"Kernel Feature" def kernel_feature(): """ Config kernel features """ pass - -include("fs") -include("mm")