vacanickel

Untitled

Dec 24th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. write("Booting")
  4. sleep(1)
  5. write(".")
  6. sleep(1)
  7. write(".")
  8. sleep(1)
  9. write(".")
  10. sleep(1)
  11. write(".")
  12. print("")
  13. print("Found Intel Core i7 x980 at 4 GHz...")
  14. sleep(1)
  15. print("Found GIGABYTE GeForce GTX Titan at PCIe x32...")
  16. write("Launching Memtest")
  17. sleep(1)
  18. write(".")
  19. sleep(1)
  20. write(".")
  21. sleep(1)
  22. write(".")
  23. sleep(1)
  24. shell.run("memtest")
Add Comment
Please, Sign In to add comment