From owner-freebsd-hackers Thu Jul 25 19:36:49 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA20642 for hackers-outgoing; Thu, 25 Jul 1996 19:36:49 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA20636 for ; Thu, 25 Jul 1996 19:36:45 -0700 (PDT) Received: from venus.mcs.com (root@Venus.mcs.com [192.160.127.92]) by Kitten.mcs.com (8.7.5/8.7.5) with SMTP id VAA24781; Thu, 25 Jul 1996 21:36:44 -0500 (CDT) Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Thu, 25 Jul 96 21:36 CDT Message-Id: Subject: Re: CVS basics? To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 25 Jul 1996 21:36:43 -0500 (CDT) From: "Karl Denninger, MCSNet" Cc: freebsd-hackers@freebsd.org In-Reply-To: <199607252035.WAA23236@uriah.heep.sax.de> from "J Wunsch" at Jul 25, 96 10:35:40 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > As Karl Denninger, MCSNet wrote: > > > Possible? Tutorials anywhere? Where do I get the list of collections and > > common commands? > > dump 0 ... > setenv CVSROOT ... > cd /usr > rm -rf src > cvs co src > cd src/sys/... > (create new kernel, and see whether it will boot) > cd /usr/src > make world > > This should help upgrading, but it might fall apart somewhere in the > make world, so you have to bootstrap something manually, and continue > to build. Ok, what I've learned so far in this process (its not done yet; even a P200 isn't instantaneous :-) > dump 0 ... (really good idea) > setenv CVSROOT ... > cd /usr > rm -rf src > cvs co src cd /usr/src/usr.sbin/config make install > cd src/sys/... > (create new kernel, and see whether it will boot) MAKE SURE to exclude the EISA bus from this kernel, OR IT WILL NOT LINK. You will also have to create empty "opt_*.h" files as required. > cd /usr/src > make world Now I'm getting hung up in here with problems in the "ld" commands in the lib area... this is getting to be fun!.. -- Karl