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 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? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"