Update sPhone.lua

This commit is contained in:
Ale32bit 2015-11-11 18:49:25 +01:00
parent 84000cbec4
commit 4020eeecb3

View file

@ -90,6 +90,11 @@ local function kernel()
else
print("Missing bootImage")
end
local w, h = term.getSize()
term.setBackgroundColor(colors.white)
term.setTextColor(colors.black)
term.setCursorPos(1,h)
write("Press ALT to recovery mode")
local bootTimer = os.startTimer(1)
while true do
local e,k = os.pullEvent()