파이썬 기반 운영체제

cleansugar의 이미지

Python OS Project Alpha
http://python-os.info/en/

"Python OS Project (POP) created with idea to make a pure python OS. POP based on linux kernel (currently 2.6.32) and GNU userland utilities. A lot of utilities are already written, including base soft, like:

Terminal emulator (POPemu)
ls, ps, rm, cp, rmdir, mkdir, clear, cat, tail, bzcat, zcat, cmp, mv, wget, top, etc.
Installer (Python+some utilities in C)
mplayer frontend
mpd and moc frontends
Filemanager
Web-server (based on http://cherrypy.org/) (POPweb)
Jabber and ICQ client (POPim)
Simple raster graphics editor
PDF, djvu viewer
Python games
and many others"

https://github.com/jtauber/cleese/

"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."

Unununium Operating Engine
http://unununium.org/

"Unununium is an operating system with history dating back to year 2000. During most of its early development it was entirely written in x86 assembly. At its most advanced, the system had access to an ext2 file system, basic video drivers, sound drivers, and a network card driver albeit without a TCP/IP stack.

For the past few years development of the operating system was mostly halted; there are signs that development could resume or rather, restart with a clearer focus."