diff --git a/README.md b/README.md index 195d5a1..929f730 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# KernelTemplate -A pretty primitive kernel base with physical and virtual memory management and a console. +# 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.