From 92c2063e49ac44f993dd44a3b8e11e7a19a332af Mon Sep 17 00:00:00 2001 From: Felix Queissner Date: Fri, 14 Aug 2015 12:02:41 +0200 Subject: [PATCH] Adds improved README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.