Re: pc with 4G memory

2008-09-24 Thread Kris Kennaway
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

Re: pc with 4G memory

2008-09-22 Thread Ivan Voras
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

Re: pc with 4G memory

2008-09-18 Thread Ivan Voras
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

Re: pc with 4G memory

2008-09-18 Thread Kris Kennaway
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

Re: pc with 4G memory

2008-09-18 Thread Ivan Voras
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

Re: pc with 4G memory

2008-09-17 Thread Kris Kennaway
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

Re: pc with 4G memory

2008-09-14 Thread Ivan Voras
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

pc with 4G memory

2008-09-13 Thread gahn
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 ___