From owner-freebsd-questions Fri Jun 15 0:10:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 7303737B405 for ; Fri, 15 Jun 2001 00:10:38 -0700 (PDT) (envelope-from michael.radzewitz@freenet-ag.de) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.22 #1) id 15Ankb-00076I-00 for questions@freebsd.org; Fri, 15 Jun 2001 09:10:37 +0200 Received: from staff.freenet-ag.de ([62.104.227.5]) by mx2.freenet.de with esmtp (Exim 3.22 #2) id 15Ankb-000552-00 for questions@freebsd.org; Fri, 15 Jun 2001 09:10:37 +0200 Received: by staff.freenet-ag.de with Internet Mail Service (5.5.2653.19) id ; Fri, 15 Jun 2001 09:10:39 +0200 Message-ID: From: Michael Radzewitz To: "'questions@freebsd.org'" Subject: GENERIC insted of MYKERNEL installed ? Date: Fri, 15 Jun 2001 09:10:34 +0200 X-Mailer: Internet Mail Service (5.5.2653.19) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello everyone, i installed a FreeBSD-System a couple of weeks before. After i had finished the install i recompiled the kernel as descripted in the handbook: # /usr/sbin/config MYKERNEL # cd ../../compile/MYKERNEL # make depend # make # make install everthink worked fine. The last days i wanted to go a little bit further and update my sources. After sort out a lot of understanding trouble with the CVSUP procedure (thank's to all of you who gave me the needed hints and help) i want to recompile the kernel again. I did so and everythink worked fine again, except that after rebooting now i see the following kernel message: FreeBSD 4.3-STABLE #0: Fri Jun 15 08:34:20 CEST 2001 root@radzewitz.freenet-ag.de:/usr/obj/usr/src/sys/GENERIC I am wondering about the GENERIC because i said make exactly the the same as written in the handbook: # cd /usr/src # make buildkernel KERNCONF=MYKERNEL # make installkernel KERNCONF=MYKERNEL It seems to me that i compiled GENERIC instead of MYKERNEL. On the other hand all the changes i've made to the MYKERNEL file seems to work now in the GENERIC kernel. Did I made something wrong with putting the kernelconfig file in the wrong location? Thank's for help in advance again... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message