What Editor/IDE Do You Use For OS Development
What Editor/IDE Do You Use For OS Development
What Editor/IDE Do You Use For OS Development? What are you opinions on the editor/IDE?
Hoozim
Hoozim
- KernelDeveloper
- Posts: 15
- Joined: Tue Mar 13, 2012 11:25 am
- Location: Earth
- Contact:
Re: What Editor/IDE Do You Use For OS Development
I use Windows Notepad for typing assembly and C code.A GCC Compiler and NASM Assembly and link with GNU LD.
One Question I have is , Visual Studio 2010 is damn slow comparing to the previous versions.Why???
On my PC it takes 60sec to open the VS Start page.
One Question I have is , Visual Studio 2010 is damn slow comparing to the previous versions.Why???
On my PC it takes 60sec to open the VS Start page.
-
- Member
- Posts: 141
- Joined: Thu Jun 17, 2010 2:36 am
Re: What Editor/IDE Do You Use For OS Development
Do you live in the stone age or something? Notepad is good for a lot of things, but coding really isn't one of them. You should check out Notepad++, its got that same Notepad feeling but it actually has features.KernelDeveloper wrote:I use Windows Notepad for typing assembly and C code.A GCC Compiler and NASM Assembly and link with GNU LD.
One Question I have is , Visual Studio 2010 is damn slow comparing to the previous versions.Why???
On my PC it takes 60sec to open the VS Start page.
Visual Studio 2010 Ultimate opens up in very quickly on my desktop (3-5 seconds). Although thats with an overclocked Core i7 920 and 12GB of memory, however my system drive is a quite slow (5400RPM WD Green). Considering its a .NET application and has to be JIT'd, the loads times are pretty decent considering it's a Microsoft product.
Right now I'm using a combination of Notepad++ and Visual Studio 11 Beta. Intellisense doesn't work perfectly with C code (It assumes it's C++), but it's a very nice feature to have.
- KernelDeveloper
- Posts: 15
- Joined: Tue Mar 13, 2012 11:25 am
- Location: Earth
- Contact:
Re: What Editor/IDE Do You Use For OS Development
Notepad++ is good, I never knew about that, on my comp VS2010 is hopeless.
I am tring to compile the notepad++ source code, i am crazy.
I am tring to compile the notepad++ source code, i am crazy.
-
- Posts: 6
- Joined: Wed Nov 23, 2011 6:20 am
Re: What Editor/IDE Do You Use For OS Development
Eclipse CDT and eclox for generating the doxygen documentation. In the past I used also notepad++
Re: What Editor/IDE Do You Use For OS Development
When I'm at home on mac, I use xcode (project with external Makefile).
Sometime I do it at office, which I boot into linux under vmware player,
I use kDevelop and I like the little shell box inside IDE.
And when I tab'd outside IDE and at the command shell to test my OS, nano is quick for small code patch.
Sometime I do it at office, which I boot into linux under vmware player,
I use kDevelop and I like the little shell box inside IDE.
And when I tab'd outside IDE and at the command shell to test my OS, nano is quick for small code patch.
Re: What Editor/IDE Do You Use For OS Development
I don't use an ide, I use vim and a set of makefiles and sometimes perl for more complex work and its lovely lovely in place edit commandline.
At a push I've also been known to use notepad++ when stuck in windows though...
At a push I've also been known to use notepad++ when stuck in windows though...
Re: What Editor/IDE Do You Use For OS Development
Vim + gcc + binutils + nasm + virtualbox + bochs, that's my working set.
Re: What Editor/IDE Do You Use For OS Development
fasmw for asm syntax highlighting and a batch file for making the image file and testing in bochs.
Re: What Editor/IDE Do You Use For OS Development
mousepad and NASM.
d3: virtualizing kernel in progress
https://github.com/WizardOfHaas/d3/
https://github.com/WizardOfHaas/d3/
Re: What Editor/IDE Do You Use For OS Development
I used to work with Microsoft Word (yes, really) and recently switched to Programmer's Notepad.
Re: What Editor/IDE Do You Use For OS Development
try vim cream
Most people get cars is not in the case for studying the engine.
- JackScott
- Member
- Posts: 1032
- Joined: Thu Dec 21, 2006 3:03 am
- Location: Hobart, Australia
- Mastodon: https://aus.social/@jackscottau
- GitHub: https://github.com/JackScottAU
- Contact:
Re: What Editor/IDE Do You Use For OS Development
nano or vi for small changes.
Netbeans for anything significant.
Netbeans for anything significant.