Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hi,
I'm new here and I want to get started in the fascinating world of os development. I've seen some sites in the net that talk about kernel and bootloader development, but I've nevere tried to do something.
Now, I think that I'm ready to start. I know very well C++, but I don't know anything about assembler, but I want only to create my own kernel, I think that I need only c++.
So where can I start? Thankyou for your time!
JBoss wrote:Hi,
I'm new here and I want to get started in the fascinating world of os development. I've seen some sites in the net that talk about kernel and bootloader development, but I've nevere tried to do something.
Now, I think that I'm ready to start. I know very well C++, but I don't know anything about assembler, but I want only to create my own kernel, I think that I need only c++.
So where can I start? Thankyou for your time!
Get around in assembly before you come back. You do not need it a lot but knowledge is required to understand program flow e.g.
Last edited by Bietje on Fri Sep 02, 2011 5:11 pm, edited 1 time in total.