Topics in System Software 2018-02: Difference between revisions

From Innovation
Jump to: navigation, search
Line 9: Line 9:
== Repository ==
== Repository ==
* Visit [https://github.com/resourceful/lecture_sysprog here] for all the material
* Visit [https://github.com/resourceful/lecture_sysprog here] for all the material
== Info ==
* Please provide your info [https://docs.google.com/document/d/1ZyeEUee-PK6oYxQTDOlku9kN9u4GYcsNGmF7_tYGRVk/edit?usp=sharing here]


== Schedule ==
== Schedule ==

Revision as of 19:40, 6 September 2018

Prerequisite

Understanding of C Language and Linux system

Textbook

  • Main: Advanced Programming in the UNIX Environment, W. Richard Stevens, Stephen A. Rago. 3rd Ed.


Repository

  • Visit here for all the material


Info

  • Please provide your info here

Schedule

No Topics Slides Reading
1 Introduction to System Programming 01-intro.pdf Ch. 1
2 File I/O 02-file_io.pdf Ch. 3
3 Files and Directories 03-file_dirs.pdf Ch. 4
4 System Data Files and Process Environment 04-sysfile_info.pdf Ch. 6
5 Process Environment 05-process.pdf Ch. 7
6 Process Control 06-process_rel.pdf Ch. 8
7 Signal 07-signal.pdf Ch. 10
8 Midterm
9 Threads 08-thread.pdf Ch. 11
10 Thread Control Ch. 12
11 Advanced I/O 09-adv_io.pdf Ch. 14
12 Interprocess Communication 1 10-ipc.pdf Ch. 15 - 15.5
13 Interprocess Communication 2 Ch. 15.6 - 15.12
14 Network IPC 11-socket.pdf Ch. 16
15 Review
16 Final Exam