Lines Matching +full:system +full:- +full:on +full:- +full:module
26 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
65 This is the README file for the sample kld module
68 A kld module may be used to load any data or
71 the kernel that the module should be used instead of the
74 Generally, it is assumed that a loadable module is one of
75 a set of similar modules (such as a file system or console
79 This is not enforced, so you may use the kld module
82 As with the loadable system calls, it may be desirable to
83 allow the module loader to replace an *existing* entry to
91 open(2) -> ioctl(2) -> write(2) -> read(2) -> close(2).
99 longer make read or write calls on it.
103 To test the module, do the following:
105 cd module
108 A load message (the copyright) will be printed on the console.
113 The system call prints a message on the console when called.
120 The module consumes memory when loaded; it can be freed up by
124 cd module
127 The miscellaneous module will be unloaded by name.