Re: [Altosdev-kernel] Question
Status: Planning
Brought to you by:
dozz
From: Kernel P. <rzh...@he...> - 2002-03-09 10:11:39
|
Hello, Benjamin. On Saturday, March 09, 2002 at 9:42:06 AM you wrote: BJ> Ok, I'm running Linux (redhat 7.2 and Debian potato on different BJ> machines) and Windows 2000 on another partition of the redhat 7.2 BJ> machine. What tools will I need to get in order to develop with you BJ> guys? Or will the typical cc / gcc and related tools work? If you are going to use Linux as your development system, you perhaps don't need anything else. In case you're gonna use Windows you should download the DJGPP (or any other) port of GCC (www.delorie.com); you should also get the binutils with ELF support enabled instead of those that are shipped with DJGPP. I put them at http://elfbinutils.narod.ru along with some instructions on how to set everything up. What you will also most probably need is Bochs, a PC emulator (http://bochs.sourceforge.net). There are versions both for Windows and Linux. It makes use of a harddrive image, so you'll need some tools to write to DOS filesystem images. If you use Linux, you've got mtools, and there is also a Windows port of them.. -- Regards, Kernel Panic mailto:rzh...@he... |