Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.red)
- print([[
- |\_/|
- | X X
- | <> _
- | _/\------____ ((| |))
- | `--' |
- ____|_ ___| |___.'
- /_/_____/____/_______|
- ]])
- term.setTextColor(colors.red)
- term.setCursorPos(1, 10)
- term.write(string.rep("=", 40))
- term.setCursorPos(1, 11)
- print(" [ DOGGY OS ACPI BIOS ERROR ] ")
- term.setCursorPos(1, 12)
- term.write(string.rep("=", 40))
- term.setTextColor(colors.white)
- term.setCursorPos(1, 14)
- print("Error: ACPI power signal failed")
- term.setTextColor(colors.white)
- term.setCursorPos(1, 16)
- print("This may be due to ACPI system components being corrupted or ACPI is disabled")
- os.pullEvent("key")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement