home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / program / interupt / utility / intsum12 / intsum.txt < prev   
Encoding:
Text File  |  1995-07-31  |  4.7 KB  |  97 lines

  1.  
  2.                   INTSUM.EXE - Interrupt Summary and Viewer
  3.                        For Ralf Brown's Interrupt List
  4.                      Copyright (c) 1995 Daniel D. Miller
  5.  
  6.               Written by Daniel D. Miller (derelict@netcom.com)
  7.  
  8.                    Version 1.2, released 07-31-95 11:44am
  9.  
  10. ===============================================================================
  11.  
  12. IntSum is a character-mode MSDOS program for viewing the Interrupt List.
  13. It supports Release 45 and later, and will also work with earlier releases
  14. which follow the same file format.  It has the following features (some of
  15. which are not yet implemented, or not PROPERLY implemented, in this
  16. preliminary release of the program):
  17.  
  18.     -> Automatically supports current screen size in rows (it will work
  19.        properly with screens wider than 80 columns, but doesn't use the
  20.        extra width for anything).
  21.     -> IntSum automatically generates its own indexed reference file,
  22.        the first time that it is run.  The INTPRINT summary is not used.
  23.     -> There are NO size limits on reference or listing files.
  24.     -> Display colors may be set via entries in INTSUM.INI.
  25.        This file will automatically be created in the same directory
  26.        as INTSUM.EXE, the first time INTSUM is run.
  27.     -> Save Current Topic to File (from reference list only).
  28.     -> Combined-file support is now working!!
  29.  
  30. ===============================================================================
  31.  
  32. INTSUM.EXE is hereby released as freeware, though I retain the copyright on 
  33. it.  This means you may distribute it anywhere you wish, to anyone you wish,
  34. and use it for any private or commercial purpose, but you may not charge
  35. money for it (except for reasonable distribution fees for diskettes,etc.),
  36. nor may you modify the program in any way (except to hack the color table,
  37. if you wish, until I get the config file implemented).
  38.  
  39. ===============================================================================
  40.                             Combined-file support
  41.  
  42. When IntSum prepares to create a new index file (because INTERRUP.IDX is
  43. missing), it first searches for INTERRUP.LST in the directory where
  44. IntSum was found.  If such file is located, the index is built from that;
  45. otherwise, the index is built from INTERRUP.A and its brethren.
  46.  
  47. ===============================================================================
  48.                             DOS PATH utilization
  49.  
  50. IntSum now searches for the interrupt_list files, index, INI file, and any 
  51. other files in the directory where INTSUM.EXE was executed.  This means you
  52. can now path to IntSum and execute it without having to actually change
  53. to that directory.  For this to work, of course, IntSum must be in the
  54. same directory as the interrupt-list files.
  55.  
  56. ===============================================================================
  57.                              Configuration file
  58.  
  59. The first time that IntSum is executed, it will create a configuration file 
  60. called INTSUM.INI in the directory where INTSUM.EXE is located.  This file
  61. contains all the colors used by the program.  Once the file is created, you
  62. can edit it with any text editor, and set them to whatever colors you like.
  63. The file uses standard 8-bit DOS color scheme, where bit 7 is BLINK,
  64. bits 6-4 are background and bits 3-0 are foreground.  Values can be entered
  65. in hex as 0xHH, octal as 0DDD, or decimal as DDD.  If still confused, look
  66. up strtol() in a C-library reference manual.  I presume that anyone who
  67. is looking at an interrupt list is familiar with the DOS video color scheme.
  68.  
  69. ===============================================================================
  70.  
  71.                         *BUGS* ?!?!?  _WHAT_ Bugs???
  72.  
  73. Some of the known bugs, omissions and absent features are:
  74.  
  75.     -> List: can't scroll or search into next/previous files.
  76.        This probably won't be done for awhile unless I get a lot of
  77.        requests, because it's pretty difficult, and I'd rather ponder
  78.        cross-referencing.
  79.     -> Following cross-references to other topics in the IntList and
  80.        FarCalls lists is a dream that is still in the pondering stage.
  81.  
  82. I welcome any mail with comments, bug reports (especially!!), requests,
  83. Karma Cookies, Brickbats, or whatever else you have offer.  As improved/fixed 
  84. versions become available, I will send copies via email to anyone who has such 
  85. an account and requests it.  Just send an email request to derelict@netcom.com.
  86. Snail-mail support will not be offered at this point unless I get severe 
  87. pressure, as I don't have easy access to daytime post offices.
  88.  
  89. Please address all mail to:
  90.  
  91.         derelict@netcom.com
  92.  
  93.    OR:  Daniel D. Miller
  94.         36355 BridgePointe Drive
  95.         Newark, CA  94560
  96.  
  97.