Mercurial > lcfOS
view readme.rst @ 367:577ed7fb3fe4
Try to make thumb work again
author | Windel Bouwman |
---|---|
date | Fri, 21 Mar 2014 10:27:57 +0100 |
parents | 899ae3aea803 |
children | 1e951e71d3f1 |
line wrap: on
line source
About ===== Project goals ------------- * To write a microkernel based OS * Write the kernel in the c3 language * Create a c3 compiler in python Directory structure ------------------- 'kernel' contains the microkernel. 'python' contains the python utilities. Software dependencies --------------------- * python3.3 * pyyaml for yaml module * (optional) pyqt5, pyqt4 or pyside How to start the IDE -------------------- .. code:: bash cd python python ide.py Source code ----------- Sources are located here: https://bitbucket.org/windel/lcfos Docs ---- Docs are located here: http://lcfos.readthedocs.org/en/latest/ Run unittests ------------- .. code:: bash cd test ./runtests.sh Status ------ The project is contains tests which are run continuously at drone.io. .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png https://drone.io/bitbucket.org/windel/lcfos Repository metrics: .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif http://www.ohloh.net/p/lcfos