this is a basic OS enviornment that can be imported into another project. I added a shell inside to make it more of an operating system. Added files concept and file managment through shell. Can be used as reference OS for making scratchPC OSes Shell commands: info : returns info on build of shell. exe*[app] : executes a default app (currently the only app assignesd is 'draw') store*add*[filename]*[data] : Saves text in the file manager. store*edit*[filename]*[newdata] : owerwites existing file with new data store*del*[filename] : deletes file store*show*[filename] : shows file contents math*plus*[num1]*[num2] : does addition math*minus*[bignum]*[smallnum] :does subtraction math*mul*[num1]*[num2] : does multiplication of 2 numbers.