home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / SNUTIL.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1989-01-07  |  3.6 KB  |  84 lines

  1. README.DOC                 V3.35+                    01/03/89
  2.  
  3. Welcome to the new SECOND NATURE(tm) Utilities Disk.  It includes
  4. loaders that allow the SECOND NATURE(tm) ROM Utilities to be
  5. accessed by simple DOS commands, and without any need for DEBUG. 
  6. It also adds the ability to mark Bad Tracks on your hard disk,
  7. and prevent any possibility of use by your operating system.
  8.  
  9. This disk can be made bootable with DOS SYS (don't forget to copy
  10. on COMMAND.COM too), as a convenience to users who don't normally
  11. use DOS on their HD -- they can boot this disk to use the
  12. utilities on it.
  13.  
  14. For those with 386 processors, a Device Driver called MOVEHDD.SYS
  15. is provided that will relocate the Hard Disk Parameter Tables to
  16. 90 bytes of low memory, so that the ROM space used by SECOND
  17. NATURE(tm) may be reclaimed by QEMM or 386Max.
  18.  
  19. The specific files provided, and their use are as follows:
  20.  
  21.  
  22. TABLE.COM:
  23.  
  24. Eliminates the need to use DEBUG to access the DRIVE TABLE
  25. SELECTOR, as described in the manual.  Simply go to the directory
  26. where TABLE.COM is located, and type the command "TABLE".
  27.  
  28.  
  29. HDFORMAT.COM:
  30.  
  31. Eliminates the need to use DEBUG to access the FIXED DISK
  32. FORMATTER, as described in the manual.  Simply go to the directory
  33. where HDFORMAT.COM is located, and type the command "HDFORMAT".
  34.  
  35. After the Low Level Format has been completed (or skipped by
  36. saying NO to "begin formatting . . .") you will be asked if you
  37. would like to Mark Bad Tracks.  If you say YES you will be asked
  38. the Cylinder and Head Number for each media defect, which you
  39. will then be asked to confirm before actual marking is done.  If a
  40. Media Defect Table was provided with your hard disk you will have
  41. the data to use this function.  If not, say NO when asked if you
  42. wish to mark Bad Tracks now.  Note that any tracks that would
  43. not Verify after Low Level Formatting have already been marked
  44. as Bad Tracks by the Low Level Format and Verify operation.
  45.  
  46.  
  47. FLOPPY.COM:
  48.  
  49. Eliminates the need to use DEBUG to access the FLOPPY DRIVE
  50. SELECTOR, as described in the manual.  Simply go to the directory
  51. where FLOPPY.COM is located, and type the command "FLOPPY".
  52.  
  53.  
  54. MOVEHDD.SYS:
  55.  
  56. This Device Driver will move the new Parameter Tables created by
  57. SECOND NATURE(tm) to low memory, using just 90 bytes there.  The
  58. entire high memory block used by SECOND NATURE(tm) may then be
  59. "included" in the high ram area available to QEMM or 386Max, and
  60. used for other purposes.  This is normally the 64k E000-EFFF
  61. block when SECOND NATURE(tm) is installed in the motherboard ROM
  62. sockets; or when the I/O CHANNEL ADAPTER is used it is a 16k
  63. block at C800-CBFF, CC00-CFFF, D000-D3FF, D400-D7FF, D800-DBFF,
  64. or DC00-DFFF, depending on the setting of the switches on the
  65. Adapter.  Note that there is NO advantage to using this Driver
  66. unless have a 80386 processor (rather than 80286) AND are using
  67. QEMM, 386Max, or an equivalent 386 extended memory manager with
  68. remapping capability.
  69.  
  70. The driver is installed by copying it to the root directory of
  71. your first hard disk, and adding the following line to your
  72. CONFIG.SYS file BEFORE the line that loads QEMM, 386Max, or any
  73. other driver that wishes to use the ROM space freed by MOVEHDD.SYS:
  74.  
  75.               DEVICE=MOVEHDD.SYS
  76.  
  77. MOVEHDD.SYS may also be usefully used with the Adaptec 2370/2372
  78. RLL Controller, if the Adaptec ROM is enabled. In this configuration
  79. the HD Parameter Tables are written into the INT 60-67H RAM area by
  80. the controller.  If MOVEHDD senses that the original table was in
  81. the INT 60-67H range it will both move the tables and re-zero the
  82. INT's, telling other software that they are available for use.
  83.  
  84.