home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
disks
/
misc
/
statram3
/
sd0
< prev
next >
Wrap
Text File
|
1980-01-10
|
666b
|
31 lines
/* $VER: SD0 37.2 (29.1.94)
*
* 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.
*/
Device = statram.device
Flags = 0
Surfaces = 2
Reserved = 2
Interleave = 0
LowCyl = 0
Buffers = 5
StackSize = 600
Priority = 5
Mount = 1
/* The Unit, BlocksPerTrack, HighCyl, BufMemType and DosType fields are
* controlled by tooltypes in the icon.
*
* Unit = 0
* BlocksPerTrack = 11
* HighCyl = 79
* BufMemType = 1
* DosType = 0x444F5303
*/