Mercurial > lcfOS
annotate readme.rst @ 298:f7c3d38d0a47
Added reference to read the docs
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 17:45:22 +0100 |
parents | 7b38782ed496 |
children | 674789d9ff37 |
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 |
21 * python3 | |
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 | |
36 Docs are here: | |
37 http://lcfos.readthedocs.org/en/latest/ | |
38 | |
273 | 39 Run unittests |
40 ------------- | |
256 | 41 |
290 | 42 .. code:: bash |
43 | |
44 cd test | |
257 | 45 python -m unittest |
41 | 46 |
290 | 47 |
298 | 48 Status |
49 ------ | |
50 | |
273 | 51 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png |
283 | 52 |
290 | 53 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 54 |
41 | 55 |
282 | 56 |