开发者

Good books or resources for understanding OS, kernel and CPU architectures [closed]

开发者 https://www.devze.com 2023-03-19 16:41 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版Want to improve this question? Update the question so it's on-topic for Stack Overflo
Closed. This question is off-topic. It is not currently accepting answers.
开发者_StackOverflow中文版

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I need to learn the basic knowledge of OS, kernel and CPU architectures since some jobs do require those background.

Is there a good book or online resource that I can refer to.


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消