Lesson 4: Syscall Deep Dive

Outline:

  1. Implementing a system call
    • exploration of the code for Lab Assignment #1
    • implementing part of sys_open
    • what’s left: design your file descriptor table

Reading assignment (to be completed by the next class):