The OS Classics

栏目: IT技术 · 发布时间: 6年前

内容简介:A few days ago I was fortunate to pick up a copy of a book that had a major impact on my early career as kernel engineer;

The OS Classics

A few days ago I was fortunate to pick up a copy of a book that had a major impact on my early career as kernel engineer;

The Design and Implementation of the 4.3 BSD UNIX Operating System by Samuel J. Leffler, Marshall Kirk McKusick, Michael J. Karels and John S. Quarterman .

It was the first authoritative description of Berkeley UNIX , its design and implementation. The book covers the internal structure of the 4.3 BSD systems and the concepts, data structures and algorithms used in implementing the system facilities. But most importantly it was written by practitioners and builders and as such gave insights that academic text book would never give you.

In those days I was doing an internship at NIKHEF who were still using a collection of PDP 11s and one of my tasks was to get BSD2.9 to run on them. Lots of late nights and head scratching, but got it done eventually. I did learn how to boot from tape, over and over again (Zen!!). When I returned to school, they were about to decommission a PDP 11. I convinced them to put it in a old (big) cleaning closet, upgrade the power to the room, and I went right back to building out my BSD kernel expertise. I started late at Computer Science (28) but worked hard to catch up by getting my hands dirty.

When I posted on twitter I found of the book, many of our peers came up with a list of other books I had also read from that era.

Got my hands on a nice version of the best OS book ever written. It made me become the kernel engineer that I grew up as. It was essential in getting BSD 2.9 to run on the PDP11 that I inherited (Although the Multics papers had their influence as well). pic.twitter.com/xcj8I7ziKw

— Werner Vogels (@Werner) July 12, 2020

Here is a list of some of the books that were shared.

The Unix kernel design books:

The Networking books:

The Tanenbaum Collection:

Not a true OS book, but it is a classic and absolutely fascinating:

If there is a classic that is not on this list, but you think it should be, let me know.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Java和Android开发学习指南(第二版)

Java和Android开发学习指南(第二版)

Budi Kurniawan / 李强 / 人民邮电出版社 / 2016-3 / 69.00元

本书是Java语言学习指南,特别针对使用Java进行Android应用程序开发展开了详细介绍。 全书共50章,分为两大部分。第1部分(第1章到第22章)主要介绍Java语言基础知识及其功能特性。第2部分(第23章到第50章)主要介绍如何有效地构建Android应用程序。 本书适合任何想要学习Java语言的读者阅读,特别适合想要成为Android应用程序开发人员的读者学习参考。一起来看看 《Java和Android开发学习指南(第二版)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具