Mail Archives: opendos/1997/04/18/16:48:39
On Fri, 18 Apr 1997, Mark Habersack wrote:
> > I think we should put this off a little, as the Right Way to do DLL
> > loaders is in the kernel or close to it, so it can manage multiple
> > programs using the same DLL (not loading the same stuff multiple times).
> Hmm... in case of DOS it's rather in EMM386 (or similar pmode server) hands...
Huh? EMM386 isn't a pmode server AFAIK... Well, not a DPMI server at
least. The code for a DLL loader should be at the very same place the code
to load .EXE files is. Probably in the DOS kernel. In Linux, the code to
load ELF binaries, both executables and shared libraries (both cases
shares code) is in the same module.
> > "Use the Source Luke!" - Obi Wan Kenobi
> Sure,I will!
;-)
Pierre Phaneuf
- Raw text -