tools?

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.
Post Reply
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

tools?

Post 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.
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: tools?

Post 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.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: tools?

Post 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
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: tools?

Post by feare56 »

Nvm just found some of that stuff. I could use code blocks to make some of the os?
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: tools?

Post by Nessphoro »

Yeah sure
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: tools?

Post by feare56 »

Would nasm, Gcc and ld be a good setup?
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: tools?

Post by Nessphoro »

Yes, that would be the standard setup.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: tools?

Post by feare56 »

Ok thanks for the help
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: tools?

Post 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
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: tools?

Post by feare56 »

Thanks I have done a couple of apps and know some c++
Post Reply