From: "Alexei A. Frounze" Newsgroups: comp.lang.asm.x86,comp.os.msdos.djgpp Subject: Re: COFF - relocation entries Date: 28 Nov 1999 23:02:27 GMT Organization: MTU-Intel ISP Lines: 32 Approved: Message-ID: <81sca3$kp6$4@autumn.news.rcn.net> References: <81oubk$ku0$2 AT autumn DOT news DOT rcn DOT net> <81rg7i$5lg$5 AT autumn DOT news DOT rcn DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: LeENoFzhIsHCu9HLiD7fXiq21nNzkcbJKmD1pPG4xXo= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 28 Nov 1999 23:02:27 GMT X-Track2: 2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark & Candice White wrote: > I read your discussion thread of "JLOC and COFF" with John Fine. > So I'm sure your talking about nonlinked COFF, but just in case > I will say it seems trivial to write a loader for linked COFF. Nonlinked means a COFF file w/o optinoal (a.out) header? Linked with such header, right? > If your working on a way to use COFF as a dll type format for your > hobby OS, please make it easy and available for others to add to their > projects. Not dlls (although why not?), but executables. I've chosen COFF because DJGPP is a free compiler that generates such files. I want to make development easy for anyone. > Just out of curiosity why are you using COFF not ELF? Don't know. ELF is not bad... But DJGPP for DOS doesn't generate ELFs, although for Linux ELF is a normal thing (I use DOS/Win). Bye. Alexei A. Frounze ------------------------------------ If you wanna stay a coder, You must keep your minds in order. ;-))