ooga booga i cant make my own boot script - chris

This commit is contained in:
2026-01-16 16:53:29 -05:00
parent df4823940d
commit 1b21c87654
4 changed files with 12 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
local file = fs.open("/disk/boot/cct/eeprom")
local text = file.readAll()
file.close()
local func = load(text, "@bios.lua")
func()