Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2000 22:13:38 -0700
From:      Child <child@child.net.au>
To:        questions@freebsd.org
Subject:   kernel compile fail at load
Message-ID:  <4.3.1.0.20000922221107.00a846e0@mx.child.net.au>

next in thread | raw e-mail | index | archive | help
loading kernel
exception.o: file not recognized: File truncated
*** Error code 1


anyone give me an idea what this means?
config file included below

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"
ident		GUARDIAN
maxusers	2

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
config		kernel	root on wd0

options 	SMP			# Symmetric MultiProcessor Kernel
options 	APIC_IO			# Symmetric (APIC) I/O
controller	isa0
controller	pnp0			# PnP support for ISA
controller	eisa0
controller	pci0
device          stl0    at isa? port 0x2a0 tty irq 10
device          stli0   at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 
0x1000

controller	ahc0		# AHA2940 and onboard AIC7xxx devices
controller	scbus0		# SCSI bus (required)
device		da0		# Direct Access (disks)
device		sa0		# Sequential Access (tape etc)
device		cd0		# CD
device		pass0		# Passthrough device (direct SCSI)

controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
device		psm0	at isa? tty irq 12

device		vga0	at isa? port ? conflicts

device		sc0	at isa? tty

device		npx0	at isa? port IO_NPX irq 13
device		apm0    at isa?	disable	flags 0x31 # Advanced Power Management
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		ppc0	at isa? port? flags 0x40 net irq 7
controller	ppbus0			# Parallel port bus (required)
device		lpt0	at ppbus?	# Printer
device		plip0	at ppbus?	# TCP/IP over parallel
device		ppi0	at ppbus?	# Parallel port interface device
device		ed0	at isa? port 0x300 net irq 3 iomem 0xd8000
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun	1	# Packet tunnel
pseudo-device	pty	16	# Pseudo-ttys (telnet etc)
pseudo-device	gzip		# Exec gzipped a.out's



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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