Mercurial > lcfOS
view readme.rst @ 282:c137f1fe3e65
Add codeship hook
author | Windel Bouwman |
---|---|
date | Fri, 15 Nov 2013 09:32:37 +0100 |
parents | 6b3a874edd6e |
children | c9781c73e7e2 |
line wrap: on
line source
About ===== 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. 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. Software dependencies --------------------- * python3 * pyqt4 How to start the IDE -------------------- cd python python ide.py Run unittests ------------- cd python python -m unittest .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png .. image:: https://codeship.io/projects/f4a4da90-2ffd-0131-58c6-5ea61a10d89b/status