forked from Hyperion/HyperionOS
hotfix
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
local diskpath="put your path here"
|
||||
periphemu.create("right", "drive")
|
||||
disk.insertDisk("right", diskpath)
|
||||
local file = fs.open("/disk/boot/cct/eeprom")
|
||||
local text = file.readAll()
|
||||
file.close()
|
||||
|
||||
Reference in New Issue
Block a user