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.
First paragraph from the article in case anyone is toootally confused what a “Literate” OS would mean and trying to decide whether they would like to click the link.
First paragraph from the article in case anyone is toootally confused what a “Literate” OS would mean and trying to decide whether they would like to click the link.