TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to Make a Computer Operating System

143 点作者 hitr超过 8 年前

4 条评论

joelg超过 8 年前
Another great free OS resource is MIT&#x27;s 6.828: Operating System Engineering.<p>&quot;This course studies fundamental design and implementation ideas in the engineering of operating systems. Lectures are based on a study of UNIX and research papers. Topics include virtual memory, threads, context switches, kernels, interrupts, system calls, interprocess communication, coordination, and the interaction between software and hardware. Individual laboratory assignments involve implementation of a small operating system in C, with some x86 assembly.&quot;<p>Lecture notes from 2012: <a href="https:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;electrical-engineering-and-computer-science&#x2F;6-828-operating-system-engineering-fall-2012&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;electrical-engineering-and-compu...</a><p>Video lectures from 2014: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=kDRHsNauoxk&amp;list=PLfciLKR3SgqNJKKIKUliWoNBBH1VHL3AP" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=kDRHsNauoxk&amp;list=PLfciLKR3Sg...</a>
Jeaye超过 8 年前
Note that this book is half-finished and work on it has been discontinued (as of 2 years ago). If you want a good resource on OSdev, start here: <a href="http:&#x2F;&#x2F;wiki.osdev.org&#x2F;Main_Page" rel="nofollow">http:&#x2F;&#x2F;wiki.osdev.org&#x2F;Main_Page</a>
评论 #12771000 未加载
OJFord超过 8 年前
<p><pre><code> &gt; Chapter-1 &gt; Chapter-2 &gt; ... &gt; Chapter-8 &gt; chapter9 </code></pre> Aaargh!!
k_sze超过 8 年前
I wish people would stop teaching C&#x2F;C++. I want a book that teaches writing OS using Rust.
评论 #12771513 未加载
评论 #12771426 未加载