home *** CD-ROM | disk | FTP | other *** search
/ The California Collection / TheCaliforniaCollection.cdr / his037 / xms.exe / README.TXT < prev    next >
Encoding:
Text File  |  1988-08-23  |  1.6 KB  |  48 lines

  1. XMS Distribution Diskette
  2. =========================
  3.  
  4. This diskette contains the following files:
  5.  
  6. \HIMEM.SYS        - The latest version of Microsoft's XMS Driver version
  7.             2.04.
  8.  
  9. SPEC directory:
  10.  
  11. \SPEC\XMS.TXT        - A machine-readable version of the XMS Spec
  12. \SPEC\HIMEM.TXT     - User documentation for the HIMEM.SYS driver
  13.  
  14. CLIB directory :
  15.  
  16. \CLIB\XMM.LIB        - A library of functions which allow C programs to
  17.              access XMS functions
  18. \CLIB\XMMLIB.DOC    - Documentation for the C library
  19. \CLIB\XMM.H        - A C header file for use with the C library functions
  20. \CLIB\XMM.ASM        - Source listing for XMM.LIB
  21. \CLIB\CMACROS.INC   - Included by XMM.ASM
  22.  
  23.  
  24. OEMSRC Directory :
  25.  
  26. \OEMSRC\HIMEM.ASM   - Source listing for HIMEM version 2.03, which has only
  27.             minor differences from version 2.04.
  28. \OEMSRC\XM286.ASM   - Included by HIMEM.ASM
  29. \OEMSRC\XM386.ASM   - Included by HIMEM.ASM
  30. \OEMSRC\HIMEM        - The MAKE file for HIMEM
  31. \OEMSRC\HIMEM203.SYS- The binary file produced by these sources
  32.  
  33. TESTS directory :
  34.  
  35. Make sure that HIMEM.SYS is loaded before running these test programs.
  36.  
  37. \TESTS\HITEST.COM   - A simple XMS driver testing program
  38. \TESTS\HITEST.ASM   - Source to Hitest.asm
  39. \TESTS\HITEST       - Make file for Hitest.com
  40. \TESTS\TEST.EXE     - A more advanced XMS test program
  41. \TESTS\TEST.C       - Source to test.exe
  42. \TESTS\TEST         - Make file for test.exe
  43. \TESTS\XMSTIME.EXE  - An ExtBlockMove Timing test program
  44.  
  45. Make sure that HIMEM.SYS is loaded before running these test programs.
  46. To make these files, you need to use Microsoft's MASM or 5.1, as well 
  47. as C 5.1 and Microsoft's MAKE.
  48.