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
revert commit 56204.
[AROS.git]
/
rom
/
filesys
/
afs
/
afs.conf
blob
8cd4e079ae34e58d3d8297cac8554b8ab6308e90
1
##begin config
2
version 41.5
3
basename afs
4
residentpri -1
5
handler_func AFS_work
6
##end config
7
8
##begin handler
9
# Highest level autodetect priority
10
.autodetect 127
11
DosType=0x444f5307
12
DosType=0x444f5305
13
DosType=0x444f5303
14
DosType=0x444f5301
15
Resident=FastFileSystem
16
DosType=0x6d754605
17
DosType=0x6d754603
18
DosType=0x6d754601
19
Resident=FastFileSystem
20
# Now, try the OFS variants
21
DosType=0x6d754600
22
DosType=0x444f5306
23
DosType=0x444f5304
24
DosType=0x444f5302
25
DosType=0x444f5300
26
Resident=FileSystem
27
DosType=0x6d754604
28
DosType=0x6d754602
29
DosType=0x6d754600
30
Resident=FileSystem
31
##end handler