Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 1995 19:33:03 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Julian Elischer <julian@ref.tfs.com>
Cc:        julian@freefall.freebsd.org, current@freefall.freebsd.org
Subject:   Re: changes in -current..TEST please
Message-ID:  <Pine.BSF.3.91.951130193144.7418A-100000@hub.org>
In-Reply-To: <199512010029.QAA13067@ref.tfs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Nov 1995, Julian Elischer wrote:

> > 
> > On Wed, 29 Nov 1995, Julian Elischer wrote:
> > 
> > > 
> > > If you sup a copy of -current from now on,
> > > I'd like to ask you to include the option JREMOD.
> > > 
> > > options JREMOD
> > > 
> > > in your next kernel compile..
> > > I have it running here but it need more beating on..
> > > 
> > > it should run IDENTICALLY to before
> > > if you have DDB, I'd like any reports of strange
> > > crashes
> > > 
> > > have a look at what JREMOD does in /sys/i386/i386/conf.c
> > > to see tha scope of the change.
> > > 
> > >
> > 
> > Hi Julian...
> > 
> > 	Just sup'd in the newest /usr/src/sys, and added options JREMOD
> > to my config file, re'config'd and tried to recompile and got the following
> > error:
> > 
> > loading kernel
> > kern_xxx.o: Undefined symbol `_dummy_cleanup' referenced
> > *** Error code 1
> > 
> > 	Was there anything added to GENERIC that I might need to 
> > incorporate into my existing config file, other then JREMOD?
> 
> no I have a running kernel here...
> I just took my usual config file and added JREMOD
> 
> can you send me your config file?
> (have you updated config recently)

I'm using the config that was 'sup'd in as most recent...the old one
that is installed doesn't config properly

There ya go...same 'hub' config file I've been using, with nothing
removed or added except for JREMOD...

#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	GENERIC,v 1.45.2.3 1995/06/05 21:50:41 jkh Exp
#

machine		"i386"
cpu		"I386_CPU"
ident		hub
maxusers	10

options		JREMOD
options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console

config		kernel	root on wd0 

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	ncr0
controller	ahc0

controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr

controller	scbus0

device		sd0

device		st0

device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
#device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
#options		"PCVT_NSCREENS=7"
#options		XSERVER			# include code for XFree86

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16





Marc G. Fournier | POP Mail  Telnet Acct  DNS Hosting
scrappy@hub.org  |  WWW Services   Database Services  | Knowledge, 
 soon to be:     |                                    | Information and
scrappy@ki.net   |      WWW: http://hub.org           | Communications, Inc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951130193144.7418A-100000>