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
muimaster.library: migrate event handling from Listview to List
[AROS.git]
/
workbench
/
storage
/
DOSDrivers
/
ISO0
blob
1c461bef1099edc63cf5fa8e323710c2176436e3
1
/* An example of mounting ISO image via fdsk.device */
2
3
FileSystem = cdrom-handler
4
Device = fdsk.device
5
Unit = 0
6
BlockSize = 2048
7
Surfaces = 1
8
BlocksPerTrack = 0 /* Geometry settings do not matter for CDVDFS */
9
LowCyl = 0
10
HighCyl = 0
11
Reserved = 0
12
Activate = 1