Page 1 of 1

Hey all, i want to ask something

Posted: Thu Apr 02, 2009 8:45 am
by metasanjaya
hey, i'm interesting to make an OS, but i'm really confuse where i must start... can anyone help me?

Re: Hey all, i want to ask something

Posted: Thu Apr 02, 2009 8:59 am
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).

Re: Hey all, i want to ask something

Posted: Thu Apr 02, 2009 9:01 am
by metasanjaya
i want to start from zero, so anyone can help me?

Re: Hey all, i want to ask something

Posted: Thu Apr 02, 2009 9:05 am
by jal
metasanjaya wrote:i want to start from zero, so anyone can help me?
Read.

@moderators: topic lock please...


JAL

Re: Hey all, i want to ask something

Posted: Thu Apr 02, 2009 11:42 am
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.