Operating System Lab
Course Objective:
The goal of this course is to have students understand and appreciate the principles in the design and implementation of operating systems software.
Lab Course Outline: Introduction to operating systems concepts, process management, memory management, file systems, virtualization, and distributed operating systems. The laboratory exercises will include familiarization with UNIX system calls for process management and inter-process communication; Experiments on process scheduling and other operating system tasks through simulation/implementation. Finally, the students would require to apply the operating system concepts by experimenting on either xv6/minix operating systems. 1. Abraham Silberschatz Peter B. Galvin and Greg Gagne,
Operating System Concepts, Wiley 8th Edition, 2008. 2. Garry. J. Nutt,
Operating Systems: A Modern Perspective, 3. Andrew S. Tanenbaum and Herbert Bros, Modern Operating Systems (4th Edition), Pearson 4. Russ Cox, Frans Kaashoek, Robert Morris , xv6: a simple, Unix-like teaching operating system",Revision 8 [Download] 5. Sumitabha Das ,
UNIX Concepts and Applications, Tata McGraw-Hill Important Instructions: 1.
The take home laboratory assignments will be mainly implementation-oriented
which have to be coded in C and will be based on the topics discussed in theoretical lectures. The lab sessions will be based on exploring the concepts discussed in class by implementing them on the xv6 operating system. 2.
Every student is expected to have access to at least
the book by Silberschatz-Galvin-Gagne. 3.
Attendance in lab classes is mandatory. If the
attendance of a student falls below 75%, he/she may expect a "F Grade" 4.
The laboratory course will consist of class
work as well as take home assignments. . 5.
Performance during class work carries wieghtage for grades. Surpise lab quizzes will be conducted to assess the progress of the student in lab. Thus, be regular in labs. 6.
Tutorial sessions will be conducted by TAs for the first hour of every lab session. Interact with them to clear your doubts regarding the lab assignments.. 7.
Grading Policy :
o 5%:
Class performance (Coding skills) o 5%:
Viva ( Weekly during C1 and C2 component) Interesting Links 1.
The UNIX Operating System, AT&T Archives, at YouTube
3.
A Narrative History of BSD, Kirk McKusick, at YouTube Lab Assignments: Sl. No. Topic Experiments Helpful Resources 1. Working with Linux 2. Basic concepts in OS 3. Introducing xv6 [ Tutorial Video : Working with xv6] 4. Tracing and Creating System Calls in xv6 [ Tutorial Video : Adding System Calls in xv6] 5. Add history command to the kernel and obtain process statistics 6.
( through Linux tools for Process, Memory and I/O Management )
( Booting xv6 )