OS Course 2005PmWiki |
The Thix OSTeam* Philipp Buchgraber ( pbuch at cosy)
* Bernhard Engl ( bengl at cosy)
* Matthias Hemetsberger ( mhemets at cosy)
OverviewThe Thix OS kernel was written by Tudor Hulubei from the "Politehnica" University of Bucharest in Romania at the Department of Computer Science and Engineering in the late 90s. The result is a new POSIX (IEEE Std 1003.1-1988) compliant UNIX kernel with many features "real" operating systems have: process management, virtual memory, demand paging, protection, swapping, filesystem, I/O, ... MotivationDuring our search for an non-well known (makes the whole thing more unique and interesting) operating system we came across the Thix OS that meets our (naturally the course ones too) requirements. It seems to be a good structured and full functional tight Unix related open source operating system with well documented C source code what will make an extensive inspection much more comfortable. Additionally we have the intention to run it on an old x86 machine to also perform the investigated topics practically. And because it is possible to run a lot of free software on it, we are looking forward to try them out and understand the interaction with the chosen OS. Additionally to the "standard" investigation we try to point out special features as well as weaknesses too. ReviewThe following uploads are the final products of our THIX OS review (paper in German as PDF): ReferencesFor the whole sources and additonal information we refer to the Thix project website: |