SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.46k stars 3.43k forks source link

Alternative completed guide on OS development #120

Open iKlsR opened 8 years ago

iKlsR commented 8 years ago

Every few months this pops up on HN or reddit and most people are genuinely interested in the topic but it looks like this project is on an extended pause. An alternate and "complete" in a sense read is http://littleosbook.github.io/.

There is also https://github.com/tuhdo/os01

fylux commented 8 years ago

Is this project going to be continued or is already done?

aswinmohanme commented 8 years ago

Yeah , I think it's pretty much Dead. But meanwhile you could checkout Broken Thorn's Kernel Development Serires

fylux commented 8 years ago

@aswinmohanme Isn't that project dead too?

urielsalis commented 8 years ago

It is, and it does some things that are broken/are bad. There is a section is OSDev with the common errors