diff --git a/src/sPhone.lua b/src/sPhone.lua index 4f3446f..b9d2621 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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()