About

Project goals

  • To write a microkernel based OS
  • Write the kernel in the c3 language
  • Create a c3 compiler in python

Directory structure

‘kernel’ contains the microkernel. ‘python’ contains the python utilities.

How to run this?

Install required software:

  • python3.3
  • (optional) pyqt5, pyqt4 or pyside

Checkout the code:

hg clone https://bitbucket.org/windel/lcfos
cd lcfos

Run some unit tests:

cd test
python3 run_tests.py