Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Clear terminal
- term.clear()
- term.setCursorPos(1,1)
- -- NYI!
- print("BIOS Settings Editor")
- print("Currently only device selector")
- print("Would you like to boot from floppy/PDA or hard disk?")
- print("[/disk/] Floppy/PDA")
- print("[/] HDD")
- local selection = read()
- shell.run(selection.."boot/celect")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment