An operating system with everything built custom.
Find a file
2015-08-14 18:33:34 +02:00
asm somehow c++ support and stuff. 2015-08-13 17:23:11 +02:00
include Adds semantic language validation. 2015-08-14 17:12:08 +02:00
scripts Small cleanups. 2015-08-14 18:33:34 +02:00
src Small cleanups. 2015-08-14 18:33:34 +02:00
trainscript Adds semantic language validation. 2015-08-14 17:12:08 +02:00
.gitignore Adds native code invoke unit. 2015-08-14 11:58:16 +02:00
Depfile Adds primitive API initializer. 2015-08-14 15:55:12 +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 semantic language validation. 2015-08-14 17:12:08 +02:00
README.md Adds improved README.md 2015-08-14 12:02:41 +02:00
trainOS.pro Adds "external" script file instead of inline code. 2015-08-14 15:38:01 +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.