|
From: Mark W. <ma...@np...> - 2001-10-15 05:39:15
|
There is a COFF reference on the DJGPP site. http://www.delorie.com/djgpp/doc/coff/ This comes with a header too. AFAIK DJGPP generates MS compatible COFF objects so this should be OK. mingw does not use the same COFF format, be wary. Mark > -----Original Message----- > From: Phillip Susi [mailto:ps...@cf...] > Sent: 15 October 2001 04:48 > To: ros...@re... > Subject: [ros-kernel] Debug format > > > I'm working on getting the kernel debugger to use the COFF or CV4 > debugging > information in the image files instead of loading and parsing text .sym > files. This should make it more useful for debugging. I can't > find where > MS has hidden their documentation on the PE file, COFF, and CV4 formats, > does anyone know where they put it? > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |