Mercurial > lcfOS
annotate readme.rst @ 303:be7f60545368
Final fixups
author | Windel Bouwman |
---|---|
date | Fri, 06 Dec 2013 12:37:48 +0100 |
parents | 158068af716c |
children | e84047f29c78 |
rev | line source |
---|---|
187 | 1 |
273 | 2 About |
3 ===== | |
4 | |
5 Project goals | |
6 ------------- | |
7 | |
283 | 8 * To write a microkernel based OS |
9 * Write the kernel in the c3 language | |
10 * Create a c3 compiler in python | |
9
92ace1ca50a8
64 bits kernel without interrupts but with printf in C
windel
parents:
1
diff
changeset
|
11 |
273 | 12 Directory structure |
13 ------------------- | |
188 | 14 |
283 | 15 'kernel' contains the microkernel. |
16 'python' contains the python utilities. | |
9
92ace1ca50a8
64 bits kernel without interrupts but with printf in C
windel
parents:
1
diff
changeset
|
17 |
273 | 18 Software dependencies |
19 --------------------- | |
283 | 20 |
300 | 21 * python3.3 |
283 | 22 * (optional) pyqt5, pyqt4 or pyside |
1 | 23 |
273 | 24 How to start the IDE |
25 -------------------- | |
1 | 26 |
290 | 27 .. code:: bash |
28 | |
213 | 29 cd python |
256 | 30 python ide.py |
31 | |
298 | 32 |
33 Docs | |
34 ---- | |
35 | |
300 | 36 Docs are located here: |
298 | 37 http://lcfos.readthedocs.org/en/latest/ |
38 | |
273 | 39 Run unittests |
40 ------------- | |
256 | 41 |
290 | 42 .. code:: bash |
43 | |
44 cd test | |
300 | 45 ./runtests.sh |
41 | 46 |
290 | 47 |
298 | 48 Status |
49 ------ | |
50 | |
300 | 51 The project is contains tests which are run continuously at drone.io. |
52 | |
273 | 53 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png |
283 | 54 |
290 | 55 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 56 |
41 | 57 |
299 | 58 https://drone.io/bitbucket.org/windel/lcfos |
282 | 59 |
299 | 60 |