Mercurial > lcfOS
diff readme.rst @ 283:c9781c73e7e2
Added first kernel files
author | Windel Bouwman |
---|---|
date | Fri, 15 Nov 2013 12:26:50 +0100 |
parents | c137f1fe3e65 |
children | 7b38782ed496 |
line wrap: on
line diff
--- a/readme.rst Fri Nov 15 09:32:37 2013 +0100 +++ b/readme.rst Fri Nov 15 12:26:50 2013 +0100 @@ -5,23 +5,21 @@ Project goals ------------- -* 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. +* To write a microkernel based OS +* Write the kernel in the c3 language +* Create a c3 compiler in python Directory structure ------------------- -'os' contains the os written in oberon like language. -'ide' contains the python3 qt4 ide to build the os. -'cos' contains the os written in C and assembler. +'kernel' contains the microkernel. +'python' contains the python utilities. Software dependencies --------------------- - * python3 - * pyqt4 + +* python3 +* (optional) pyqt5, pyqt4 or pyside How to start the IDE -------------------- @@ -36,6 +34,7 @@ python -m unittest .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png + .. image:: https://codeship.io/projects/f4a4da90-2ffd-0131-58c6-5ea61a10d89b/status