Mercurial > lcfOS
annotate readme.rst @ 288:a747a45dcd78
Various styling work
author | Windel Bouwman |
---|---|
date | Thu, 21 Nov 2013 14:26:13 +0100 |
parents | c9781c73e7e2 |
children | 7b38782ed496 |
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 |
213 | 27 cd python |
256 | 28 python ide.py |
29 | |
273 | 30 Run unittests |
31 ------------- | |
256 | 32 |
257 | 33 cd python |
34 python -m unittest | |
41 | 35 |
273 | 36 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png |
283 | 37 |
282 | 38 .. image:: https://codeship.io/projects/f4a4da90-2ffd-0131-58c6-5ea61a10d89b/status |
43 | 39 |
41 | 40 |
282 | 41 |