Page 1 of 1
OS Developement under WIndows.
Posted: Tue Sep 12, 2006 10:28 pm
by elderK
Yes, Im being a forum whore today.
Now that ive admitted that, lets move on.
I usually develop under Linux.
However, Im tiring of Linux.
So... I was wondering, what are good tools for OS Developement under Windows?
In particular, Windows XP Professional.
Im curious!
Ive been a NASM / GCC fan for years.
Going to something else would be kinda different.
~Zeii.
Re:OS Developement under WIndows.
Posted: Tue Sep 12, 2006 11:48 pm
by oswizard
See the thread below about visual c - I think the (free?) express edition will work for os deving. Also search for "Visual C" on the wiki - there is some information there.
[edit]
That thread is
http://www.mega-tokyo.com/forum/index.php?board=1;action=display;threadid=10167
[/edit]
Mike
Re:OS Developement under WIndows.
Posted: Wed Sep 13, 2006 12:03 am
by spix
Use cygwin, you have all the tools you had in linux (gcc, nasm, etc)
As for editing your source code, gvim is in cygwin, but you could use something like ultraedit.
Re:OS Developement under WIndows.
Posted: Wed Sep 13, 2006 12:04 am
by jolson88
Ha, I have the exact same opposite working for me. I've been a Windows dever for a while (mostly a .NET guy since the first Beta 2 of .NET). Yesterday or the day before I went down the VC2005 route, but I found I didn't have enough "bare bones" experience to make it work since you are a bit more removed from the bones than you are with the GCC tool chain.
So, I find myself moving the other way. I actually just installed Ubuntu under a virtual machine but networking isn't working right now. In the meantime, I'm going to go the Cygwin route. I'm going to go all the way too
. I'm talking about the GCC tool chain, makefiles, VIM for editing. You know, get "the zen" experience
. lol.
Re:OS Developement under WIndows.
Posted: Wed Sep 13, 2006 1:20 am
by engine252
i just started using vs2005
so far so good. ;D
Tired about linux?!
Posted: Wed Sep 13, 2006 4:54 am
by Cheery
zeii wrote:I usually develop under Linux.
However, Im tiring of Linux.
Sounds weird after itself being tired to windows XP and moved to linux...
If I would tire to linux, I'd move to plan9 or such.
Re:OS Developement under WIndows.
Posted: Wed Sep 13, 2006 11:36 am
by James
Thankyou for this topic!!!!!
Cygwin, is so useful, and now that I found it, yay!!!