Mercurial > lcfOS
comparison README @ 9:92ace1ca50a8
64 bits kernel without interrupts but with printf in C
author | windel |
---|---|
date | Sun, 13 Nov 2011 12:47:47 +0100 |
parents | 92df07bc2081 |
children | 35cc54e078dd |
comparison
equal
deleted
inserted
replaced
8:edd70006d3e4 | 9:92ace1ca50a8 |
---|---|
1 = Project goals = | |
2 * To write a microkernel sort of OS. | |
3 * Write the kernel in C ('cos') | |
4 * Write a kernel in oberon like language and be able to compile this with the ide. | |
5 * Create python scripts that form the major part of the OS. | |
6 * Make IDE in python that can compile the OS. | |
7 | |
8 = Directory structure = | |
9 'os' contains the os written in oberon like language. | |
10 'ide' contains the python3 qt4 ide to build the os. | |
11 'cos' contains the os written in C and assembler. | |
12 | |
1 = Software required = | 13 = Software required = |
2 * python3 | 14 * python3 |
3 * pyqt4 | 15 * pyqt4 |
4 Optional: | 16 Optional: |
5 * bochs | 17 * bochs |