What form of utilities would you find useful for OS dev?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

now I know I'm saying "'x' does that!" but anyway...

for OS deving, Codeblocks really is the best IDE I've seen. It can use many different kinds of compilers, has support for C and ASM highlighting(and more) and supports custom makefiles... it even supports custom configurable tools, so you CAN run bochs to test your OS and all that... all without leaving that window. Also, you can make your own templates, so you could make an OS template... (I actually think I tried doing that once, but quit due to boredom)

anyway... just thought I'd throw that out there...

only bad thing of it is portability... it's not ported to tons of things like vim and emacs, so you'll have to build from source if it's not linux or windows... but it uses WxWindows, so it's easy to port...

so... yea... lol...
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

hckr83 wrote:...only bad thing of it is portability... it's not ported to tons of things like vim and emacs, so you'll have to build from source if it's not linux or windows... but it uses WxWindows, so it's easy to port...
s/WxWindows/WxWidgets :wink:

I've been using Nedit a lot lately, but when I'm working with configuration files etc, I use vi.. not vim. 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Post Reply