Hey all, i want to ask something

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
metasanjaya
Posts: 2
Joined: Thu Apr 02, 2009 8:36 am

Hey all, i want to ask something

Post by metasanjaya »

hey, i'm interesting to make an OS, but i'm really confuse where i must start... can anyone help me?
User avatar
Firestryke31
Member
Member
Posts: 550
Joined: Sat Nov 29, 2008 1:07 pm
Location: Throw a dart at central Texas
Contact:

Re: Hey all, i want to ask something

Post by Firestryke31 »

What programming languages do you know? And how much experience do you have with them? Do you know how to get the results you want from Google?

OS development is not for learning a language, and should only be attempted if you've written several non-trivial applications (a simple video game, IMHO, is a good start, because there are plenty of things that can be directly translated to OS development).

If you would kindly answer these questions then we will be able to better get you started, be that telling you to go learn your chosen programming language or pointing you to the Wiki (which has several tutorials).
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
metasanjaya
Posts: 2
Joined: Thu Apr 02, 2009 8:36 am

Re: Hey all, i want to ask something

Post by metasanjaya »

i want to start from zero, so anyone can help me?
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: Hey all, i want to ask something

Post by jal »

metasanjaya wrote:i want to start from zero, so anyone can help me?
Read.

@moderators: topic lock please...


JAL
quok
Member
Member
Posts: 490
Joined: Wed Oct 18, 2006 10:43 pm
Location: Kansas City, KS, USA

Re: Hey all, i want to ask something

Post by quok »

jal wrote: @moderators: topic lock please...
Agreed.

OP: Please take a look at the various resources available here. Read the forum rules, and take a look at the wiki. There's many articles there to point you in the right direction, as well as tutorials to help get you started.

If you have no development experience, I'd highly recommend picking up ASM and C or C++. Write some applications using those languages, read the resources you've been pointed to, and come back and try again. OS Development is not for the beginner programmer; it's a complex beast that takes a very good knowledge of the CPU architecture, the programming languages you'll be using, your toolchain, and more.
Locked