User`s guide
254
K
A
DAK
KwikNet Virtual File System
-p srcpath Srcpath
is the full path defining the location of VFS source files which
are to be placed into the Virtual File System being generated.
The working directory is used if a relative path is specified.
The working directory is used if this option is omitted.
You can use the ...SRCPATH directive in your definition file to override
either the default or the srcpath path specification.
-s vfstring Vfstring is the full path and file name of your VFS String File.
The working directory is used if no path, or a relative path, is specified.
By default, the VFS String File KN_VFG.UVF delivered with KwikNet will
be used, provided that it can be found in the directory containing the VFS
Generator utility program being executed.
This option, if used, overrides the equivalent parameter, if any, specified
in your definition file using the
...VFSTRING directive.
-s- The -s- option inhibits the use of any VFS String File.
Any ...VFSTRING directives in your definition file will be ignored.
-v volname Volname is the volume name to be assigned to your Virtual File System.
By default, the volume will be given the name kvfs_primary.
All volume names must be unique. Your C compiler must be able to
create a public variable with the name volname.
This option, if used, overrides the equivalent parameter, if any, specified
in your definition file using the ...VOLUME directive.
-d basedir Basedir defines the volume base for each virtual file in the Virtual File
System being generated.
The default volume base is /.
This option, if used, overrides the equivalent parameter, if any, specified
in your definition file using the ...BASEDIR directive.
-c+ By default, the VFS Generator operates with file compression enabled.
All files which are placed into the Virtual File System are compressed
using a text compression algorithm.
This default mode of operation is equivalent to using the -c+ option.
-c- The -c- option disables file compression.
You can use the ...COMPRESS directive in your definition file to override
the compression mode established via the command line.
You can also use the c, c+ or c- parameter with the ...IN directive in
your definition file to adjust the compression mode used for a specific
VFS source file.
-z ssize Set the VFS virtual file sector size to ssize bytes.
The default sector size is 32,768 bytes.
You can use the
...SSIZE directive in your definition file to override
either the default or the
ssize sector size.