An operating system with everything built custom.
Find a file
2015-08-14 12:02:41 +02:00
asm somehow c++ support and stuff. 2015-08-13 17:23:11 +02:00
include We run! We finally run! 2015-08-13 20:12:09 +02:00
src Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
trainscript Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
.gitignore Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
Depfile Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
kernel.ld somehow c++ support and stuff. 2015-08-13 17:23:11 +02:00
LICENSE initial release. 2015-08-09 02:42:56 +02:00
Makefile Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
Makefile.new Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
README.md Adds improved README.md 2015-08-14 12:02:41 +02:00
trainOS.pro Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
trainscript.md initial release. 2015-08-09 02:42:56 +02:00

trainOS

An operating system built around the language "trainscript" which is used to execute all user code in a virtual machine.

Current status: The vm can execute some code and is able to call native code.