Mercurial > lcfOS
changeset 188:1113da536872
Used markdown
author | Windel Bouwman |
---|---|
date | Sat, 25 May 2013 14:46:12 +0200 |
parents | bf5ab358f43a |
children | 5334b86ac1db |
files | README.md |
diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sat May 25 14:41:19 2013 +0200 +++ b/README.md Sat May 25 14:46:12 2013 +0200 @@ -1,28 +1,30 @@ -Status badge: -[![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest) - -= Project goals = +# 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 = +Status badge: + +[![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest) + +# 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 = +# Software dependencies * python3 * pyqt4 Optional: * bochs * nasm -= How to start the IDE = +# How to start the IDE $ cd ide $ python runide.py