CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: TSRs

  1. #1
    Guest

    TSRs

    I was wondering if anyone could point me in the direction of some good resources (web pages, books, etc.) for creating TSR programs.
    Thanks


  2. #2
    Join Date
    Sep 1999
    Location
    Santa Clara, California
    Posts
    145

    Re: TSRs

    Well, if you can get ahold of it, the all-time classic book which covers TSR's, MSDOS drivers, Int 21h services, Int 10h services, several other services and varying o/s tables and formats is "Advanced MS-DOS programming" by Ray Duncan, Microsoft Press, (c) 1988 ISBN 0-914845-77-2 A more recent book, though possibly also out of print by now?) Is "Microsoft MS-DOS Programmer's Reference version 6.0", Microsoft Press, (c) 1993 ISBN 1-55615-546-8 Both are excellent referneces from which I learned a LOT.

    --Kelly

    PS: if you can't find those, see if Amazon.com can give referrals to similar/more recent titles.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured