An operating system with everything built custom.
asm | ||
include | ||
scripts | ||
src | ||
trainscript | ||
.gitignore | ||
Depfile | ||
kernel.ld | ||
LICENSE | ||
Makefile | ||
README.md | ||
trainOS.pro | ||
trainscript.md |
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.