pc with 4G memory
Ivan Voras
ivoras at freebsd.org
Thu Sep 18 07:58:21 UTC 2008
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?
More information about the freebsd-questions
mailing list