Courses/Computer Science/CPSC 457.F2013/Lecture Notes/WhatOS

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

What is an Operating System ?

In this session, we draw and discuss the boxes and arrows view of what an operating system is and contemplate the artificial split between userland and kernelspace.

So far, we have made some gentle progress on seemingly unrelated ideas:

  • the command line (observing all the processes on a machine with 'ps aux' or 'top'
  • observing program source code becoming a binary
  • understanding the idea of time-multiplexing of the CPU

In this session, we will try to understand what the role of the OS is in managing a core OS abstraction: the idea of a process. Exactly what a process is and how it is created will be discussed in the next few sessions. We will take a look at LXR, which is a tool for "navigating" the linux source code.

Slides

Scribe Notes

Readings

  • LKD Chapter 1