home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 17 Fixes30 / 17-Fixes30.zip / warpdump.zip / warpdump.rme < prev   
Text File  |  1995-01-30  |  4KB  |  76 lines

  1. 11/01/94
  2. Steps to install new version of os2dump (called warpdump)
  3.  
  4. THIS is a major upgrade to the dump routine. It contains many fixes and
  5. enhancements, particularly support for systems with 64 meg or more installed.
  6. Memory counting routines have been removed from the dump. The WARP kernel
  7. tells the dump how much memory has been installed.
  8.  
  9. Must be on WARP kernel ONLY! Will not work on 2.1 GA, 2.11,...
  10.  
  11. 1.To install warpdump on hardfile:
  12.   in OS/2 2.1 root, enter:
  13.      attrib -r -s -h os2dump
  14.      copy os2dump *.sav
  15.      copy warpdump os2dump
  16.      attrib +r +s +h os2dump  (optional)
  17.      REBOOT
  18.  
  19. 2.Once warpdump is installed, one can immediately dump to diskette.
  20.   To initiate the dump to diskette, hit ctl-alt-nl-nl.
  21.   ** Createdd.exe is no longer needed. **
  22.  
  23. 3.To be able to dump to hardfile the following steps are needed:
  24.  
  25. NOTE! NOTE! NOTE!
  26. Dump to hardfile must be to a separate, empty partition.
  27. IT WILL ERASE WHATEVER IS ON THE PARTITION.
  28.  
  29.   a.Create a partition about 5meg larger than the amount of memory installed.
  30.   b.Format the partition FAT
  31.   c.Label the partition  SADUMP
  32.   d.Modify config.sys as follows:
  33.     trapdump=off,X:      where X: is the partition letter
  34.   e.REBOOT
  35.  
  36. 4.To initiate the dump to hardfile, hit ctl-alt-nl-nl
  37.   16megs should dump in under 30 seconds!!!
  38.  
  39.   A good test would be to run chkdsk on a large enough drive (dont run
  40.   chkdsk /f, just chkdsk). Then while chkdsk is still running, initiate
  41.   the dump.
  42.  
  43. 5.Some modifications have been made to the dump to hardfile on 8/1/94:
  44.   a. A message will now display, informing the user of which partition will
  45.      be dumped to, and how much memory.
  46.   b. A warning message will display informing the user that the dump will
  47.      wipe out the dump partition. The user has 30 seconds in which to
  48.      respond. If the user does not answer in 30 seconds, the dump begins.
  49.   c. If the user chooses not to dump to the hardfile by answering N to the
  50.      above prompt, he is asked if he would like to dump to diskette.
  51.   d. If an error is encountered, and the dump cannot proceed to the hardfile,
  52.      the user is asked if he would like to dump to diskettes. If the answer
  53.      is no, or there is no response in 60 seconds, the system is rebooted.
  54.  
  55. 6.Major modifications were made to both the dump to hardfile and to diskette
  56.   on 11/01/94.
  57.   a. Improved error checking on dump to hardfile and diskette.
  58.   b. More descriptive error messages.
  59.   c. NOTE: if there is a bad sector encountered when dumping to hardfile,
  60.      a Fatal Dump Error message will display followed by the bad sector
  61.      information to help pinpoint the error.
  62.      There is currently no error recovery in dump to hardfile.
  63.   d. Support for systems with 64meg or more of memory installed.
  64.      DO NOT USE a dump dated prior to 11/01/94 on systems with 64 meg or more.
  65.   e. Better performance.
  66.   f. Improved error recovery from bad diskettes.
  67.   g. Can dump to diskette drive B:, insert trapdump=off,b: in config.sys
  68.   h. The WARP kernel was modified to pass the amount of memory installed to
  69.      the dump routine, so it no longer needs to recalculate the amount of
  70.      memory installed. This prevents errors where the dump routine calculated
  71.      a different amount of memory than what OS/2 calculated.
  72.   i. Warpdump will not run on OS/2 2.1, 2.11 systems, only on Warp.
  73.  
  74. New mods 1/27/94 facilitate dumps to floppy on Compaqs that previously 
  75.    could dump only to 720k floppies.
  76.