Adds improved README.md

This commit is contained in:
Felix Queissner 2015-08-14 12:02:41 +02:00
parent 1b8ba4cbeb
commit 92c2063e49

View file

@ -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.