Question (fwd)

Dewayne Geraghty dewayne at heuristicsystems.com.au
Thu Apr 9 02:43:36 UTC 2020


On 9/04/2020 12:11 pm, Michael Sierchio wrote:
> For a number of reasons I tend to create monolithic kernels, and prevent
> loading kernel modules after boot.
> 
> I'm running 11.3-STABLE
> 
> in the kernel LINT file I see
> 
> options         GEOM_LINUX_LVM
> 
> options         COMPAT_LINUXKPI
> 
> options         COMPAT_LINUX32
> 
> 
> but COMPAT_LINUX no longer is a recognized symbol. ....  Hmmm...
> 
> On Wed, Apr 8, 2020 at 3:44 PM Kevin P. Neal <kpn at neutralgood.org> wrote:

I just ran make LINT on my FreeBSD 12.1-STABLE #0 r359640M: Mon Apr  6
which has, on i386:

LINT:options    GEOM_LINUX_LVM
LINT:options    COMPAT_LINUXKPI
LINT:options    COMPAT_LINUX

while the amd64 version has:
LINT:options    GEOM_LINUX_LVM
LINT:options    COMPAT_LINUXKPI
LINT:options    COMPAT_LINUX32

which explains things.


More information about the freebsd-questions mailing list