How to start??

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.
Locked
duggydiggy
Posts: 9
Joined: Wed Jul 01, 2009 1:15 pm

How to start??

Post by duggydiggy »

Hi people,
This is my first post and to tell you guys I am a noob in OSdev.
I want your suggestions...
Obviously I want to develop a kernel of my own ..I am an average programmer.
But I can give all my time int this project.Little confused from where should I start?
Whether a linux or windows kernel?
I decided to read two books first design of Unix operating system by Batch and Oreilly's Understanding kernel.
But then I am thinking those books deal with a full and rich kernel,for the basic and minimal kernel should I start with Bran's Kernel Development Tutorial and the wiki stuffs.
The reason for me to decide this is to have complete control over the system and language like C.

Please guide me !!

Cheers!!
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Re: How to start??

Post by mathematician »

If you are going to write a kernel, it won't be a Windows or Linux kernel. It will be the kernel of whatever you are going to call your operating system.
The continuous image of a connected set is connected.
manonthemoon
Member
Member
Posts: 65
Joined: Sat Jul 04, 2009 9:39 pm

Re: How to start??

Post by manonthemoon »

Getting Started and Bare Bones.
duggydiggy wrote: The reason for me to decide this is to have complete control over the system and language like C.

Please guide me !!
Please guide yourself. Ask us if you have a specific question, after reading the wiki and searching Google.

Also, it's a bad idea to start an OS if you don't already have complete control over a language like C.
User avatar
Coty
Member
Member
Posts: 286
Joined: Thu Feb 12, 2009 5:12 pm

Re: How to start??

Post by Coty »

duggydiggy wrote:where should I start?
Whether a linux or windows kernel?
Neither, the wiki will explain the kernel types http://wiki.osdev.org/Kernels
My hero, is Mel.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: How to start??

Post by JamesM »

Read the forum rules.

Thread locked.
Locked