Mercurial > lcfOS
annotate readme.rst @ 370:f86e79246602
Remove null stdio
author | Windel Bouwman |
---|---|
date | Fri, 21 Mar 2014 11:57:32 +0100 |
parents | 899ae3aea803 |
children | 1e951e71d3f1 |
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 |
332 | 22 * pyyaml for yaml module |
283 | 23 * (optional) pyqt5, pyqt4 or pyside |
1 | 24 |
273 | 25 How to start the IDE |
26 -------------------- | |
1 | 27 |
290 | 28 .. code:: bash |
29 | |
213 | 30 cd python |
256 | 31 python ide.py |
32 | |
298 | 33 |
318 | 34 Source code |
35 ----------- | |
36 | |
37 Sources are located here: | |
38 https://bitbucket.org/windel/lcfos | |
39 | |
40 | |
298 | 41 Docs |
42 ---- | |
43 | |
300 | 44 Docs are located here: |
298 | 45 http://lcfos.readthedocs.org/en/latest/ |
46 | |
273 | 47 Run unittests |
48 ------------- | |
256 | 49 |
290 | 50 .. code:: bash |
51 | |
52 cd test | |
300 | 53 ./runtests.sh |
41 | 54 |
290 | 55 |
298 | 56 Status |
57 ------ | |
58 | |
300 | 59 The project is contains tests which are run continuously at drone.io. |
60 | |
273 | 61 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png |
283 | 62 |
352 | 63 https://drone.io/bitbucket.org/windel/lcfos |
64 | |
65 Repository metrics: | |
66 | |
290 | 67 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 68 |
352 | 69 http://www.ohloh.net/p/lcfos |
70 | |
41 | 71 |
282 | 72 |