home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
disk
/
misc
/
statram
/
mountlist
< prev
next >
Wrap
Text File
|
1995-02-27
|
523b
|
27 lines
/*
* Recoverable RAM disk mount entry
*
* The maximum size of the disk is controlled by the value of the HighCyl
* line. Increasing this value by 1 consumes an additional 11K of RAM.
* So the default value of 79 consumes, when the disk full, around 880K of
* memory.
*/
SD0:
Device = statram.device
Unit = 0
Flags = 0
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 1
StackSize = 600
Priority = 5
DosType = 0x444F5301
Mount = 1
#