vfs rewrite lol fml

This commit is contained in:
2026-01-29 20:29:06 -05:00
parent 9bd9cdaba4
commit 1c3d2c8b48
25 changed files with 980 additions and 633 deletions

View File

@@ -11,7 +11,7 @@ for i,v in ipairs(string.split(kernel.fstab,"\n")) do
end
local path=v:sub(#id+4)
if id~="$" then
kernel.vfs.mount(id,path)
kernel.vfs.mount(path, id)
end
::endline::
end