Date: Tue, 04 May 1999 23:06:44 -0400 From: Shawn Subject: Re: Re[2]: Operating System Development To: djgpp AT delorie DOT com Message-id: <000b01be96a4$4ec9bf00$b6747780@dhcp.umass.edu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Mailer: Microsoft Outlook Express 5.00.2014.211 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <01be9640$232ede20$LocalHost AT thendren> <035 DOT 990505 AT dkd DOT ot DOT lt> Reply-To: djgpp AT delorie DOT com > Hello Christopher, > > > #2 the code image is inside the .o files produced from gcc -c -o > > . if you wish to get to them you must either write your own program > > to do it (it's not hard) or get JLOC from John Fine's page. i forget the > > exact URL. you CAN do it with ld, but it's a major pain. it's easier to do > > it with JLOC or even write your own. > > I looked through this linker - very nice. I like such features as > specifying where to place and what :-). http://www.erols.com/johnfine/ > Here is page. I started to try it, and for me it's very convenient! > > Nevertheless I strongly recommend PE/COFF for your OS as M$ uses. You > will get compatibility automatically!!! And you won't be > compiler-dependent - compile with Watcom, Borland or... M$ VC++ :-) > You won't be OS-dependent either. If you are not sure - research > PE-format, I have small pdf on this topic... > > Best regards, > Alexander_Pankov mailto:billy AT dkd DOT ot DOT lt > Where can I find PE/COFF and your PDF? -Shawn