| |
A Short Introduction to Operating Systems ?2002:This tutorial covers the basic fundametal of operating system like process management memory management scheduling task switching
and other topic which is common to operating system concept |
| |
Operating Systems Lecture Notes:This book is a comprehensive book on operating system .It cover topics on Processes and Threads,Thread Creation, Manipulation and Synchronization
,Deadlock,Implementing Synchronization Operations,CPU Scheduling,OS Potpourri,Introduction to Memory Management
Introduction to Paging,Issues in Paging and Virtual Memory,MIPS TLB Structure,Introduction to File Systems
File System Implementation,Monitors,Segments,Disk Scheduling,Networking,UDP and TCP |
| |
The Operating Systems Handbook:This tutorial provides the working Knowledge of UNIX, VMS, OS/400, VM/CMS, and MVS. Good books for the users of UNIX falvoured operating System |
| |
Write Your Own Operating System Tutorial:This is a tutorial to give an idea on how to get started writing an operating system of your very own.It will show one possible way to go about doing things.This tutorial does not intend to explain all of the theoretical aspects of operating systems and does not claim to have the best or fastest techniques or methods.All source code examples were written with readability in mind and not optimization. |