+ 2
A course on how to make an operating system using c++ ?
I can't find a good course, can anyone help plz ?
1 Respuesta
+ 4
This is because writing an OS from scratch is a complex and lengthy process. You cannot develop an entire OS like Ubuntu, Windows, Android etc alone. Because OS development involves deep understanding form various domain like hardware, software Eng, graphics, networking and much more and hence it involves a lot of people from a different domain. So I would say do not try this idea of building an OS from scratch alone, you will be lost and ultimately gain nothing rather try to contribute on already developed free OS like Linux etc.
But still, if you want to build a very simple OS from scratch then google for 'building a hello world Operating System' you may find some interesting links. Also check out this book:-
https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf