Date: Fri, 21 Mar 1997 10:31:25 -0800 (PST) From: Evan Dickinson Reply-To: evand AT scn DOT org To: OpenDOS Mailing List Subject: Re: [opendos] Shared Libraries (was: FSSTND) In-Reply-To: <858928000.1021765.0@abwillms.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 21 Mar 1997, Alaric B. Williams wrote: [snip] > > - Access to realmode DLLs > - Access to protmode DLLs in the way DPMI provides access to real mode ints; allocate > a transfer buffer in PM memory, use calls to copy stuff there, use a call > to invoke the DLL > - Register a DLL (real or prot mode) file with the system (it will be demand loaded) > - Request/release memory map regions (screen mem etc), IO port ranges, IRQs. > - Enter protected mode Just one minor nitpick: When we get shared libraries, we should probably use a different extension than DLL. If we use a different extension, it'll be easier to tell Windows DLLs from the OpenDOS variety. Other suggestions: - ODL (OpenDOS Library) - SHL (Shared Library) [more snipped off the end]