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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
rom
/
filesys
/
afs
/
afs.conf
blob
539c50098d6f6e311384aa689e15bc3cc36c5ab9
1
##begin config
2
version 41.4
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
# Now, try the OFS variants
17
DosType=0x444f5306
18
DosType=0x444f5304
19
DosType=0x444f5302
20
DosType=0x444f5300
21
Resident=FileSystem
22
##end handler