Re: Fullfs file system
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 28, 2024 at 12:17:54PM +0000, Ice Cream wrote: > Hi, is anyone working on this > https://wiki.netbsd.org/projects/project/fullfs/ ? If not, I'd like to > take it up. Can anybody give detailed info about it and point to files > in the source code that need to be worked on? This is all abpout new code, for an example of somwhat similar code you could look at e.g. src/sys/miscfs/umapfs and mount_umap(8). Martin