Re: Compiling Kernel Module with Current Kernel Options

2004-08-05 Thread cd_freebsd
I'm not sure what the problem is here, but could it be that the build is picking up the wrong set of includes? After you built the SMP kernel, did you copy kernel to / or did you do a make install? I've built at least a SCSI driver for 4.7 for a SMP machine and don't remember having to do

Re: Compiling Kernel Module with Current Kernel Options

2004-08-05 Thread Chuck Tuffli
On Wed, Aug 04, 2004 at 04:09:22PM -0400, cd_freebsd wrote: I have an SMP machine, so after installing the GENERIC version of FreeBSD 4.7, I created my own version of the kernel that included SMP support and DDB. Being a device driver writer, I created my Makefile just as perscribed, but

Compiling Kernel Module with Current Kernel Options

2004-08-04 Thread cd_freebsd
I have an SMP machine, so after installing the GENERIC version of FreeBSD 4.7, I created my own version of the kernel that included SMP support and DDB. Being a device driver writer, I created my Makefile just as perscribed, but when I compiled my code, the SMP define was not set. It appears

Kernel options

2004-07-28 Thread bsd hack
Hi, I am working with the Kernel config file to optimize it and also to improve the overall security of the system! I have the following quetions: (1) There are a few options that are not available in the default kernel... like the IPFIREWALL options(and the like)... I basically need to

Re: Kernel options

2004-07-28 Thread Andrew Konstantinov
On Wed, 2004-07-28 at 11:14, bsd hack wrote: Hi, I am working with the Kernel config file to optimize it and also to improve the overall security of the system! I have the following quetions: (1) There are a few options that are not available in the default kernel... like the

kernel options

2004-02-29 Thread Danny Braniss
hi, is there a way of knowing with which kernel-options a particular kernel was compiled with (appart form the obvious config file)? danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: kernel options

2004-02-29 Thread Maxim Konovalov
On Sun, 29 Feb 2004, 11:36+0200, Danny Braniss wrote: hi, is there a way of knowing with which kernel-options a particular kernel was compiled with (appart form the obvious config file)? Yes, if you use 'options INCLUDE_CONFIG_FILE'. See /sys/conf/NOTES for details. -- Maxim

Re: kernel options

2004-02-29 Thread Kris Kennaway
On Sun, Feb 29, 2004 at 11:36:56AM +0200, Danny Braniss wrote: hi, is there a way of knowing with which kernel-options a particular kernel was compiled with (appart form the obvious config file)? In general, no. Kris pgp0.pgp Description: PGP signature

Re: kernel options

2004-02-29 Thread Dan Langille
On Sun, 29 Feb 2004, Kris Kennaway wrote: On Sun, Feb 29, 2004 at 11:36:56AM +0200, Danny Braniss wrote: hi, is there a way of knowing with which kernel-options a particular kernel was compiled with (appart form the obvious config file)? In general, no. I have read about an option