Mercurial > lcfOS
diff 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 |
line wrap: on
line diff
--- a/README Fri Oct 21 17:36:57 2011 +0200 +++ b/README Sun Nov 13 12:47:47 2011 +0100 @@ -1,3 +1,15 @@ += 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