*BSD News Article 43507


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!overload.lbl.gov!lll-winken.llnl.gov!decwrl!nntp.crl.com!crl12.crl.com!not-for-mail
From: ggrant@crl.com (Gary E. Grant)
Newsgroups: comp.os.386bsd.questions
Subject: Re: How does BSD reconize a newly compiled Kernel????????
Date: 18 Mar 1995 21:12:20 -0800
Organization: CRL Dialup Internet Access	(415) 705-6060  [Login: guest]
Lines: 35
Message-ID: <3kgefk$dge@crl12.crl.com>
References: <3jsllf$40d@lucy.infi.net>
NNTP-Posting-Host: crl12.crl.com

In article <3jsllf$40d@lucy.infi.net>, mcaughey  <mcaughey@infi.net> wrote:
>
>Here are the steps I used to recompile my KERNEL.
>
># cd /usr/src/sys/i386/conf
>^
>|_________Ignore the # I use it to signify the prompt.
>
># cp IPFIREWALL MJCKERNEL
>#man vi
>
>I made changes to mcd1: I changed the port to 300 and changed devide ep0: to port 340
>and irq 11.  That is what my 3c509 LAN card is set to
>
># cd /usr/src/sys/compile/MJCKERNEL      
># make depend
>
>After this finished
>
># make
>
>this took around 40 mins or longer.  From begging to end it was an hour, 
>including the fiddling with the editting.
>
>Now the problem is that when I reboot my system It still tries to prope mcd1 with 0x340 and will not probe ep0 because of conflict at 0x300, which my Mitsumi CD rom is on at mcd0, port 0x300 irq 10.
>
>>>>>>>How do I tell my system to read the new KERNEL?<<<<<<<<<
>

When you are in the compile directory copy the new kernel to /

cp kernel /

Gary :-)