feat(kernel/vfs): add AddRootAt, SetRootAt, RemoveRoot & RootExists functions

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-04-04 11:51:47 +00:00
parent 120d67fb1a
commit b232dc6b40
3 changed files with 52 additions and 1 deletions

View File

@ -37,7 +37,9 @@
"kernel/drivers",
"kernel/elf",
"kernel/scheduler",
"kernel/tty"
"kernel/tty",
"kernel/std",
"kernel/vfs"
]
}
}