In the slides and videos section below, I will post slides and pre-recorded discussion section videos before 6PM on the day before the live discussion section. In a discussion section video, I will primarily present information regrading up-coming programming assignments. I will also post live discussion section videos there.

A live discussion section is conducted by a TA. Since we have two TAs this summer session, most likely, they will alternate in leading the discussion section.

  • Fri 10:00am - 11:10am on Zoom (Zoom meeting ID given here)
During a live discussion section, the TA will answer questions about the pre-recorded video and answer your questions about programming assignments. If you have a particular topic that you would like the TA to discuss in class (including stuff like something covered in lectures that you would like the TA to explain further), you should send e-mail to the TA before 6PM on Thursday. The TA will try his/her best to cover such requests.

To download all the PDF files below in one command (so you can study for exams), do the following inside a terminal in Ubuntu 16.04:

    wget -r -l 1 --user=USERID --password=PASSWORD http://merlot.usc.edu/cs402-m22/discussions.html
where USERID and PASSWORD are the user ID and password used to access protected content from our class web site. But please note that the lecture slides can change at any time without notice. Therefore, it's a good idea to re-run the above command often to synchroniza your copy with the server!

The following are tentative and final slides (in PDF format) for this semester.

Week # Date Topics Comments
1 5/20 gdb, warmup #1 intro  
2 5/27 C, Unix  
3 6/3 warmup #2 intro (warmup #1 due on Tuesday)
4 6/10 multithreading, Unix signals  
5 6/17 intro to kernel assignments (warmup #2 due on Tuesday)
6 6/24 kernel #1  
7 7/1 intro to kernel 2 (kernel 1 due on Tuesday)
8 7/8 kernel 2 tests  
9 7/15 intro to kernel 3 (kernel 2 due on Tuesday)
10 7/22 objdump, debugging user space processes  
11 7/29 (no discussion section this week) (kernel 3 due on Thursday)