M.I.T. DEPARTMENT OF EECS

6.033 - Computer System Engineering Recitation 5 - Thursday, February 19, 2004

Read The Unix Time-Sharing System paper by Ritchie and Thompson (reading #6). This is a classic (ancient) paper about the precursor to today's Project Athena (and many other variants of Unix). However, don't assume that just because you are a Linux hacker, you already know the material in this paper. Unix of the 1970s was quite different from that of the 2000s. Another difficulty in reading such an old paper is that principles that are well-established today may have been controversial when first introduced. If you notice places where the authors seem to belabor an obvious point, then the point may not have been obvious at the time!

As usual, start out by reading the abstract, introduction, and conclusion. You will find that this paper lacks an outline (which would typically be found at the end of the introduction; a one-sentence overview does appear in the abstract) and a conclusion. Therefore, scan the paper for section and subsection titles, to give yourself an idea of how it fits together. Then, read the whole paper.

This paper presents an early perspective on the design of a system that has stood the test of time and remains popular 30 years after its introduction -- admirable longevity for a software system. Therefore, there is much to learn from it. As you are reading, consider what you can learn both from the authors and from the perspective of hindsight. For example:

Write down your thoughts for at least one of the issues above and bring to class for discussion. Also, bring in your answers to the exercises in Hands-on 2.

If you are interested in learning more about Unix, there are several other good papers and books, listed in section 11.3 of the Suggestions for Additional Reading (pages 10-39 and 10-40 of the class notes).


Go to 6.033 Home Page