| | |
|||||||
Hi,Cuse4BSD is a library and a kernel module which allows character devices under /dev to be served from userspace via /dev/cuse. The Cuse4BSD package currently supports FreeBSD-8.0 and later. Cuse4BSD is BSD licensed.
How to get the latest source code: # # 1) Checkout the sources: # svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/usbcam/cuse4bsd # # 2) Build and install # make all install # # 3) Load kernel dependency # kldload cuse4bsd # # 4) Optionally install the cuse4bsd.h header file # cp -i cuse4bsd.h /usr/local/include/ # # 5) Read the manual page # man cuse4bsd Feedback and bug reports are welcome. The software is expected to reach FreeBSD ports soon. See /usr/ports/multimedia/cuse4bsd-kmod . --HPS |
|