rapture
16.06.2012 14:34 unknown
ZFS loader http://svnweb.freebsd.org/base/head/sys/...
По-моему, простейший драйвер фс на чтение.
Порадовало:
159 /*
160 * Don't be silly — the bootstrap has no business writing anything.
161 */
162 static int
163 zfs_write(struct open_file *f, void *start, size_t size, size_t *resid /* out */)
164 {
165
166 return (EROFS);
167 }