diff options
author | dg <dg@FreeBSD.org> | 1994-08-19 11:45:29 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-19 11:45:29 +0000 |
commit | 6b1e97340f82d737dbaca8bb01e7ba5e944ca3e1 (patch) | |
tree | 77fe00f03c2c31075750a0de7613ee739b649010 /sys/conf | |
parent | 070c4a2af3f41e7fce7518bd014d79dcb7efb8dc (diff) | |
download | FreeBSD-src-6b1e97340f82d737dbaca8bb01e7ba5e944ca3e1.zip FreeBSD-src-6b1e97340f82d737dbaca8bb01e7ba5e944ca3e1.tar.gz |
Terry Lambert's loadable kernel module support w/improvements from the
NetBSD group.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index c2a2048..501d284 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -46,6 +46,7 @@ kern/kern_exit.c standard kern/kern_fork.c standard kern/kern_ktrace.c standard kern/kern_lockf.c standard +kern/kern_lkm.c optional lkm kern/kern_malloc.c standard kern/kern_physio.c standard kern/kern_proc.c standard |