SYLLABUS COP 4600 Operating Systems, Summer C 2001 OBJECTIVE: To study the structure and fundamental design concepts of modern operating systems, and to gain practical system implementation experience through the use of Minix operating system. INSTRUCTOR: Dr. Randy Chow, CSE 348, 392-1487, chow@cise.ufl.edu office hours: 11:00am - 12:30pm, M,W,F, or by appointments PREREQUISITE: computer organization, data structure, Unix and C. TEXTBOOK: "Operating Systems Design and Implementation" 2nd Ed., by Tanenbaum and Woodhull, Prentice Hall 1997. TA: Mark Connor (mconnor): Yasuhiro Shinozaki (yshinoza): Rick Bean (rbean): CONTENTS: Introduction (Chapter 1) - structure of an operating system - extended machine and resource manager - processes and files - basic system calls Process Management (Chapter 2) - concurrent processes - interprocess communication and synchronization - process scheduling Device Management (Chapter 3) - interrupt handling and device drivers - I/O devices - deadlock handling Memory Mangement (Chapter 4) - memory allocation and deallocation - memory protection - paging and segmentation - virtual memory Data Management (Chapter 5) - files and directories - file systems - security and protection Case Study - Minix implementation - Solaris Advanced Topics - computer network - distributed system GRADING: homeworks (2) - 10% programming assignments (4) - 30% mid-term exam (June 22, Friday) - 25% final exam (August 10, Friday) - 35% Academic honesty will be strictly enforced.