*BSD News Article 56359


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!in1.uu.net!news.TDC.COM!usenet
From: "Michael S. Fagan" <msf@tdc.com>
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: How do I build a kernel.
Date: 1 Dec 1995 18:50:04 GMT
Organization: Track Data Corporation
Lines: 34
Message-ID: <49nios$9gk@slice.tdc.com>
References: <49jukj$6ga@news.mel.aone.net.au>
NNTP-Posting-Host: dude.tdc.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 1.22 (Windows; I; 32bit)

robert@chalmers.com.au wrote:
>I have BSDI 2.1, and the little book with it,
>and need to set up unlimited users, PPP and apps 4,
>but follwoing the kernel build instructions in the book
>the make barfs on trying to locate the scsi_xxx.c files,
>maybe even others, but those are at the beginninng of the list.
>
>any ideas anyone?  Its' B usless if I can't coaxe a new
>kernel out of it.
>
>cheers,
>Rober

What's work for me is following the instructions on page 92.

# cd /sys/i386/conf
# cp GENERIC LOCAL
# [vi,emacs,sed,whatever] LOCAL
# config LOCAL
# cd /sys/compile/LOCAL
# make clean
# make depend
# make
# cp /bsd /bsd.save
# cp bsd /bsd
# sync; sync; sync
# reboot

Cheers,

Mike Fagan
msf@tdc.com