-The core of the operating system is written entirely in C and assembly. This
-project is paired with the [interpreter project](https://code.bitgloo.com/clyne/interpreter)
-(licensed under the GPL),
-which parses script from C strings. The operating system exposes calls to the
-script parser, and then loads the text file at ```initrd/init```.
+
+Soon: a link to my website with info on the actual device, and its hardware layout.
+
+The core of the operating system is written entirely in C and assembly. This project is paired with the [interpreter project](https://code.bitgloo.com/clyne/interpreter) (licensed under the GPL), a simple low-memory scripting language. Apart from other core functions, the operating system's goal is to expose calls to the interpreter, and then load the ```init``` script from the calculator.