-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (25 loc) · 889 Bytes
/
README
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
xmsdrive.sys
============
Author
------
Daniel Mendyke [[email protected]]
README
------
An Extended Memory (XMS) RAM drive developed for use with MS-DOS and
FreeDOS. The drive parameters allow use of either 16 or 12 bit FAT
tables with sectors of either 128, 256 or 512 bytes.
Tools
-------
‘Xmsdrive’ was written using WASM, a freeware assembler written by
Eric Tauck. It can found at:
ftp://ftp.sac.sk/sac/utilprog/wasm223.zip
ftp://ftp.elf.stuba.sk/pub/pc/utilprog/wasm223.zip
Use
-----
Add a DEVICE line to the system’s ‘config.sys’ file.
There are three parameters, the first is the size of the drive in
K-bytes, the second parameter is the size of the drive sectors and
the third parameters is the number of entries in the root directory.
The last parameter is optional.
For example:
DEVICE=C:\xmsdrive.sys 64 128