home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
assemblr
/
library
/
memory
/
himem
/
readme.txt
< prev
Wrap
Text File
|
1989-02-07
|
2KB
|
46 lines
XMS Distribution Disc
=========================
This disc contains the following files:
\HIMEM\HIMEM.SYS - The latest version of Microsoft's XMS Driver version
2.06.
SPEC directory:
\HIMEM\SPEC\XMS.TXT - A machine-readable version of the XMS Spec
\HIMEM\SPEC\HIMEM.TXT - User documentation for the HIMEM.SYS driver
CLIB directory :
\HIMEM\CLIB\XMM.LIB - A library of functions which allow C programs to
access XMS functions
\HIMEM\CLIB\XMMLIB.DOC - Documentation for the C library
\HIMEM\CLIB\XMM.H - A C header file for use with the C library functions
\HIMEM\CLIB\XMM.ASM - Source listing for XMM.LIB
\HIMEM\CLIB\CMACROS.INC - Included by XMM.ASM
SRC Directory :
\HIMEM\SRC\HIMEM.ASM - Source listing for HIMEM version 2.06
\HIMEM\SRC\XM286.ASM - Included by HIMEM.ASM
\HIMEM\SRC\XM386.ASM - Included by HIMEM.ASM
\HIMEM\SRC\HIMEM - The MAKE file for HIMEM
TESTS directory :
Make sure that HIMEM.SYS is loaded before running these test programs.
\HIMEM\TESTS\HITEST.COM - A simple XMS driver testing program
\HIMEM\TESTS\HITEST.ASM - Source to Hitest.asm
\HIMEM\TESTS\HITEST - Make file for Hitest.com
\HIMEM\TESTS\TEST.EXE - A more advanced XMS test program
\HIMEM\TESTS\TEST.C - Source to test.exe
\HIMEM\TESTS\TEST - Make file for test.exe
\HIMEM\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 5.1, as well
as C 5.1 and Microsoft's MAKE.