CS 0449 (Summer 2010)
Introduction to Systems Software
General Information Announcements Slides Projects Links
| Name: | Hyunjin Lee |
| Office: | 5802 Sennott Square |
| Phone: | (412) 624-8832 |
| Email: | abraham@cs.pitt.edu |
| Office Hours: | Wednesday: 1:00 ~ 3:00 Friday: 11:00 ~ 12:00 |
Syllabus Schedule (week 9) Progress & roaster
| Date | Topic | Slides | Quiz | Links |
| 5/10 | Welcome to CS449 | PDF | PPT | Chapters 1-9, 11, 13 in the C textbook | |
| 5/12 | Introduction to C & Strings | PDF | PPT | Chapters 11& 5 in the C textbook | |
| 5/17 | Scope, Functions, and Pointers | PDF | PPT | Chapters 9& 13 in the C textbook | |
| 5/19 | Structures & File I/O | PDF | PPT | Chapters 12& 14 in the C textbook | |
| 5/24 | C memory management | PDF | PPT | PDF code / data (have a dream dream) | Chapters 17 in the C textbook |
| 5/26 | Linked lists & midterm exam review | PDF | PPT | PDF code | Chapters 17 in the C textbook |
| Date | Topic | Slides | Quiz | Links |
| 6/7 | Binary formats and Linking | PDF | PPT | 20 part blog entry on linking | |
| 6/9 | Function pointers, AT&T, and Stacks | PDF | PPT | AT&T syntax CS447 Appendix A | |
| 6/14 | Memory management | PDF | PPT | ||
| 6/21 | Multi-file development, Makefiles | PDF | PPT | Makefile intro. | |
| 6/23 | System calls and Signals | PDF | PPT | ||
| 6/28 | Review for midterm 2 | PDF | PPT | Review, Sample questions |
| Date | Topic | Slides | Quiz | Links |
| 7/7 | Device drivers | PDF | PPT | LLD Ch. 1 (PDF) LLD Ch 2 (PDF) | |
| 7/12 | Threads | PDF | PPT | ||
| 7/14 | pthreads | PDF | PPT | More on pthreads, ALP chapter 4 | |
| 7/19 | Synchronization | PDF | PPT | ||
| 7/21 | Networks and Berkeley Sockets | PDF | PPT | Sockets | |
| 7/26 | Shell programming | PDF | PPT |
Miscellaneous