diff README.md @ 256:225f444019b1

Added build and flash menu option
author Windel Bouwman
date Sun, 04 Aug 2013 18:32:04 +0200
parents 003c8a976fff
children 703321743e8a
line wrap: on
line diff
--- a/README.md	Sun Aug 04 15:10:10 2013 +0200
+++ b/README.md	Sun Aug 04 18:32:04 2013 +0200
@@ -1,7 +1,7 @@
 
 # Project goals
-* To write a microkernel sort of OS.
-* Write the kernel in C ('cos')
+* To write a microkernel OS.
+* Write the kernel in C3 ('cos')
 * Write a kernel in oberon like language and be able to compile this with the ide.
 * Create python scripts that form the major part of the OS.
 * Make IDE in python that can compile the OS.
@@ -19,7 +19,12 @@
 # How to start the IDE
 
     cd python
-    python runide.py
+    python ide.py
+
+# Run unittests
+
+   cd python
+   python -m unittest
 
 [![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest)