[UNMAINTAINED] Check and load Mac OS X kernel modules
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-02 23:19:54 +01:00
lib Minor bugfix, new debugging 2013-04-09 08:52:02 +02:00
.gitignore Ignores 2012-10-10 10:47:24 +02:00
example.js Move main 2012-10-10 10:54:54 +02:00
LICENSE Initial 2012-10-10 10:29:43 +02:00
package.json 1.1.2 2013-04-09 09:02:57 +02:00
README.md This project is unmaintained 2016-12-02 23:19:54 +01:00

This project is not actively maintained

Issues and pull requests on this repository may not be acted on in a timely manner, or at all. You are of course welcome to use it anyway. You are even more welcome to fork it and maintain the results.

Unmaintained

node-kext

var kext = require('kext');

// Ensure that the module with bundle id 'foo.tun' is loaded.  If it isn't, try
// to load it from the specified kext.  Calls the callback as cb(null, true) if
// the module is or could be loaded, cb(null, false) otherwise, or with an
// error object if something failed spectacularly.

kext.ensure('foo.tun', '/Library/Extensions/tun.kext', console.log);

License

MIT