Ivan Voras wrote:
2008/9/18 Ivan Voras <[EMAIL PROTECTED]>:
2008/9/18 Kris Kennaway <[EMAIL PROTECTED]>:
# 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 buildkern
2008/9/18 Ivan Voras <[EMAIL PROTECTED]>:
> 2008/9/18 Kris Kennaway <[EMAIL PROTECTED]>:
>
>>> # 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
2008/9/18 Kris Kennaway <[EMAIL PROTECTED]>:
>> # 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
> co
Ivan Voras wrote:
2008/9/18 Kris Kennaway <[EMAIL PROTECTED]>:
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
configur
2008/9/18 Kris Kennaway <[EMAIL PROTECTED]>:
> 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
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 fo
gahn wrote:
> hello:
>
> the machine i am using for freebsd has 4G memory. should i add follow lines
> in my customized kernel file?:
>
> # Compile acpi in statically since the module isn't built properly. Most
> # machines which support large amounts of memory require acpi.
> device a
hello:
the machine i am using for freebsd has 4G memory. should i add follow lines in
my customized kernel file?:
# Compile acpi in statically since the module isn't built properly. Most
# machines which support large amounts of memory require acpi.
device acpi
thanks
___