Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FISTGEN(8)		    System Manager's Manual		    FISTGEN(8)

NAME
       fistgen - FiST language code translator

SYNOPSIS
       fistgen -v [ -o output-dir ] [ -u uname ] fistfile

DESCRIPTION
       FiST  (File  System  Translator)	is a language for describing stackable
       file systems.  fistgen is the FiST language code	translator.

       fistgen generates file system sources from fistfile

OPTIONS
       -v explain what is being	done

       -o specify output directory (defaults to	"out/")

       -u specify the target OS	version	(defaults to running OS)

EXAMPLES
       fistgen -o /tmp/stkgen -u Linux-2.6 fist/cryptfs.fist
       produce code for	a stackable file system	named "cryptfs", for the Linux
       2.6   kernel,   and   place   the   generated   code   in    "/tmp/stk-
       gen/Linux-2.6/cryptfs/".

AUTHORS
       Erez  Zadok,  Josef Sipek, and Kiron Vijayasankar, Computer Science De-
       partment, Stony Brook University.

REPORTING BUGS
       Report bugs at https://bugzilla.filesystems.org/

SEE ALSO
       http://www.filesystems.org/ for additional documentation,  including  a
       description of the FiST language.

				  2007-01-26			    FISTGEN(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fistgen&sektion=8&manpath=FreeBSD+Ports+15.0>

home | help