From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 05:05:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC1616A41F for ; Mon, 26 Sep 2005 05:05:49 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from pop-siberian.atl.sa.earthlink.net (pop-siberian.atl.sa.earthlink.net [207.69.195.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D6B43D48 for ; Mon, 26 Sep 2005 05:05:48 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from elwamui-cypress.atl.sa.earthlink.net ([209.86.224.32]) by pop-siberian.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1EJlBU-0000BE-00 for freebsd-questions@freebsd.org; Mon, 26 Sep 2005 01:05:48 -0400 Message-ID: <28474155.1127711148162.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT) From: Eric Murphy To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: AMD64 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Murphy List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 05:05:49 -0000 Hey guys im having trouble complieing a custem kernel for this version of BSD I mkae a copy of the GENERIC kernel, editing it for what i want and renameing it to GREED When I move into cd /usr/src and issue make buildkernel KERNCONF=GREED It says GREED is missing and is not there, but it is..it lies in /usr/src/sys/i386/conf however if i run make buildkernel kernconf=GREED it runs but uses the GENERIC kernel I do not udnerstand why its doing this..... The kernel is there in the right directory but for some reason the caps KERNCONF doesnt work any idea why? and yes ive tryed the traditonal way of kernel complieing and the new way ive run make cleanworld too...