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
+2
View File
@@ -1,3 +1,4 @@
---@diagnostic disable: undefined-global
local diskpath="put your path here"
periphemu.create("right", "drive")
disk.insertDisk("right", diskpath)
@@ -7,4 +8,5 @@ file.close()
local func = load(text, "@bios.lua")
---@diagnostic disable-next-line: need-check-nil
func("/disk")