W.I.P AROS port of SDI examples
[AROS.git] / rom / filesys / pfs3 / fs / pfs3.conf
blobed5c8260d2f66f9fdfd03c5b2a93e4a49256db0c
1 ##begin config
2 version 19.0
3 basename pfs3
4 residentpri -1
5 handler_func AROSEntryPoint
6 ##end config
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