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
/
pfs3
/
fs
/
pfs3.conf
blob
ed5c8260d2f66f9fdfd03c5b2a93e4a49256db0c
1
##begin config
2
version 19.0
3
basename pfs3
4
residentpri -1
5
handler_func AROSEntryPoint
6
##end config
7
8
##begin handler
9
# Can autodetect
10
.autodetect 1
11
# In units of SIPTR
12
.stacksize 2500
13
DosType=0x50465303
14
Resident=pfs3-handler
15
##end handler