Date: Sun, 13 Aug 2000 18:26:57 -0700 From: Kent Stewart <kstewart@urx.com> To: dan@langille.org Cc: "Chris D. Faulhaber" <jedgar@fxp.org>, freebsd-stable@FreeBSD.ORG Subject: Re: make installkernel=MYKERNEL doesn't seem to do anything Message-ID: <39974AE1.3E4E9260@urx.com> References: <200008140028.MAA04750@ducky.nz.freebsd.org> <200008140056.MAA04912@ducky.nz.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dan Langille wrote: > > On 13 Aug 2000, at 20:37, Chris D. Faulhaber wrote: > > > Something wrong with your config? ... try GENERIC > > Good point. > it appears GENERIC has undergone some significant changes between > release and -stable. > You can't use buildkernel/installkernel unless you have done a buildworld to populate /usr/obj Kent > $ diff GENERIC ATOM | wc -l > 212 > > The ATOM config file is GENERIC with one line changed and one > added. Namely: > > # ISA Ethernet NICs. <=== line 182 (see below) > device ed0 at isa? port 0x300 irq 10 iomem 0xd800 > device ed1 at isa? port 0x240 irq 5 iomem 0xd800 > > But I see under the new GENERIC, ed0 is now just ed: > > # ISA Ethernet NICs. > device ed > > I'm not not sure how to add additional NICs, so I tried added the above > lines. I now encounter these errors: > > When I added the lines for ed0 and ed1 into ATOM, I get this upon > config after issuing this command: > > [root@paul:/usr/src] # make KERNEL=ATOM buildkernel > > -------------------------------------------------------------- > >>> Rebuilding kernel(s) > -------------------------------------------------------------- > ===> ATOM > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/ > usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -r -d > /usr/obj/usr/src/sys/ATOM ATOM > Removing old directory /usr/obj/usr/src/sys/ATOM: Done. > config: line 182: devices with zero units are not likely to be correct > config: line 183: syntax error > config: line 184: syntax error > WARNING: Old PCI driver compatability shims present. > WARNING: Old ISA driver compatability shims present. > Don't forget to do a ``make depend'' > > But the build is still running. We'll see how it goes. > > -- > Dan Langille [I'm looking for more work] > The FreeBSD Diary - http://www.freebsddiary.org/ > FreshPorts - http://freshports.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39974AE1.3E4E9260>