网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 操作系统 > 商品详情

UNIX操作系统设计(英文影印版)

分享到:
UNIX操作系统设计(英文影印版)

最 低 价:¥34.80

定 价:¥49.00

作 者:(美)Maurice J.Bach

出 版 社:机械工业出版社

出版时间:2006 年9月

I S B N:7111197658

价格
缺货
  • UNIX操作系统设计
  • 送货上门
  • 价格
    34.80元
    价格
    36.80元
    价格
    38.70元
    价格
    38.70元
    价格
    40.70元
    价格
    44.10元

    商品详情

    编辑推荐

    Linux之父Linux Torvalds曾捧读的经典著作.

    内容简介

    linux之父linux torvalds曾捧读的经典著作.本书是一本全面介绍unix系统v内核结构的经典教材。bach在这本传世之作中深入分析了unix的内核算法、基本数据结构以及它们同上层编程接口的关系。本书首先对系统内核结构进行了简要介绍,然后分章节描述了文件系统、进程调度和存储管理,并在此基础上讨论了unix系统的高级问题,如驱动程序接口、进程间通信与网络等。.
      本书虽然以unix系统v为背景,但是介绍的算法、数据结构却并没有专门针对任何一种特定的内核,所以直到今日,本书仍然是世界上许多大学操作系统课程的必读或推荐教材。读者如果想要学习unix,本书依然是最好的选择之一。..
      本书的适用范围非常广泛。首先,本书可用作高等院校高年级本科生或低年级研究生的操作系统课程教材,学生使用本书的同时若能参考系统源代码将获益匪浅,但也可以独立地学习本书。其次,系统程序员可将本书作为参考书,从而更好地理解内核的工作原理,并将unix系统中采用的算法与其他操作系统的算法加以比较。最后,unix系统程序员也可将本书作为参考书,从而更深入地了解他们的程序是如何与系统相互作用的,进而编写出更有效、更高级的程序。 ...

    作者简介

    目录

    preface.
    chapter 1 general overview of the system
    1.1 history
    1.2 system structure
    1.3 user perspective
    1.4 operating system services
    1.5 assumptions about hardware
    1.6 summary
    chapter 2 introduction to the kernel
    2.1 architecture of the unix operating system
    2.2 introduction to system concepts
    2.3 kernel data structures
    2.4 system administration
    2.5 summary and preview
    2.6 exercises
    chapter 3 the buffer cache
    3.1 buffer headers
    3.2 structure of the buffer pool
    3.3 scenarios for retrieval of a buffer
    3.4 reading and writing disk blocks
    .3.5 advantages and disadvantages of the buffer cache
    3.6 summary
    3.7 exercises
    chapter 4 internal representation of files
    4.1 inodes
    4.2 structure of a regular file
    4.3 directories
    4.4 conversion of a path name to an inode
    4.5 super block
    4.6 inode assignment to a new file
    4.7 allocation of disk blocks
    4.8 other file types
    4.9 summary
    4.10 exercises
    chapter 5 system calls for the file system
    5.1 open
    5.2 read
    5.3 write
    5.4 file and record locking
    5.5 adjusting the position of file i/o-- lseek
    5.6 close
    5.7 file creation
    5.8 creation of special files
    5.9 change directory and change root
    5.10 change owner and change mode
    5.11 stat and fstat
    5.12 pipes
    5.13 dup
    5.14 mounting and unmounting file systems
    5.15 link
    5.16 unlink
    5.17 file system abstractions
    5.18 file system maintenance
    5.19 summary
    5.20 exercises
    chapter 6 the structure of processes
    6.1 process states and transitions
    6.2 layout of system memory
    6.3 the context of a process
    6.4 saving the context of a process
    6.5 manipulation of the process address space
    6.6 sleep..
    6.7 summary
    6.8 exercises
    chapter 7 process control
    7.1 process creation
    7.2 signals
    7.3 process termination
    7.4 awaiting process termination
    7.5 invoking other programs
    7.6 the user id of a process
    7.7 changing the size of a process
    7.8 the shell
    7.9 system boot and the init process
    7.10 summary
    7.11 exercises
    chapter 8 process scheduling and time
    8.1 process scheduling
    8.2 system calls for time
    8.3 clock
    8.4 summary
    8.5 exercises
    chapter 9 memory management policies
    9.1 swapping
    9.2 demand paging
    9.3 a hybrid system with swapping and demand paging
    9.4 summary
    9.5 exercises
    chapter 10 the i/o subsystem
    10.1 driver interfaces
    10.2 disk drivers
    10.3 terminal drivers
    10.4 streams
    10.5 summary
    10.6 exercises
    chapter 11 interprocess communication
    11.1 process tracing
    11.2 system v ipc
    11.3 network communications
    11.4 sockets
    11.5 summary
    11.6 exercises
    chapter 12 multiprocessor systems
    12.1 problem of multiprocessor systems
    12.2 solution with master and slave processors
    12.3 solution with semaphores
    12.4 the tunis system
    12.5 performance limitations
    12.6 exercises
    chapter 13 distributed unix systems
    13.1 satellite processors
    13.2 the newcastle connection
    13.3 transparent distributed file systems
    13.4 a transparent distributed model without stub processes
    13.5 summary
    13.6 exercises
    appendix—system calls
    bibliography
    index...

    商品评论(0条)

    暂无评论!

    您的浏览历史

    loading 内容加载中,请稍后...