- 论坛徽章:
- 1
|
包含NTFS格式的GBFS for FreeBSD 4.x 已经做好
这个是你要的modules下的
zyme# ll
total 8
drwxr-xr-x 2 root wheel 512 6 22 22:02 .
drwxr-xr-x 221 root wheel 3584 6 22 22:02 ..
-rw-r--r-- 1 root wheel 235 1 11 2002 Makefile
zyme# pwd
/usr/src/sys/modules/ntfs
zyme# ll
total 8
drwxr-xr-x 2 root wheel 512 6 22 22:02 .
drwxr-xr-x 221 root wheel 3584 6 22 22:02 ..
-rw-r--r-- 1 root wheel 235 1 11 2002 Makefile
zyme# cat M*
# $FreeBSD: src/sys/modules/ntfs/Makefile,v 1.10 2002/01/11 15:48:55 ru Exp $
.PATH: ${.CURDIR}/../../fs/ntfs
KMOD= ntfs
SRCS= vnode_if.h \
ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
ntfs_compr.c
.include <bsd.kmod.mk>;
zyme# |
|