Mercurial > lcfOS
annotate readme.rst @ 342:86b02c98a717 devel
Moved target directory
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 15:40:31 +0100 |
parents | 87feb8a23b4d |
children | 899ae3aea803 |
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 |
290 | 63 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 64 |
41 | 65 |
299 | 66 https://drone.io/bitbucket.org/windel/lcfos |
282 | 67 |
299 | 68 |