ReiserFileSystem/03 or example filesystem for 3rd party impl
-
- Posts: 315
- Joined: Mon May 14, 2012 11:26 pm
- Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
- Contact:
ReiserFileSystem/03 or example filesystem for 3rd party impl
I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.
- colinw
- AmigaOS Core Developer
- Posts: 218
- Joined: Mon Aug 15, 2011 10:20 am
- Location: Brisbane, QLD. Australia.
Re: ReiserFileSystem/03 or example filesystem for 3rd party
The tool to create a basic skeleton for the vector-port filesystem DOS interface is available in the latest (hopefully) SDK.Belxjander wrote: I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.
It should be; SDK:c/FSVPTool. Just run that in a shell and it will create the source code skeleton for you into ram:.
If you don't have the latest SDK with the fsvptool, I can send it to you, just ask.
Re: ReiserFileSystem/03 or example filesystem for 3rd party
We haven't added all the tools to the SDK yet. Sorry for the delay.colinw wrote:The tool to create a basic skeleton for the vector-port filesystem DOS interface is available in the latest (hopefully) SDK.Belxjander wrote: I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.
It should be; SDK:c/FSVPTool. Just run that in a shell and it will create the source code skeleton for you into ram:.
If you don't have the latest SDK with the fsvptool, I can send it to you, just ask.
ExecSG Team Lead
-
- Posts: 315
- Joined: Mon May 14, 2012 11:26 pm
- Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
- Contact:
Re: ReiserFileSystem/03 or example filesystem for 3rd party
@SSolie: When they are ready and released then I'll make use of them.