home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0000 - 0009 / ibm0000-0009 / ibm0003.tar / ibm0003 / 386MAX.ZIP / XBIOS.DOC < prev    next >
Encoding:
Text File  |  1989-02-21  |  2.4 KB  |  67 lines

  1. XBIOS -- (C) Copyright 1988 Qualitas, Inc.
  2.  
  3. This program should be used only on IBM PS/2, PS/2-compatible, COMPAQ
  4. 386S (the one with the 386SX chip), or any other machine which
  5. provides an Extended BIOS Data Area.  IF YOU ARE NOT RUNNING ON ONE OF
  6. THE ABOVE SYSTEMS, DO NOT USE THIS PROGRAM.
  7.  
  8.  
  9. Purpose
  10. -------
  11.  
  12. This device driver copies the Extended BIOS Data Area at 639 KB to low
  13. memory and frees the region from 639 to 640 KB.  This relocation also
  14. allows multitasking programs such as Windows 2.03 and DESQview 2.01 to
  15. use this 16 KB of memory from 624 to 640 for program swapping.
  16.  
  17. If you are running Windows 2.03 in conjunction with 386MAX, you *MUST*
  18. either install this device driver or tell 386MAX to INCLUDE=9C00-A000.
  19. By default 386MAX does not mark this last 16 KB page as EMS swappable
  20. because of the 1 KB hole at 639 KB.  Windows 2.03 doesn't correctly
  21. handle the last page being absent, but it does correctly handle the
  22. hole.  Thus you must either avoid the hole (with XBIOS.SYS) or include
  23. the page (with INCLUDE=9C00-A000).
  24.  
  25. No memory is saved by this approach because the same area used at 639
  26. KB is copied into the device driver.  However, the device driver's
  27. overhead is only 64 bytes.
  28.  
  29.  
  30. Installation
  31. ------------
  32.  
  33. To install this device driver, copy XBIOS.SYS to your hard disk and
  34. place a line similar to the following in your CONFIG.SYS file:
  35.  
  36. Device = d:\path\XBIOS.SYS
  37.  
  38. where d:\path is the drive letter and directory containing the
  39. driver.  Be sure to place the above line preceding 386MAX.SYS so
  40. 386MAX does not see any holes in the memory above it.
  41.  
  42.  
  43. Messages
  44. --------
  45.  
  46. XBIOS    -- Version x.xx (C) Copyright 1988 Qualitas, Inc.
  47.    This is the initial message when the driver begins execution.
  48.  
  49. Extended BIOS data area relocated.
  50.    The driver installed successfully.
  51.  
  52. ══> There is no Extended BIOS Data Area in this system.
  53.    This program should be used only on IBM PS/2, PS/2-compatible,
  54.    COMPAQ 386S (the one with the 386SX chip), or any other machine
  55.    which provides an Extended BIOS Data Area.  IF YOU ARE NOT RUNNING
  56.    ON ONE OF THE ABOVE SYSTEMS, DO NOT USE THIS PROGRAM.
  57.  
  58. ══> Memory allocation chain error.
  59.    An inconsistency in the allocation chain has been found.  Please
  60.    report this error to Qualitas.
  61.  
  62. Extended BIOS data area NOT relocated.
  63. Press any key to continue.
  64.    The driver did not install successfully because of one of the above
  65.    error messages.
  66.  
  67.