We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
这是一个链接,您可以在其中找到非常有用的代码线程同步。
This is a link where you can find the code very useful for thread synchronization.
我开始阅读 Tanenbaum 的 (维基百科)“现代操作系统”一书,然后转向 Linux划痕。有关 OSDev 的实际示例此处和当您真正动手时,这里是一个信息宝库。除此之外,关于 Windows 细节的书籍或 MSDN 文献并不缺乏。
我发现 Tanenbaum 读起来非常有趣,他发明了 Minix 操作系统,并将其用于现实世界的示例。 Minix 与 Linux 大约来自同一时代。查看一些非常早期的 Linux 源代码版本(例如 0.1 或 therabouts,如果您不想浪费一年的时间来学习纯代码)。
I started on Tanenbaum's (Wikipedia) "Modern Operating Systems" book then moved on to Linux From Scratch. For practical examples OSDev here and here is a mine of information when you become really hands on. Otherwise, for Windows specifics there are no shortage of books or MSDN literature.
I found Tanenbaum a very entertaining read, he invented the Minix OS which he uses for real world examples. Minix is from around the same era as Linux. Have a look at some of the very early Linux source code release (eg 0.1 or therabouts if you don't want to lose a year of your life studying pure code).
维基百科始终是最好的在线教程指南。不过,您也可以查看此链接..如果您愿意的话与 Pdf 书,然后你可以点击这里..这真是一本好书
Wikipedia Is Always The Best Online Tutorial Guide. However u can also Check This Link.. If you would like to go with a Pdf Book then u can click Here.. Its really Good Book
NACHOS 的此链接可能对您有帮助。在我们的本科生课程中,我们在操作系统课程中做了一些很好的作业。
this link for NACHOS may be a good help for you. In our undergraduate class we did some good assignments in OS course.