pc with 4G memory
Kris Kennaway
kris at FreeBSD.org
Thu Sep 18 19:30:38 UTC 2008
Ivan Voras wrote:
> 2008/9/18 Kris Kennaway <kris at freebsd.org>:
>> Ivan Voras wrote:
>>> * Use a PAE kernel, which works fairly well, but doesn't support kernel
>>> modules (if you are not familiar with kernel modules then you probably
>>> don't need them so ignore this). There's a pre-packaged kernel
>>> configuration named "PAE" for this.
>> PAE has supported kernel modules for quite a long time.
>
> KLDs are supported under PAE? Are the following lines in pae(4):
>
> """
> Since KLD modules are not compiled with the same options headers that the
> kernel is compiled with, they must not be loaded into a kernel compiled
> with the PAE option.
> """
>
> and these in the PAE configuration fille:
>
> """
> # Don't build modules with this kernel config, since they are not built with
> # the correct options headers.
> makeoptions NO_MODULES=yes
> """
>
> wrong?
Not as such, but if you use buildkernel then modules *are* built with
the correct options headers. There's nothing fundamental preventing PAE
modules from working, and indeed they do.
Kris
More information about the freebsd-questions
mailing list