eldorplus / cleese

an operating system in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleese is a project to build a functioning operating system written almost
entirely in Python. The basic idea is to have a microkernel mostly based on
the Python VM and all other operating system functionality written in Python.

James Tauber and Dave Long successfully built a proof-of-concept back in 2003.

You can see that work, along with some historical information at:

	http://code.google.com/p/cleese/


This is a reboot of the project, starting largely from scratch. James Tauber
is now joined by Brian Rosner.

To get started, see BUILDING_TOOLCHAIN and SETTING_UP_DISKS.

About

an operating system in Python

License:MIT License


Languages

Language:C 95.1%Language:Python 4.3%Language:Makefile 0.4%Language:Assembly 0.3%