I don't know if you had a specific OS in mind, but one of the best books on how the Windows operating system works "under the hood" is called Windows Internals. It describes in detail how everything from the kernel, to device drivers, and the file system all work.
Also, some good resources on how CPUs work, with perspective to programmers, can be found from the Intel technical library. Everything is free to download there and it makes for some good reading!
发布评论
评论(1)
我不知道您是否有特定的操作系统,但关于 Windows 操作系统如何“在幕后”工作的最好的书籍之一是 Windows 内部。它详细描述了从内核到设备驱动程序和文件系统的所有内容如何工作。
如果您正在寻找一本有关 CPU 和处理器工作原理的好书,一般来说,我推荐 计算机架构:一种定量方法。那里有非常好的信息!
此外,还可以从 英特尔技术库。那里的所有内容都可以免费下载,值得阅读!
I don't know if you had a specific OS in mind, but one of the best books on how the Windows operating system works "under the hood" is called Windows Internals. It describes in detail how everything from the kernel, to device drivers, and the file system all work.
If your looking for a good book on how CPUs and processors work, in general, I recommend Computer Architecture: A Quantitative approach. Very good info there!
Also, some good resources on how CPUs work, with perspective to programmers, can be found from the Intel technical library. Everything is free to download there and it makes for some good reading!