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, b
>>
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 any
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 tha
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
>
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 kno
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
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
> 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'
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
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
To
#Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=1500 #Be pessimistic about Joe SCSI device
options UCONSOLE#Allow users to grab the console
options USERCONFIG #boot -c
11 matches
Mail list logo