what is djgpp and bochs ??

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
snallie

what is djgpp and bochs ??

Post by snallie »

Hi, guys :
I am a fan of OS developing , I'd like to know what the "djgpp" and "bochs" is , and also how they are used in OS developing. I'm looking forward of Ur replying! Good luck U all !
jrfritz

Re:what is djgpp and bochs ??

Post by jrfritz »

DGJPP is the GCC compiler, ported to WIndows/DOS/etc...

BOCHS is a computer emulator, letting you run your own OS, or other OSes in the current os you are running.

http://bochs.sourceforge.net
Schol-R-LEA

Re:what is djgpp and bochs ??

Post by Schol-R-LEA »

]DJGPP is a suite of most of the major GNU tools (gcc, gas, emacs, flex, bison, etc.) ported to DOS DPMI, actually. It runs under DOS, or in the DOS console window under Windows 9x. It will run under Windows 2K or XP, but not very well, IIRC. Se the DJGPP FAQ for more information.
Post Reply