]> 4ch.mooo.com Git - 16.git/blob - src/lib/exmm/xmem.txt
cleaned up the repo from debugging watcom2 ^^
[16.git] / src / lib / exmm / xmem.txt
1 Newsgroups: rec.games.programmer
2 From: alexad3@icebox.iceonline.com (Alexander J. Russell)
3 Subject: xms for x2ftp.oulu.fi
4 Date: Mon, 20 Mar 1995 08:16:21 GMT
5
6 Can some kind soul please pass this on to x2ftp.oulu.fi for me.
7 I can't ftp from my currrent connection.
8
9  
10 This file contains 3 files:
11 xmem.h   : c include file
12 xmem.asm : low level basic XMS acess
13 xmemc.c  : super easy C access via functions like fopen, fread, fwrite
14            xopen, xread, xwrite, xseek etc...
15  
16  
17 FOR DOS REAL mode programs, requires HIMEM.SYS to be loaded in
18 config.sys.
19  
20 ... 
21
22 This should be enough code to do what ever you want with XMS.
23 I like to use the file style access to remind myself it isn't
24 as fast as say memcpy().
25
26 Cheers.
27
28
29
30
31 The AnArChIsT - Anarchy! NOT Chaos! aka Alec Russell
32 alexad3@icebox.iceonline.com
33