CS 134

Lesson 2

Our Goals for this Lesson

Last time we looked at processes and threads, the basic units of execution in a computer system. In this lesson, we'll dive deeper into some of the specifics of process implementation in a POSIX-like system; in particular, file handling and process creation. A solid understanding of these topics will be vital for Homework 4 , where you'll be adding user processes to OS/161.

Outline

To receive credit: complete all pages above, then this page will be complete as well (and get a green check emoji at the bottom right of the page).

(When logged in, completion status appears here.)