Hi,
$ freebsd-version
13.2-RELEASE-p2
Since I upgraded to FreeBSD 13.2, vboxdrv.ko (virtualbox-ose-kmod-6.1.46) can't load :
# dmesg
.
.
.
KLD vboxdrv.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
Curious because ...
/usr/ports/graphics/gpu-firmware-amd-kmod$ doas make install clean
===> Building for gpu-firmware-amd-kmod-banks-20220511
make[1]: "/usr/ports/graphics/gpu-firmware-amd-kmod/work-banks/drm-kmod-firmware-20220511/Makefile" line 4: Cannot open /usr/src/sys/conf/kern.opts.mk
make[1]: Fatal errors...
Hello, All,
I am writting kernel module, which get information about all running processes in system (basically my own ps), but kernel has no access to needed libraries (like kvm) in user space(/usr/include).
My question is what lines should I write in makefile to include standart libraries...
Hi there,
Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple....
~/code/memstat % cat Makefile
# Source files for kernel module
SRCS=memstat_kmod.c
# Declare Name of the kernel module
KMOD=memstat
# Include kernel module makefile
.include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.