home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / lb_v114.zip / WHATSNEW.112 < prev    next >
Text File  |  1990-10-16  |  3KB  |  78 lines

  1.               WHAT'S NEW IN VERSION 1.12
  2.               --------------------------
  3.  
  4. - Added two new distributors: one in the United Kingdom, and another
  5.   in the U.S. (for credit card orders).
  6.  
  7. - Changed the HIGHGFX options from /ON and /OFF to simply ON and OFF.
  8.  
  9. - Modified HIGHBFRS to work around a hardware limitation.  (See the
  10.   discussion in LASTBYTE.DOC.)
  11.  
  12. - Changed the allocation strategy of HIGHUMM.SYS to "best fit"
  13.   instead of largest fit.
  14.  
  15. - Modified LASTBYTE and HIGHGFX so that systems no longer report EGA
  16.   or VGA in response to attempts to identify the display adapter when
  17.   graphics have been disabled in favor of more conventional memory.
  18.  
  19. - Added HIGHGFX.SYS (a device driver version of HIGHGFX.EXE) so that
  20.   you can switch between extra conventional memory and EGA/VGA
  21.   hi-resolution graphics during CONFIG.SYS processing.  (E.g., This
  22.   is required in order to properly install EGA.SYS and MOUSE.SYS.)
  23.  
  24. - Modified the cold boot code (used with DOS=F000:32) so that it
  25.   gives caching software (such as HyperWare's HyperDisk) a chance to
  26.   flush any pending/staged writes before proceeding with the boot.
  27.  
  28. - Improved the "/SIZE" reporting feature in HIGHTSR and HIGHINST so
  29.   that it now computes the stack space actually used by .COM files.
  30.   Also corrected a bug in the computation that failed to account for
  31.   memory blocks temporarily allocated by the TSR during installation
  32.   (e.g., PC Magazine's ALIAS program.)
  33.  
  34. - Modified HIGHDRVR.SYS so that the drive and directory information
  35.   no longer has to be repeated for the driver to be loaded high if it
  36.   is in the same drive and directory as HIGHDRVR.SYS.  I.e.,
  37.  
  38.       DEVICE=C:\DRIVERS\HIGHDRVR.SYS C:\DRIVERS\ANSI.SYS
  39.  
  40.   can now be simplified to:
  41.  
  42.       DEVICE=C:\DRIVERS\HIGHDRVR.SYS ANSI.SYS
  43.  
  44.   NOTE: The above shortcut does not apply to HIGHINST or HIGHTSR,
  45.         although HIGHTSR will try to locate the TSR using your PATH
  46.     environment variable.
  47.  
  48. - The following is a summary of "DOS=" options that may be useful in
  49.   combination with certain display adapters.  For a more detailed
  50.   explanation, see Section 12, "Video Display Ram Above 640K" in the
  51.   LASTBYTE.DOC file.
  52.  
  53.       Display        Reserved    "DOS="            "APPEND="
  54.     Adapter        by default    Options            Options
  55.     -------            -----------    --------        ---------
  56.     Monochrome    B0000-B7FFF    A000:64        or    A000:64
  57.                     B400:16        and    A000:64
  58.  
  59.     Hercules    B0000-BFFFF    A000:64        or    A000:64
  60.                     B400:48    (1)    and    A000:64
  61.  
  62.     CGA        B8000-BFFFF    A000:96        or    A000:96
  63.                     BC00:16    (2)    and    A000:96
  64.  
  65.     EGA and VGA    A0000-BFFFF    A000:64    (1)    or    A000:96
  66.                     B000:32        and    A000:64
  67.                     BC00:16    (2,3)    and    A000:96
  68.  
  69.     VGA Bios Rom    C0000-C7FFF    C600:8 (4)
  70.  
  71.     Notes:    (1) Cannot be used with graphics modes.
  72.         (2) WINDOWS 3.0 may write in this area!
  73.         (3) May be combined with DOS=B000:32.
  74.         (4) See section 13 of LASTBYTE.DOC,
  75.               "Video Adapter Bios ROMs"
  76.  
  77. --------------------- End of file WHATSNEW.112 ---------------------
  78.