All Projects → hgesser → Ulix

hgesser / Ulix

Licence: gpl-3.0
Ulix, the Literate Unix

Programming Languages

assembly
5116 projects

Ulix, the Literate Unix

Ulix (Literate Unix) is a Unix-like operating system that was developed at University of Erlangen-Nuremberg. We used Donald E. Knuth's concept of Literate Programming for the implementation and documentation. The intention was to create a fully working system which can be used in operating system courses to show students how OS concepts (such as paging and scheduling) can be implemented. Literate programs are very accessible because they can be read like a book; the order of presentation is not enforced by program logic or compiler restrictions, but instead is guided by the implementer's creative process.

Ulix was written in C and Assembler for the Intel x86 architecture; for literate programming we used Norman Ramsey's noweb tool.

Ulix has already been used twice in operating system courses at TH Nürnberg (Nuremberg Institute of Technology); lecture slides and videos in German language are online (see below).

Your options are ...

  • Ulix Development Blog
  • Ulix Source Code (released under the GPL, version 3, on this GitHub page)
  • The Wiki (here on GitHub)
  • The Ulix Book (Hans-Georg Eßer and Felix Freiling: The Design and Implementation of the Ulix Operating System, 708 pages, September 2015)
  • Development VM (OVA format, tested with VirtualBox, Debian-based, 1 GByte, expands to ca. 3 GByte)
  • the full list of publications about Ulix (on the http://ulixos.org/ page)
  • lecture notes of Ulix-based courses (on the http://ulixos.org/ page)

Note: ulix-book.nw is the literate document.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].