repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
storage
/
DOSDrivers
/
ISO0
blob
2db719b41f98186a7f600cb2e64b31636ccd7422
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