Update sPhone.lua
This commit is contained in:
parent
84000cbec4
commit
4020eeecb3
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ local function kernel()
|
||||||
else
|
else
|
||||||
print("Missing bootImage")
|
print("Missing bootImage")
|
||||||
end
|
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)
|
local bootTimer = os.startTimer(1)
|
||||||
while true do
|
while true do
|
||||||
local e,k = os.pullEvent()
|
local e,k = os.pullEvent()
|
||||||
|
|
Loading…
Reference in a new issue