Setting Up Development Environment

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
DELogic6
Posts: 1
Joined: Mon Feb 02, 2009 4:34 pm

Setting Up Development Environment

Post by DELogic6 »

Hi, i'm quite new to the OS Development community and i'm in need of a tutorial showing/explaining how to setup GCC in Cygwin so that i could compile the beginning of my project. I was also wondering how to enable NASM to also work inside of Cygwin.

Any help is greatly Appreciated :wink:
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: Setting Up Development Environment

Post by JohnnyTheDon »

http://wiki.osdev.org/Cygwin
There is a windows version of nasm. You can get the binary at http://sourceforge.net/projects/nasm .

Please search next time.
Post Reply