CS5600: Computer Systems
05/08: Final grade distribution and letter grade released
- See Canvas homepage for the information.
Course information
- Course Number: CS 5600
- Lectures: MonWed 14:50 - 16:30
- Room: Science Engineering Complex 102
- Instructor: Cheng Tan
- Teaching Assistants: Saket Kumar, Suteja Bhimashankar Patil, and Micah Weston
- Staff mailing list:
cs5600sp22-staff@ccs.neu.edu
- Office hours:
Tue | Suteja Bhimashankar Patil | 15:00 - 16:00 | Microsoft Teams (see Canvas for instructions) |
Wed | Cheng Tan | 16:45 - 17:45 | In-person, 332 WVH |
Thu | Micah Weston | 9:00 - 10:00 | Microsoft Teams (see Canvas for instructions) |
Fri | Saket Kumar | 11:30 - 12:30 | Microsoft Teams (see Canvas for instruction) |
The course
- The lectures will cover topics of computer systems and operating systems. See schedule here.
- The labs are an important part of the course. See them here.
- The homeworks are intended to reinforce the contents of lectures. They will be posted on the schedule page.
- The announcements will be posted here.
- The policies and grading for this course is here.
Goals and non-goals
Goals: The main goal of this course is to teach you how to think from the prospective of a system developer and give you some tools to address system related problems. After completing this course, you should realize that there is no magic in computers and you should have the confidence to solve most computer system problems (if given enough time). Further, this course aims to let you try the workflow and environment of system development, including tools like Linux command line, vim, and git. Of course, you will learn a series of skills through practice. Coding (the labs) is a critical part of this course and, hopefully, you will find it rewarding.
Non-goals: This course is not supposed to
- teach you how to program,
- teach you any specific programming languages,
- train you to get a high score in your system design interviews (though, likely, you will get it as a bonus of your hard work in this course).
Textbooks
- OSTEP: Operating Systems: Three Easy Pieces, by Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau, August 2018, edition 1.00.
- HOSW: How Operating Systems Work, by Peter Desnoyers, Fall 2020 edition.
Acknowledgments
We are heavily indebted to NYU CS202, prior CS5600s (summer18, spring20, fall20, spring21), and ancestors of these courses.