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