操作系统:原理与设计

作者:Pabitra Pal Choudhury

丛书名:大学计算机教育国外著名教材系列(影印版)

定价:59元

印次:1-1

ISBN:9787302274896

出版日期:2012.01.01

印刷日期:2011.12.28

图书责编:龙启铭

图书分类:教材

电子书
在线购买
分享
内容简介
作者简介
前言序言
资源下载
查看详情 查看详情 查看详情

本书以简单易懂的语言,全面而系统地介绍了操作系统的概念、原理和设计,包括CPU调度、设备调度、死锁、内存管理、文件系统以及系统的安全性等内容,并给出了丰富的C语言演示程序,所有这些C程序都在Linux操作系统下测试通过。本书以单独章节介绍了设备管理、文件管理和低功耗系统设计,并详细阐述了如何防御对Linux系统的攻击,不仅是一本很好的操作系统教材,也是从事操作系统研究人员的很好参考用书。 本书特点: ·以单独章节介绍设备管理、文件管理和低功耗系统设计。 ·向编程人员详细介绍了如何防御对Linux系统的攻击。

PhD, is faculty at Applied Statistics Unit, Indian Statistical Institute, Kolkata.�

In the last few decades, the developments in Operating System (OS) have brought to focus the concepts of process concurrency, low power design, security, etc. along with refined and matured approach for the conventional topics like processes, interrupts, semaphores. However, illustrations of these concepts and techniques in the program design form are either confined to research articles or not given due importance in many textbooks. A system programming subject like OS should cover program design illustrations and guidance along with emphasis on new concepts. The major focus of this book is to explain the OS concepts and techniques with illustrations of program design. It is the outgrowth o...

暂无课件

样章下载

暂无网络资源

扫描二维码
下载APP了解更多

目录
荐语
查看详情 查看详情
Preface

Acknowledgements

1 INTRODUCTION TO THE OPERATING SYSTEM

2 OS PREREQUISITES

3 CONCURRENT PROCESSING

4 SCHEDULING

5 DISCUSSION ON CONCURRENCY CONTROL

6 DEADLOCK

7 MAIN MEMORY MANAGEMENT

8 VIRTUAL MEMORY TECHNIQUE

9 SPOOLER AND DISK SCHEDULING

10 FILE SYSTEM ARCHITECTURE

11 DEVICE DRIVER FOR OPERATING SYSTEM

12 LINUX KERNEL AND SECURITY

13 ROLE OF OS TOWARDS LOW POWER DESIGN

Bibliography

Index