tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding a new file system



agc@ wrote:

> I recently started writing a file system for some specific use-cases,
> and had to make a number of changes. There was a request that I write
> up the steps that needed to be taken, and so this tries to outline
> them.
 :
> 1. the file system code itself - src/sys/fs/NEWfs/*
 :
> 7. add and populate src/sbin/newfs_NEWfs

and makefs(8) for distribution?

It's efficient to design kernel and newfs sources
to share them with makefs too.

v7fs is a good example.
(and it's so annoying to write makefs -t msdos
 with current implementations..)

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index