How to Make a Computer Operating System in C/C++
1–10 of 88 posts
Re: How to Make a Computer Operating System in C/C++
#2I'll definitely be keeping an eye on this. Do you intend on turning this into a book and perhaps publishing physical copies?
Re: How to Make a Computer Operating System in C/C++
#3Re: How to Make a Computer Operating System in C/C++
#4Re: How to Make a Computer Operating System in C/C++
#5Obviously 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?
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++
#6Obviously 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++
#7Re: How to Make a Computer Operating System in C/C++
#8* 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!
Re: How to Make a Computer Operating System in C/C++
#9I just wish more people dealt with ARM instead of x86. It's a far better architecture for people to learn system design.