home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 9012 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!ralf
  2. From: ralf+@cs.cmu.edu (Ralf Brown)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Results of the smallest TSR contest
  5. Message-ID: <BtzEp4.5n3.2@cs.cmu.edu>
  6. Date: 3 Sep 92 02:53:27 GMT
  7. Article-I.D.: cs.BtzEp4.5n3.2
  8. References: <2aa36355@ralf> <1992Sep2.213536.28873@zooid.guild.org>
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Organization: School of Computer Science, Carnegie Mellon
  11. Lines: 26
  12. Nntp-Posting-Host: b.gp.cs.cmu.edu
  13.  
  14. In article <1992Sep2.213536.28873@zooid.guild.org> Ross Ridge <ross@zooid.guild.org> writes:
  15. }Ralf.Brown@B.GP.CS.CMU.EDU writes:
  16. }>}In the category : HLL with Assembly
  17. }>}  Ross Ridge
  18. }>}  64 bytes for a TSR counter
  19. }>
  20. }>I didn't see this one.  That must be in a UMB, as DOS won't let a program go
  21. }>TSR with less than 96 bytes.
  22. }
  23. }Actually, strictly speaking its not a TSR as it doesn't use the MS-DOS
  24. }Terminate and Stay Resident service.  What it does is copy a simple ISR
  25. }to the end of conventional memory, or to a UMB if available.  
  26.  
  27. True enough, but it does manage to terminate and stay resident even if it
  28. doesn't use the DOS service.
  29.  
  30. BTW, AMISLIB will also allow a TSR to load at the top end of conventional
  31. memory or in a UMB as well as at the low end with a partial PSP.  Though
  32. the TSRs you build with it are somewhat larger than the absolute minimum,
  33. you get the advantages of a standardized interface and the ability to
  34. unload in any order.
  35. -- 
  36. Internet: RALF+@CS.CMU.EDU   |The University would disclaim this if it knew...
  37. FIDO: Ralf Brown 1:129/26.1  |
  38. BIT: RALF%CS.CMU.EDU@CARNEGIE|"Success has a simple formula: do your best,
  39. AT&Tnet: (412)268-3053 school| and people may like it."   -- Sam Ewing
  40.