Mercurial > lcfOS
comparison readme.rst @ 273:6b3a874edd6e
Added some docs
author | Windel Bouwman |
---|---|
date | Mon, 02 Sep 2013 17:40:21 +0200 |
parents | README.md@703321743e8a |
children | c137f1fe3e65 |
comparison
equal
deleted
inserted
replaced
272:e64bae57cda8 | 273:6b3a874edd6e |
---|---|
1 | |
2 About | |
3 ===== | |
4 | |
5 Project goals | |
6 ------------- | |
7 | |
8 * To write a microkernel OS. | |
9 * Write the kernel in C3 ('cos') | |
10 * Write a kernel in oberon like language and be able to compile this with the ide. | |
11 * Create python scripts that form the major part of the OS. | |
12 * Make IDE in python that can compile the OS. | |
13 | |
14 Directory structure | |
15 ------------------- | |
16 | |
17 'os' contains the os written in oberon like language. | |
18 'ide' contains the python3 qt4 ide to build the os. | |
19 'cos' contains the os written in C and assembler. | |
20 | |
21 Software dependencies | |
22 --------------------- | |
23 * python3 | |
24 * pyqt4 | |
25 | |
26 How to start the IDE | |
27 -------------------- | |
28 | |
29 cd python | |
30 python ide.py | |
31 | |
32 Run unittests | |
33 ------------- | |
34 | |
35 cd python | |
36 python -m unittest | |
37 | |
38 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png | |
39 | |
40 |