home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 195 / 1624.ZIP / 1624.TXT
Text File  |  1993-04-06  |  2KB  |  54 lines

  1.                           FYI
  2. (Note: The origin of this information may be internal or external
  3. to Novell.  Novell makes every effort within its means to verify
  4. this information.  However, the information provided in this
  5. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  6. or implied claims to the validity of this information.)
  7.  
  8.           TITLE: F15 STRIKE EAGLE III & WIZARDRY #7
  9.    DOCUMENT ID#: FYI-M-1624
  10.            DATE: 06APR93
  11.         PRODUCT: DR DOS
  12. PRODUCT VERSION: 6.0
  13.      SUPERSEDES:
  14.  
  15.         SYMPTOM: INSUFFICIENT MEMORY ERRORS OR COMPUTER LOCKS.
  16.  
  17.   ISSUE/PROBLEM: DR DOS "pads" out the first 64k of conventional
  18. memory for EXEPAKed executables. EXEPAK is a utility used to
  19. compress .EXE files.
  20.  
  21. The algorithm used by the EXEPAKing code to decompress the
  22. executable image and then perform the .EXE fix-ups uses a concept
  23. known as "segment wrap" to detect the end of decompression. When
  24. you have more than 575K available conventional memory the EXEPAK
  25. decompression code thinks that it is done decompressing before it
  26. has even started. It then proceeds to invoke the "decompressed"
  27. executable image. This results in the error message "Packed File
  28. Corrupt".
  29.  
  30. The F15 STRIKE EAGLE III and Wizardry #7 executables are treated
  31. as EXEPAKed files by DR DOS 6. However, these programs don't need
  32. to be padded to run correctly.
  33.  
  34.       SOLUTION: To run these programs install PATCH326.ZIP.  This
  35. is an optional patch which prevents DR DOS from padding  EXEPAKed
  36. utilities automatically. Included in the zip file is a README
  37. file with complete installation instructions. Also included is a
  38. patched version of the DR DOS system file IBMDOS.COM. 
  39.  
  40. NOTE: After installing this patch other applications may display
  41. "Packed file corrupt" errors. This is because DR DOS is no longer
  42. automatically padding. MEMMAX -L prior to starting the
  43. application will correct this message. The easiest way to do this
  44. is to create a batch file that will turn off lower memory (MEMMAX
  45. -L, start the application and then turn it back on (MEMMAX +L)
  46. after exiting the application. Word Perfect, for example, may
  47. need this adjustment if used with this patch. The solution would
  48. be the following batch file:
  49.  
  50. MEMMAX -L
  51. WP
  52. MEMMAX +L
  53.  
  54. PATCH326.ZIP is on the Novell BBS(408-649-3443) or CompuServe.