diff options
author | msmith <msmith@FreeBSD.org> | 1997-01-21 08:36:11 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1997-01-21 08:36:11 +0000 |
commit | 01be75db9183bea7d2e226c5358af15fdfc96327 (patch) | |
tree | ab8842915ebcdf7613b3d836146e4c37efa6d241 /tools | |
parent | 562c1e1c0e8ea87eb64bd53193af049e4115a424 (diff) | |
download | FreeBSD-src-01be75db9183bea7d2e226c5358af15fdfc96327.zip FreeBSD-src-01be75db9183bea7d2e226c5358af15fdfc96327.tar.gz |
Add KernelDriver.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/README b/tools/tools/README index ad4c1c8..fc13044 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -12,3 +12,5 @@ ifinfo Uses the interface MIB to print out all the information kernxref Shellscript to cross reference symbols in the LINT kernel. epfe extract printing filter examples from printing.sgml tcl_bmake generates a bmake Makefile for src/lib/libtcl +kdrv KernelDriver; add/list/remove third-party kernel driver + source to/in/from a kernel source tree. |