[Bug 219913] emulators/virtualbox-ose-kmod: if the MAXCPU option is not the default for the running kernel, then 'kldload vboxdrv.ko' will result in a kernel panic
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jun 2024 21:13:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219913 --- Comment #12 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Craig Leres from comment #11) MAXCPU defined in /usr/include/machine/param.h, mp_maxcpus from running kernel from option MAXCPU. If you build emulators/virtualbox-ose-kmod without define custom MAXCPU, then it doesn't work, isn't it? So patch need possibility to build the port with custom MAXCPU. Isn't it? Or it's possible to define MAXCPU in somewhere like /etc/make.conf without manual editing of /usr/include/machine/param.h? P.S. Sorry or my english… -- You are receiving this mail because: You are on the CC list for the bug.