Professional >> Engineering and Computer Science >> Computer Science >> Computer Science


Design of the UNIX Operating System

Design of the UNIX Operating System

Author(s):
  • Maurice J. Bach
  • Author: Maurice J. Bach
    • ISBN:9789332549579
    • 10 Digit ISBN:9332549575
    • Price:Rs. 855.00
    • Pages:486
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Be the first to rate the book !!

    This book describes the internal algorithms and the structures that form the basis of the UNIX® operating system and their relationship to the programmer interface. The system description is based on UNIX System V Release 2 supported by AT&T, with some features from Release 3.

    Table of Content

    1. General Review of the System.
    2. Introduction to the Kernel.
    3. The Buffer Cache.
    4. Internal Representation of Files.
    5. System Calls for the File System.
    6. The System Representation of Processes.
    7. Process Control.
    8. Process Scheduling and Time.
    9. Memory Management Policies.
    10. Interprocess Communication.
    11. Multiprocessor Systems.
    12. Distributed UNIX System.
     

    Salient Features

    •  Presents algorithms in a C-like pseudocode to aid readers in understanding the natural language description.
    •  Uses figures to depict the relationships between various data structures s they system manipulates them.
    •  Contains short C programs illustrating many system concepts as they manifest themselves to users.
    •  Describes the outline of the kernel architecture
    •  Explains tightly couples multiprocessor UNIX systems