Mail Archives: opendos/1997/03/21/13:48:21
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]
- Raw text -