Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I remove a TSR from memory?

Status
Not open for further replies.

CesiumFrog

Programmer
Sep 10, 2000
2
0
0
AU
Hi,

I created a TSR program which hooks an interrupt then returns control to DOS (remaining resident), later the program unhooks the interrupt and completely returns to DOS, however.... it does not release the memory. If I run it repeatedly, "mem" reports that the amount of free memory is slowly dropping. Is there any way to free this memory?

CesiumFrog [sig][/sig]
 
Maybe the easy way is to allow your TSR only start once by specifying flag!


Regards! [sig][/sig]
 
Hello,

You need to release all memory you use, including the PSP.
[sig]<p>Wouter Dijkslag<br><a href=mailto: > </a><br><a href= My site</a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top