Page 1 of 1

tools?

Posted: Sun Dec 23, 2012 6:01 pm
by feare56
I have taken a fascination in operating systems and making one. But I don't know what tools besides bochs to use. Right now all that I plan to do is making a basic os without a GUI.

Re: tools?

Posted: Sun Dec 23, 2012 6:19 pm
by Nessphoro
Well, I mean you can use notepad for writing code. Although I would recommend Visual Studio or eh CodeBlocks which is I believe cross platform. For the compiler no doubt use gcc(g++), linker ld, and assembly, well I'd go with NASM, honestly GAS makes no sense for me.
For the rest look on the wiki.

Re: tools?

Posted: Sun Dec 23, 2012 9:01 pm
by feare56
Thanks do you know if they support windows 8? And also I tried to find stuff on the wiki about the tools but couldn't find it what section is it in

Re: tools?

Posted: Sun Dec 23, 2012 9:07 pm
by feare56
Nvm just found some of that stuff. I could use code blocks to make some of the os?

Re: tools?

Posted: Sun Dec 23, 2012 9:13 pm
by Nessphoro
Yeah sure

Re: tools?

Posted: Sun Dec 23, 2012 9:22 pm
by feare56
Would nasm, Gcc and ld be a good setup?

Re: tools?

Posted: Mon Dec 24, 2012 8:26 pm
by Nessphoro
Yes, that would be the standard setup.

Re: tools?

Posted: Mon Dec 24, 2012 10:15 pm
by feare56
Ok thanks for the help

Re: tools?

Posted: Wed Dec 26, 2012 3:58 pm
by AJ
Hi,

Getting Started on the wiki should be a good place to start your background reading. I use the tools you mentioned on Cygwin in Windows 7 and don't see why there should be any problem doing the same with Windows 8. From your posts it is not clear whether you have any experience with programming at all. If not, it would be a better idea to do some applications programming and get to know your toolchain first.

Cheers,
Adam

Re: tools?

Posted: Wed Dec 26, 2012 4:13 pm
by feare56
Thanks I have done a couple of apps and know some c++