local data = fs.open ("/C/system/RAM/displayreboot", "w")
data.close ()
term.setBackgroundColor(colors.black)
term.clear()
os.reboot()