--SimSoft Yellow -  Copyright by Simlor (http://www.computercraft.info/forums2/index.php?/user/55655-simlor/)

--Startup

os.pullEvent = os.pullEventRaw

term.setBackgroundColor(32768)
term.setTextColor(32768)

shell.run("SimSoft/System/SystemStart")

os.reboot()



-- end