Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 1995 13:25:21 -0400 (EDT)
From:      Jan Isley <jan@bagend.atl.ga.us>
To:        tom@misery.sdf.com (Tom Samplonius)
Cc:        sawmill!rjk@uunet.uu.net, freebsd-questions@freebsd.org (FreeBSD Questions)
Subject:   Re: "Everything" install from the 2.0.5 CD
Message-ID:  <199507241725.NAA04514@bagend.atl.ga.us>
In-Reply-To: <Pine.BSF.3.91.950724095412.1263A-100000@misery.sdf.com> from "Tom Samplonius" at Jul 24, 95 09:54:47 am

next in thread | previous in thread | raw e-mail | index | archive | help
Tom Samplonius wrote:
> Cc: freebsd-hackers@freebsd.org

I am cc'ing this to questions instead of hackers

> On Mon, 24 Jul 1995, Richard Kuhns wrote:
> > I chose the `Everything' installation option.  When I try to make a new
> > kernel, most of the include files can't be found.  Apparently fixed by
> > adding `-I /usr/include', but is that how I should do it?  I'm actually
> > assuming that a symbolic link is missing; if so, can anyone tell me where
> > it should go?
> 
>   What does your kernel config file look like?  In what directory are you 
> running make?

Except that I call the file BagEnd instead of MYKERNEL I follow the
directions in section 6 of /usr/share/FAQ/Text/FreeBSD.FAQ exactly.

	6.0.1:		cd /usr/src/sys/i386/conf
	6.0.2:		cp GENERIC MYKERNEL
	6.0.3:		vi MYKERNEL
	6.0.4:		config MYKERNEL
	6.0.5:		cd ../../compile/MYKERNEL
	6.0.6:		make all
	6.0.7:		make install
	6.0.8:		reboot

and here is my config file, BagEnd:

#
#	$Id: BagEnd,v 1.0 1995/07/15 18:30:00 jan Exp $
#
machine		"i386"
cpu		"I486_CPU"
ident		BagEnd
maxusers	10
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
config		kernel	root on wd0 
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	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1
controller	matcd0	at isa? port ? bio
# 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		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
device		mse0	at isa? port 0x23c tty irq 9 vector mseintr
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	pty	16



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