Date: 28 Jul 2005 09:58:22 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: freebsd-questions@freebsd.org Subject: Re: FreeBSD file system example and question Message-ID: <444qaft4ld.fsf@be-well.ilk.org> In-Reply-To: <20050727183822.GA30480@daedalus.desk.pl> References: <20050727172134.409FA16A452@hub.freebsd.org> <20050727183822.GA30480@daedalus.desk.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcin <marcin@desk.pl> writes: > Hello, where can i find information or examples of how to write a file system for FreeBSD, apart from /usr/src/sys/* and /usr/share/man/*? The Architecure Handbook. (/usr/share/doc/en/arch-handbook) The old McKusick book (/usr/share/doc/en/design-44bsd) The new McKusick book (ISBN 0-201-70245-2) > What is vnode_if.h for? Why is it generated for every fs module if it is the same every time? I tried to google for the answer but found nothing. Only a note on Darwin's dev site. If I recall correctly that was a Sun-ism originally. It can be useful as a cross-platform tool, but I don't know if anyone is using it that way these days.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444qaft4ld.fsf>