深入理解Linux内核(第三版,影印版)
深入理解Linux内核(第三版,影印版)
Daniel P. Bovet, Marco Cesati
出版时间:2006年04月
页数:923
为了彻底理解是什么使得Linux能正常运行以及其为何能在各种不同的系统中运行良好,你需要深入研究内核最本质的部分。内核处理CPU与外界间的所有交互,并且决定哪些程序将以什么顺序共享处理器时间。它如此有效地管理有限的内存,以至成百上千的进程能高效地共享系统。它熟练地统筹数据传输,这样CPU不用为等待速度相对较慢的硬盘而消耗比正常耗时更长的时间。
《深入理解Linux内核,第三版》指导你对内核中使用的最重要的数据结构、算法和程序设计诀窍进行一次遍历。通过对表......展开全部内容介绍
  1. Preface
  2. 1. Introduction
  3. Linux Versus Other Unix-Like Kernels
  4. Hardware Dependency
  5. Linux Versions
  6. Basic Operating System Concepts
  7. An Overview of the Unix Filesystem
  8. An Overview of Unix Kernels
  9. 2. Memory Addressing
  10. Memory Addresses
  11. Segmentation in Hardware
  12. Segmentation in Linux
  13. Paging in Hardware
  14. Paging in Linux
  15. 3. Processes
  16. Processes, Lightweight Processes, and Threads
  17. Process Descriptor
  18. Process Switch
  19. Creating Processes
  20. Destroying Processes
  21. 4. Interrupts and Exceptions
  22. The Role of Interrupt Signals
  23. Interrupts and Exceptions
  24. Nested Execution of Exception and Interrupt Handlers
  25. Initializing the Interrupt Descriptor Table
  26. Exception Handling
  27. Interrupt Handling
  28. Softirqs and Tasklets
  29. Work Queues
  30. Returning from Interrupts and Exceptions
  31. 5. Kernel Synchronization
  32. How the Kernel Services Requests
  33. Synchronization Primitives
  34. Synchronizing Accesses to Kernel Data Structures
  35. Examples of Race Condition Prevention
  36. 6. Timing Measurements
  37. Clock and Timer Circuits
  38. The Linux Timekeeping Architecture
  39. Updating the Time and Date
  40. Updating System Statistics
  41. Software Timers and Delay Functions
  42. System Calls Related to Timing Measurements
  43. 7. Process Scheduling
  44. Scheduling Policy
  45. The Scheduling Algorithm
  46. Data Structures Used by the Scheduler
  47. Functions Used by the Scheduler
  48. Runqueue Balancing in Multiprocessor Systems
  49. System Calls Related to Scheduling
  50. 8. Memory Management
  51. Page Frame Management
  52. Memory Area Management
  53. Noncontiguous Memory Area Management
  54. 9. Process Address Space
  55. The Process’s Address Space
  56. The Memory Descriptor
  57. Memory Regions
  58. Page Fault Exception Handler
  59. Creating and Deleting a Process Address Space
  60. Managing the Heap
  61. 10. System Calls
  62. POSIX APIs and System Calls
  63. System Call Handler and Service Routines
  64. Entering and Exiting a System Call
  65. Parameter Passing
  66. Kernel Wrapper Routines
  67. 11. Signals
  68. The Role of Signals
  69. Generating a Signal
  70. Delivering a Signal
  71. System Calls Related to Signal Handling
  72. 12. The Virtual Filesystem
  73. The Role of the Virtual Filesystem (VFS)
  74. VFS Data Structures
  75. Filesystem Types
  76. Filesystem Handling
  77. Pathname Lookup
  78. Implementations of VFS System Calls
  79. File Locking
  80. 13. I/O Architecture and Device Drivers
  81. I/O Architecture
  82. The Device Driver Model
  83. Device Files
  84. Device Drivers
  85. Character Device Drivers
  86. 14. Block Device Drivers
  87. Block Devices Handling
  88. The Generic Block Layer
  89. The I/O Scheduler
  90. Block Device Drivers
  91. Opening a Block Device File
  92. 15. The Page Cache
  93. The Page Cache
  94. Storing Blocks in the Page Cache
  95. Writing Dirty Pages to Disk
  96. The sync( ), fsync( ), and fdatasync() System Calls
  97. 16. Accessing Files
  98. Reading and Writing a File
  99. Memory Mapping
  100. Direct I/O Transfers
  101. Asynchronous I/O
  102. 17. Page Frame Reclaiming
  103. The Page Frame Reclaiming Algorithm
  104. Reverse Mapping
  105. Implementing the PFRA
  106. Swapping
  107. 18. The Ext2 and Ext3 Filesystems
  108. General Characteristics of Ext2
  109. Ext2 Disk Data Structures
  110. Ext2 Memory Data Structures
  111. Creating the Ext2 Filesystem
  112. Ext2 Methods
  113. Managing Ext2 Disk Space
  114. The Ext3 Filesystem
  115. 19. Process Communication
  116. Pipes
  117. FIFOs
  118. System V IPC
  119. POSIX Message Queues
  120. 20. Program Execution
  121. Executable Files
  122. Executable Formats
  123. Execution Domains
  124. The exec Functions
  125. A. System Startup
  126. B. Modules
  127. Bibliography
  128. Source Code Index
  129. Index
购买选项
定价:98.00元
书号:7-5641-0276-4
出版社:东南大学出版社