Mercurial > lcfOS
annotate readme.rst @ 410:6aa9743ed362 tip
Reflect change in c3 public modifier
author | Windel Bouwman |
---|---|
date | Mon, 23 Feb 2015 21:06:04 +0100 |
parents | 6df89163e114 |
children |
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 |
376 | 18 |
19 How to run this? | |
20 ---------------- | |
21 | |
22 Install required software: | |
283 | 23 |
300 | 24 * python3.3 |
283 | 25 * (optional) pyqt5, pyqt4 or pyside |
1 | 26 |
376 | 27 Checkout the code: |
1 | 28 |
290 | 29 .. code:: bash |
30 | |
376 | 31 hg clone https://bitbucket.org/windel/lcfos |
32 cd lcfos | |
33 | |
34 Run some unit tests: | |
35 | |
36 .. code:: bash | |
37 | |
38 cd test | |
39 python3 run_tests.py | |
256 | 40 |
298 | 41 |
376 | 42 Weblinks |
43 -------- | |
44 | |
45 Docs are located here: | |
46 http://lcfos.readthedocs.org/en/latest/ | |
318 | 47 |
48 Sources are located here: | |
49 https://bitbucket.org/windel/lcfos | |
50 | |
376 | 51 here: |
52 http://hg.assembla.com/lcfOS/ | |
298 | 53 |
376 | 54 and here: |
55 https://pikacode.com/windel/lcfos/ | |
290 | 56 |
298 | 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 |
352 | 62 https://drone.io/bitbucket.org/windel/lcfos |
63 | |
64 Repository metrics: | |
65 | |
290 | 66 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif |
43 | 67 |
352 | 68 http://www.ohloh.net/p/lcfos |
69 | |
41 | 70 |
381 | 71 Live demo is at redhat openshift: |
72 | |
73 http://lcfos-windel.rhcloud.com/ | |
74 | |
75 |