Mercurial > lcfOS
view README.md @ 213:003c8a976fff
Merge of semantics and parser again ..
author | Windel Bouwman |
---|---|
date | Fri, 05 Jul 2013 11:18:48 +0200 |
parents | 1113da536872 |
children | 225f444019b1 |
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 dependencies * python3 * pyqt4 # How to start the IDE cd python python runide.py [![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest)