Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 1996 16:41:28 -0500
From:      "nitemoon" <nitemoon@netropolis.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   kernel compiling
Message-ID:  <199608242141.QAA12962@mail.phoenix.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_01BB91DB.18F511C0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

okay.. I compiled a custom kernel and it never did this.. but now (after I
reinstalled the system from scratch) it won't let me compile... I get this
error...

loading kernel
kern_sysctl.o: Undefined symbol '_hw_float' referenced from text segment
*** Error code 1


Stop.


I tried changing some things in the kernel conf file but nothing seems to
work... the config file is attached... maybe something I didn't install
this time that I had last time?


nitemoon@phoenix..net

...I like this resonance, it elevates me...
------=_NextPart_000_01BB91DB.18F511C0
Content-Type: application/octet-stream; name="Medusa"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Medusa"

#=0A=
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks=0A=
#=0A=
#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $=0A=
#=0A=
=0A=
machine		"i386"=0A=
cpu		"I486_CPU"=0A=
ident		MEDUSA=0A=
maxusers	10=0A=
=0A=
#options		MATH_EMULATE		#Support for x87 emulation=0A=
options		INET			#InterNETworking=0A=
options		FFS			#Berkeley Fast Filesystem=0A=
options		NFS			#Network Filesystem=0A=
#options		MSDOSFS			#MSDOS Filesystem=0A=
#options		"CD9660"		#ISO 9660 Filesystem=0A=
options		PROCFS			#Process filesystem=0A=
options		"COMPAT_43"		#Compatible with BSD 4.3=0A=
options		"SCSI_DELAY=3D15"		#Be pessimistic about Joe SCSI device=0A=
#options		BOUNCE_BUFFERS		#include support for DMA bounce buffers=0A=
options		UCONSOLE		#Allow users to grab the console=0A=
options		GATEWAY=0A=
options 	ARP_PROXYALL=0A=
=0A=
options		SYSVSHM=0A=
options		SYSVSEM=0A=
options		SYSVMSG=0A=
=0A=
config		kernel	root on wd0 =0A=
=0A=
controller	isa0=0A=
#controller	pci0=0A=
=0A=
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr=0A=
disk		fd0	at fdc0 drive 0=0A=
#disk		fd1	at fdc0 drive 1=0A=
#tape		ft0	at fdc0 drive 2=0A=
=0A=
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr=0A=
disk		wd0	at wdc0 drive 0=0A=
#disk		wd1	at wdc0 drive 1=0A=
=0A=
#controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr=0A=
#disk		wd2	at wdc1 drive 0=0A=
#disk		wd3	at wdc1 drive 1=0A=
=0A=
#options         ATAPI   #Enable ATAPI support for IDE bus=0A=
#device          wcd0    #IDE CD-ROM=0A=
=0A=
#controller	ncr0=0A=
#controller	ahc0=0A=
=0A=
#controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr=0A=
#controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector =
uhaintr=0A=
#controller	ahc1	at isa? bio irq ? vector ahcintr=0A=
#controller	ahb0	at isa? bio irq ? vector ahbintr=0A=
#controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector =
ahaintr=0A=
#controller	aic0    at isa? port 0x340 bio irq 11 vector aicintr=0A=
#controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr=0A=
#controller	nca1	at isa? port 0x350 bio irq 5 vector ncaintr=0A=
#controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector =
seaintr=0A=
=0A=
#controller	scbus0=0A=
=0A=
#device		sd0=0A=
=0A=
#device		st0=0A=
=0A=
#device		cd0	#Only need one of these, the code dynamically grows=0A=
=0A=
#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr=0A=
#device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr=0A=
#device		mcd1	at isa? port 0x340 bio irq 11 vector mcdintr=0A=
=0A=
#controller	matcd0	at isa? port 0x230 bio=0A=
=0A=
#device		scd0	at isa? port 0x230 bio=0A=
=0A=
# syscons is the default console driver, resembling an SCO console=0A=
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr=0A=
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console =
driver=0A=
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint=0A=
#options		"PCVT_FREEBSD=3D210"	# pcvt running on FreeBSD 2.1=0A=
options		XSERVER			# include code for XFree86=0A=
=0A=
#device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr=0A=
=0A=
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr=0A=
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr=0A=
#device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr=0A=
#device		sio3	at isa? port "IO_COM4" tty irq 9 vector siointr=0A=
=0A=
device		lpt0	at isa? port? tty irq 7 vector lptintr=0A=
#device		lpt1	at isa? port? tty=0A=
#device		lpt2	at isa? port? tty=0A=
#device		mse0	at isa? port 0x23c tty irq 5 vector mseintr=0A=
=0A=
# Order is important here due to intrusive probes, do *not* =
alphabetize=0A=
# this list of network interfaces until the probes have been fixed.=0A=
# Right now it appears that the ie0 must be probed before ep0. See=0A=
# revision 1.20 of this file.=0A=
#device de0=0A=
device ed0 at isa? port 0x300 net irq  10 iomem 0xd8000 vector edintr=0A=
#device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr=0A=
#device ie0 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr=0A=
#device ep0 at isa? port 0x300 net irq 10 vector epintr=0A=
#device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 =
vector ixintr=0A=
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr=0A=
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr=0A=
#device lnc1 at isa? port 0x300 net irq 10 drq 0 vector lncintr=0A=
#device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr=0A=
#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr=0A=
=0A=
pseudo-device	loop=0A=
pseudo-device	ether=0A=
pseudo-device	log=0A=
pseudo-device	snp	1=0A=
# ijppp uses tun instead of ppp device=0A=
pseudo-device	ppp	1=0A=
#pseudo-device	tun	1=0A=
pseudo-device	pty	16=0A=
pseudo-device	gzip		# Exec gzipped a.out's=0A=

------=_NextPart_000_01BB91DB.18F511C0--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608242141.QAA12962>