Skip to content

Commit

Permalink
Add a sentence on how to load the module, because it may be tricky.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj committed Jul 31, 2012
1 parent eaf4304 commit 59715e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -81,6 +81,11 @@ Loading the module may result in a crash and, as a side effect, in data
loss. Do not try this on a production machine ever. You have been
warned!**

Note that since the kernel module is not installed to the default module
path, one must specify it by the name of the file.

# kldload ./mirage.ko

Upon the successful loading, some sysctl(3) variables should be created
under the MIB `kern.mirage`.

Expand Down

0 comments on commit 59715e1

Please sign in to comment.