chris proofing the bootloader
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
local diskpath="put your path here"
|
||||
periphemu.create("right", "drive")
|
||||
disk.insertDisk("right", diskpath)
|
||||
local file = fs.open("/disk/boot/cct/eeprom")
|
||||
local file = fs.open("/disk/boot/cct/eeprom", "r")
|
||||
local text = file.readAll()
|
||||
file.close()
|
||||
|
||||
local func = load(text, "@bios.lua")
|
||||
|
||||
func()
|
||||
func("/disk")
|
||||
Reference in New Issue
Block a user