Mercurial > lcfOS
annotate readme.rst @ 318:e84047f29c78
Add burg and yacc initial attempts
author | Windel Bouwman |
---|---|
date | Tue, 31 Dec 2013 12:38:15 +0100 |
parents | 158068af716c |
children | 87feb8a23b4d |
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 |
318 | 33 Source code |
34 ----------- | |
35 | |
36 Sources are located here: | |
37 https://bitbucket.org/windel/lcfos | |
38 | |
39 | |
298 | 40 Docs |
41 ---- | |
42 | |
300 | 43 Docs are located here: |
298 | 44 http://lcfos.readthedocs.org/en/latest/ |
45 | |
273 | 46 Run unittests |
47 ------------- | |
256 | 48 |
290 | 49 .. code:: bash |
50 | |
51 cd test | |
300 | 52 ./runtests.sh |
41 | 53 |
290 | 54 |
298 | 55 Status |
56 ------ | |
57 | |
300 | 58 The project is contains tests which are run continuously at drone.io. |
59 | |
273 | 60 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png |
283 | 61 |
290 | 62 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 63 |
41 | 64 |
299 | 65 https://drone.io/bitbucket.org/windel/lcfos |
282 | 66 |
299 | 67 |