Posted: Sun Dec 03, 2006 5:33 pm
DevC++(Win) or Kate(Fedora) and GCC/Min-GW. NASM or FASM depending on the application.
The Place to Start for Operating System Developers
https://f.osdev.org/
Solar wrote:"Generic Programming".
But I second your statement. "Going self-hosted" is probably the most important milestone in developing an OS. The day you can bootstrap your OS, i.e. build all tools required to build your OS on your OS (and afterwards, rebuild your OS with those tools), you have left the "development" department and have entered the realm of "real operating system", because now you are no longer depending on anything else.
Who doesn't want that..Dex wrote:Thanks solar, its good to know we both agree on what a OS dev should aim for .
Have you tried Installing VS6.0 on Vista yet? I got error after error. I ended up giving up working out the exact dependencies and i compiled all the stuff i wanted to test on it on a seperate computer. They have done themselves no great sevice in there support for old MS programs.Legend wrote:Favourite: Microsoft Visual Studio 6.0 (better then 2005 :/)
Then Eclipse.
Shakes Solar's hand..Solar wrote:VS6.0 is what I consider a "broken" compiler. It violates the language standards in so many places it isn't funny anymore...
And yet despite its "inadequecies", enough people choose to buy it over using the "good" free compilers that microsoft stay in business... Must be all that damn witchcraft they use i'm sure.Solar wrote:VS6.0 is what I consider a "broken" compiler. It violates the language standards in so many places it isn't funny anymore...
Are people still buying VS6.0? It's almost nine years old! I agree with Solar (and coincidentally with Brynet, although I'm sure for different reasons). VS.NET 2003 comes with a much better C++ compiler (I haven't tried VS2005 yet).Tyler wrote:And yet despite its "inadequecies", enough people choose to buy it over using the "good" free compilers that microsoft stay in business... Must be all that damn witchcraft they use i'm sure.Solar wrote:VS6.0 is what I consider a "broken" compiler. It violates the language standards in so many places it isn't funny anymore...
I was actually shocked to find out it is still purchased and requested by MSDN Subscribers... they are going to have a riot on there hands when they completely stop support for it. Personally i stick with the GNU but when running windows ive always liked the simplicites of VSColonel Kernel wrote:Are people still buying VS6.0? It's almost nine years old! I agree with Solar (and coincidentally with Brynet, although I'm sure for different reasons). VS.NET 2003 comes with a much better C++ compiler (I haven't tried VS2005 yet).Tyler wrote:And yet despite its "inadequecies", enough people choose to buy it over using the "good" free compilers that microsoft stay in business... Must be all that damn witchcraft they use i'm sure.Solar wrote:VS6.0 is what I consider a "broken" compiler. It violates the language standards in so many places it isn't funny anymore...
Congrats. There I was thinking that using notepad is crazy.MessiahAndrw wrote:Text Editor: Wordpad
Notepad does have its advantages, such as line numbers when wordwrap is disabled. Actually, I'm not sure why I'm even using wordpad over notepad.Solar wrote:Congrats. There I was thinking that using notepad is crazy.MessiahAndrw wrote:Text Editor: Wordpad
I remember reading a programming introduction somewhere that said to pick a text editor you were comfortable using. If using Microsoft Word, remember to save as a text document.Notepad does have its advantages, such as line numbers when wordwrap is disabled. Actually, I'm not sure why I'm even using wordpad over notepad. Confused