Road Map for a Beginner Os Dev
-
- Posts: 7
- Joined: Tue Dec 01, 2015 7:01 am
Road Map for a Beginner Os Dev
Could anybody point out a real road map , or just a path of tutorials that a beginner OS Dev must take to be a decent OS Developer ?
Re: Road Map for a Beginner Os Dev
Probably not. You'll need to have a more specific idea of what kind of OS you want to develop before you can expect a walk-through. x86/x86-64/arm/something else? Single-tasking/multitasking? Single-user/multi-user? Uniprocessor/SMP/NUMA? Target audience? Intended use-cases? Current level of experience?
The wiki has a wealth of information - I'd recommend reading all of the articles under "Basic Information", which culminates with a link to tutorials (which only make sense once you have an idea of where you're going).
The wiki has a wealth of information - I'd recommend reading all of the articles under "Basic Information", which culminates with a link to tutorials (which only make sense once you have an idea of where you're going).
-
- Posts: 7
- Joined: Tue Dec 01, 2015 7:01 am
Re: Road Map for a Beginner Os Dev
I want to create an x86 system in C++ it should be able to boot and get upto the point of a user land shell.
Re: Road Map for a Beginner Os Dev
There's enough information on this Wiki to allow you to do that. Have a look at the Bare Bones tutorials.