repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
W.I.P AROS port of SDI examples
[AROS.git]
/
rom
/
filesys
/
CDVDFS
/
CD0
blob
c829d1ad2614af5b6636537ccde9dc6a72076461
1
/* CDVDFS filesystem V1.3 */
2
3
FileSystem = L:cdrom-handler
4
Stacksize = 10000
5
Priority = 5
6
GlobVec = -1
7
ForceLoad = 1
8
Mount = 1
9
Device = ide.device
10
Unit = 3
11
LowCyl = 0
12
HighCyl = 0
13
Surfaces = 1
14
BlocksPerTrack = 1
15
Buffers = 5
16
BufMemType = 0
17
DosType = 0x43444653
18
Control = "R J ML"
19