PFS3 AIO 2.2 updates. No functional PFS3 changes.
[AROS.git] / rom / filesys / pfs3 / fs / pfs3.conf
blob893f4e165fafecac99c321077109c74fc57475f0
1 ##begin config
2 version 18.5
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