Operating System Lab Syllabus[1]
Operating System Lab Syllabus[1]
COURSE OBJECTIVES
1. To understand the operating system principles and its implementations.
2. To understand the main components of an OS & their functions.
3. To provide necessary skills for developing and debugging programs in order to optimize
performance of OS.
4. To study the process management and scheduling.
LIST OF PROGRAMS
1. Write a program to implement CPU scheduling for first come first serve.
TEXT BOOKS
1. Abraham Silberschatz Peter B. Galvin and Greg Gagne, Operating System Concepts, Wiley 8th
Edition, 2008.
3. Andrew S. Tanenbaum and Herbert Bros, Modern Operating Systems (4th Edition), Pearson
REFERENCE BOOKS
1. William Stallings, “Operating Systems – internals and design principles”, Prentice Hall India, 5 th
Edition, 2005.
99