Initial commit

This commit is contained in:
kepler155c@gmail.com
2016-12-11 14:24:52 -05:00
commit fc243a9c12
110 changed files with 25577 additions and 0 deletions

3
sys/boot/default.boot Normal file
View File

@@ -0,0 +1,3 @@
term.clear()
term.setCursorPos(1, 1)
print(os.version())