If you want to load this kernel module at boot time, add the following
lines to /etc/rc.securelevel :

if nm /dev/ksyms | grep mp_lock >/dev/null; then
        if [ -r /usr/local/lib/kqemu/kqemu_mp.o ]; then
                echo ' kqemu'; /sbin/modload /usr/local/lib/kqemu/kqemu_mp.o
        fi
else
        if [ -r /usr/local/lib/kqemu/kqemu.o ]; then
                echo ' kqemu'; /sbin/modload /usr/local/lib/kqemu/kqemu.o
        fi
fi

If you want a user to be able to use this module, add them to the group
_kqemu.
