Re: custom kernel configuration: make fails

2002-11-12 Thread Denis N. Peplin
On Monday 11 November 2002 21:24, Stefan Farrenkopf wrote:
 Hi there,

 I hope anybody can help me.
 I followed the Handbook to make a new kernel. The main interest for
 doing so is: I need to mount Netware volumes, etc. and I want to use my
 onboard SoundMax sound device. By going through I disabled a lot of
 stuff I do not need (SCSI, RAID, some USB devices etc) and added some
 nice stuff I may want to use in the near future (IPSec).
 The config command and make depend went well, but make produces an error
 and because I am a newbie I did not find the error until now.
 Perhaps somebody can help me to get the new kernel?
 BTW: i tried the make buildkernel command (second way to build a
 kernel), but it refuses to work with:
 localhost# make buildkernel KERNCONF=mykernel
 make: don't know how to make buildkernel. Stop
# cd /usr/src
# make buildkernel KERNCONF=mykernel
will work

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



custom kernel configuration: make fails

2002-11-11 Thread Stefan Farrenkopf
Hi there,

I hope anybody can help me.
I followed the Handbook to make a new kernel. The main interest for 
doing so is: I need to mount Netware volumes, etc. and I want to use my 
onboard SoundMax sound device. By going through I disabled a lot of 
stuff I do not need (SCSI, RAID, some USB devices etc) and added some 
nice stuff I may want to use in the near future (IPSec).
The config command and make depend went well, but make produces an error 
and because I am a newbie I did not find the error until now.
Perhaps somebody can help me to get the new kernel?
BTW: i tried the make buildkernel command (second way to build a 
kernel), but it refuses to work with:
localhost# make buildkernel KERNCONF=mykernel
make: don't know how to make buildkernel. Stop

Thanks for your help, cheers
Stefan

My kernel configuration file follows:

#
# mykernel -- kernel configuration file for FreeBSD/i386 with IPX support
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# 
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.48 2002/08/31 20:28:26 
obrien Exp $

machine		i386
cpu		I686_CPU
ident		mykernel
maxusers	0

#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options		IPSEC			#IP security
options		IPSEC_ESP		#IP security (crypto; define w/ IPSec
options IPX			#IPX/SPX communications protocols
options		NCP			#Netware Core protocol
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, NFS required
options		NWFS			#NetWare filesystem
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=5000 	#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options		AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
	# output.  Adds ~128k to driver.
options		AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
	# output.  Adds ~215k to driver.
options		PNPBIOS			# support PNPBIOS to make onboard sound available

# To make an SMP kernel, the next two are needed
#options 	SMP			# Symmetric MultiProcessor Kernel
#options 	APIC_IO			# Symmetric (APIC) I/O

device		isa
device		eisa
device		pci
device		pcm			# onBoard soundcard

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0
device		fd1	at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device		fdc0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
device		atapifd			# ATAPI floppy drives
device		atapist			# ATAPI tape drives
options 	ATA_STATIC_ID		#Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device		mpt		# LSI-Logic MPT/Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets)
#options		SYM_SETUP_LP_PROBE_MAP=0x40
# Allow ncr to attach legacy NCR devices when
# both sym and ncr are configured

#device		adv0	at isa?
#device		adw
#device		bt0	at isa?
#device		aha0	at isa?
#device		aic0	at isa?

#device		ncv		# NCR