Courses/Computer Science/CPSC 457.W2013

From wiki.ucalgary.ca
Jump to: navigation, search

Principles of Operating Systems (Winter 2013)

The course overview page is located at: http://pages.cpsc.ucalgary.ca/~locasto/teaching/2013/CPSC457/

You may also be interested in the wiki pages for the Winter 2012 version of this course.

This course is a curiosity-driven cross-layer introduction to the principles and design decisions reflected in modern commodity operating systems with a special focus on the Linux/x86 platform to ground the discussion in real technical detail.

The university calendar entry for CPSC457 describes the course as:

"An introduction to operating systems principles. Performance measurement; concurrent programs; the management of information, memory and processor resources. Prerequisite(s): Computer Science 319 or 331 and one of Computer Science 325 or Computer Engineering 369."

How This Class is Taught

  • Curiosity - This class is driven by seemingly simple questions about what a computer system is in a practical sense. This is not an anatomy-style class where you memorize charts and pictures drawn by other people. It's a hands-on exploration of what makes digital hardware actually do interesting things for us.
  • Cross-layer - layers of abstraction become boundaries of competence. This class deliberately bridges the semantic gap to give multiple aspects of the same concept, component, or primitive.
  • Learning through failure modes - what we do to systems to break them (out of curiosity, ignorance, or malice) can teach us a great deal. Stretching and abusing a system's limits and normal modes of operation helps outline the boundaries of (in this case, OS) concepts more clearly.

Although this courses focuses on Linux, it is not about Linux per se; we simply demonstrate abstract OS concepts relative to a mature, real-world, and complex piece of software.

Announcments, Policies, and Metadata

Courses/Computer_Science/CPSC_457.W2013/Policies

This section includes the syllabus, textbooks, course policies, grading scheme, midterm and file exam policies, and submission instructions.

Assignments

Homework Courses/Computer_Science/CPSC_457.W2013/Assignments

This section enumerates the homework assignments.

Lecture Schedule

Please see the University Academic Calendar for important add/drop dates, holidays, etc.

Courses/Computer_Science/CPSC_457.W2013/Lecture Notes

This section contains the class session notes.

Tutorial Schedule

Here is the (tentative) schedule of tutorial topics.

Tutorial Schedule

Links & Miscellaneous Resources

Courses/Computer Science/CPSC 457.W2012/Links and Other Resources

kernel ver: 2.6.32-279.19.1.e16.i686

Things We Won't Cover

  • A full consideration of multiprocessor architectures and machines (we only touch on this in the context of concurrency and synchronization)
  • Advanced I/O architectures and multimedia
  • cluster computing
  • other operating systems like *BSD, Windows, OS X, GNU Hurd, or Minix