TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Make a Computer Operating System

143 pointsby hitrover 8 years ago

4 comments

joelgover 8 years ago
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>
Jeayeover 8 years ago
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 未加载
OJFordover 8 years ago
<p><pre><code> &gt; Chapter-1 &gt; Chapter-2 &gt; ... &gt; Chapter-8 &gt; chapter9 </code></pre> Aaargh!!
k_szeover 8 years ago
I wish people would stop teaching C&#x2F;C++. I want a book that teaches writing OS using Rust.
评论 #12771513 未加载
评论 #12771426 未加载