view README @ 34:8012221dd740

Fixes for uninitialized data. This causes problems on real machines
author windel
date Mon, 16 Jan 2012 13:46:06 +0100
parents 92ace1ca50a8
children 35cc54e078dd
line wrap: on
line source

= Project goals =
* To write a microkernel sort of OS.
* Write the kernel in C ('cos')
* Write a kernel in oberon like language and be able to compile this with the ide.
* Create python scripts that form the major part of the OS.
* Make IDE in python that can compile the OS.

= Directory structure =
'os' contains the os written in oberon like language.
'ide' contains the python3 qt4 ide to build the os.
'cos' contains the os written in C and assembler.

= Software required =
  * python3
  * pyqt4
Optional:
  * bochs
  * nasm

= How to start the IDE =

$ cd ide
$ python runide.py