Re:What tools are You using to develop an OS ?
Posted: Wed Dec 14, 2005 2:53 pm
1) Compilers, translators ( C, ASM ).
G++ (aka gcc 3.X), GAS, LD
2) Loaders (self-written or third-party).
Grub
3) PC Emulators.
Bochs
4) Debuggers.
kprintf and bochs stack trace
5) And any other tool types that I may miss.
Since I use linux, I use a loop fs to write my kernel to my grub disk image. Vi is my editor.
Unfortunately it's been months I've not written anything new... I am back yet. The neverending story of the kernel :p
G++ (aka gcc 3.X), GAS, LD
2) Loaders (self-written or third-party).
Grub
3) PC Emulators.
Bochs
4) Debuggers.
kprintf and bochs stack trace
5) And any other tool types that I may miss.
Since I use linux, I use a loop fs to write my kernel to my grub disk image. Vi is my editor.
Unfortunately it's been months I've not written anything new... I am back yet. The neverending story of the kernel :p