Live data from Hacker News

How to Make a Computer Operating System in C/C++

github.com

1–10 of 88 posts

Re: How to Make a Computer Operating System in C/C++

#5

Obviously this is still in its very early stages, but I can see this becoming a very informative and practical course. I'll definitely be keeping an eye on this. Do you intend on turning this into a book and perhaps publishing physical copies?

Yes it's very early stages I'm looking for feedback on how to structure the course.

No I don't think so, I just want to an informative resource from what I've learned.

Re: How to Make a Computer Operating System in C/C++

#6

Obviously this is still in its very early stages, but I can see this becoming a very informative and practical course. I'll definitely be keeping an eye on this. Do you intend on turning this into a book and perhaps publishing physical copies?

Yes it's very early stages I'm looking for feedback on how to structure the course. No I don't think so, I just want to an informative resource from what I've learned.

Thank you for building this. As weird as it sounds saying this out loud, you've made the world slightly better.

Re: How to Make a Computer Operating System in C/C++

#8
Fyi, at least at first, this looks like it will be very similar to a few wonderful tutorials and projects I have been going through lately:

* http://www.jamesmolloy.co.uk/tutorial_html/index.html

* http://www.osdever.net/tutorials/view/brans-kernel-developme...

* https://github.com/klange/toaruos

...and just in case anyone is curious, my own project (about half way through James M's tutorial - working on virtual memory management):

https://github.com/slunk/Hobbyos

Oh, and btw, this looks AWESOME. I am looking through the finished chapters right now!

Post reply on HN