Page 2 of 2
Re: Best IDE for OS development
Posted: Sat Apr 19, 2014 2:42 pm
by codertom
bwat wrote:codertom wrote:What experience would have more of if I use linux for developing an OS rather than Windows? How to use linux?
Yes.
Don't see how that would be beneficial during OS development except detrimental... Maybe later on I'l start to use Linux though...
Re: Best IDE for OS development
Posted: Sat Apr 19, 2014 8:44 pm
by Bender
codertom wrote:bwat wrote:codertom wrote:What experience would have more of if I use linux for developing an OS rather than Windows? How to use linux?
Yes.
Don't see how that would be beneficial during OS development except detrimental... Maybe later on I'l start to use Linux though...
Using UNIX tools and dev'ing in a UNIX Environment does make you a wide-view programmer. And since Linux aims to be UNIX compliant, programming on Linux will get you a lot of experience. You'll soon see that after you enter the world of OS Development, UNIX tools will shed light on your path. Rather saying "Use Linux" I would say "Learn to work on a UNIX-like Environment" for OS Development. If you're using Linux, the advantage is that you'll not have to deal with nuisances that happen on Cygwin (a UNIX-like Environment for Windows which I use).
IMO using Linux isn't that hard, but instead it gives you a lot of choices, under Windows you're stuck with that Windows Explorer and the default Desktop Window Manager (there are
unofficial tweaks which I won't recommend) under Linux you have a huge amount of choices. Pick the one that suits you.
Re: Best IDE for OS development
Posted: Tue Apr 22, 2014 2:53 pm
by max
I'm using Eclipse CDT for my OS. Offers a lot of nice features for C++ development, very good code completion, templates and more, plugins for version management, plugins for all kinds of buildscript/external tools aaaand you can use the GDB integration to debug my kernel stepwise through the code
Re: Best IDE for OS development
Posted: Tue Apr 22, 2014 6:00 pm
by codertom
Little update: I've decided to make my own IDE thing which has it's own Solution/Project system and build system that will make everything automatic (not implimented yet). I'm using the SyntaxBox syntax highlighter from Alsing and the Microsoft Visual Studio icons (+ some more icons found online).
The build system would perform all the "makefile" stuff for you based on what the projects are setup as (the project types being: kernel, bootsector, other).
The color scheme is called "Son of Obsidian"
Re: Best IDE for OS development
Posted: Fri Apr 25, 2014 10:18 am
by Bender
When real programmers need to
edit source code they just
ed it. (not serious)
Re: Best IDE for OS development
Posted: Fri Apr 25, 2014 10:22 am
by Kevin
Bender wrote:When real programmers need to
edit source code they just
ed it. (not serious)
http://xkcd.com/378/
(And seriously: vim)