操作系统书籍推荐+下载链接
操作系统导论
《操作系统导论》(Operating Systems: Three Easy Pieces)简称OSTEP,是美国知名操作系统教材。本书主题突出,紧紧围绕操作系统的三大主题元素——虚拟化、并发和持久性,包含众多“补充”和“提示”,拓展读者知识面、增加趣味性,使用真实代码而不是伪代码,让读者更加深入透彻地了解操作系统。此书的另外一大特点就是习题优质:官网,参考题解。
@book{arpacidusseau2019operating,
title={Operating Systems: Three Easy Pieces},
author={Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau},
publisher={Arpaci-Dusseau Books},
year={2019},
edition={1.01},
}
@book{arpacidusseau2019operating,
title={操作系统导论},
author={Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau and 王海鹏},
publisher={人民邮电出版社},
year={2019},
}
@book{arpacidusseau2019operating,
title={Operating Systems: Three Easy Pieces},
author={Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau},
publisher={Arpaci-Dusseau Books},
year={2019},
edition={1.01},
}
@book{arpacidusseau2014operating,
title={Operating Systems: Three Easy Pieces},
author={Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau},
publisher={Arpaci-Dusseau Books},
year={2014},
edition={0.90},
}
现代操作系统
《现代操作系统》(Modern Operating System)简称MOS,目前已出版第四版。本书是操作系统领域的经典教材,主要内容包括进程与线程、内存管理、文件系统、I/O、死锁、虚拟化和云、多处理机系统、安全等,涵盖了Linux、Android、Windows等操作系统实践,并不断迭代跟随当代操作系统的发展。其中C语言的调度算法实验更是享誉全球的操作系统学习经典。
@book{tanenbaum2014modern,
title={Modern Operating Systems},
author={Tanenbaum, Andrew and Bos, Herbert},
year={2014},
publisher={Pearson}
}
@book{tanenbaum2009modern,
title={现代操作系统},
author={Tanenbaum, Andrew},
year={2009},
publisher={Pearson}
}
UNIX操作系统设计
《UNIX操作系统设计》(The design of the UNIX operating system)作者Maurice J.Bach多年来在AT&T公司的贝尔实验室工作,对UNIX系统的设计思想有深刻了解,又有讲授UNIX系统的丰富经验。作者以UNIX系统V为基础,书中全面、系统地介绍了UNIX操作系统的内部数据结构和算法。本书不仅可用作大学计算机科学专业高年级和研究生的教科书和参考书,也为从事UNIX操作系统的研究人员或UNIX实用程序开发人员提供了极有价值的参考资料。
@book{bach2000unix,
title={UNIX操作系统设计},
author={Bach, Maurice J and 陈葆珏},
publisher={机械工业出版社},
year={2000},
}
@book{bach1986design,
title={The design of the UNIX operating system},
author={Bach, Maurice J and others},
year={1986},
publisher={Prentice-Hall Englewood Cliffs}
}
Linux Kernel in a Nutshell
《Linux Kernel in a Nutshell》(Linux内核简述)简称LKN,作者Greg Kroah-Hartman是一名资深的Linux内核开发者。本书可以作为所有了解或不了解Linux内核的计算机爱好者的“Linux文档”,学习如何编译、定制、调用Linux内核。官网
@book{kroah2006linux,
title={Linux Kernel in a Nutshell},
author={Kroah-Hartman, Greg},
year={2006},
publisher={O\'Reilly Media, Inc.}
}
最后更新于:2022年10月10日。
共有 0 条评论