From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Keeping programs in memmory Date: Fri, 04 Oct 2002 12:21:20 CDT Organization: Rice University, Houston TX Lines: 16 Message-ID: <3d9dce10.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1033752471 1554 128.42.105.3 (4 Oct 2002 17:27:51 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 4 Oct 2002 17:27:51 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > No, I cant find anything. try ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/djgpptsr.zip as an example. I'm not sure it still works - you might have to hack on it a bit (in particular, the size-reducing features in making exception handling disappear). But a DJGPP tsr requires DPMI to be present - so under DOS you will need about 50-100Kb of CWSDPMI always resident also. It's more an interesting exercise than something useful - unless you are planning to write something really big. > Does anybody programmed with the "__dpmi_terminate_and_stay_resident > function"??, This is a DPMI 1.0 function - so you are very unlikely to find it available and working anywhere.