From owner-freebsd-current@FreeBSD.ORG Wed May 21 14:05:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9A237B401 for ; Wed, 21 May 2003 14:05:12 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA83E43FB1 for ; Wed, 21 May 2003 14:05:10 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [81.195.8.205] (ppp8-205.pppoe.mtu-net.ru [81.195.8.205]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h4LL51rF016635; Thu, 22 May 2003 01:05:04 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: "Daniel C. Sobral" In-Reply-To: <3ECB4D95.4060800@newsguy.com> References: <3ECA1488.2000602@tcoip.com.br> <3ECA4C2A.ECB6E1D2@mindspring.com> <3ECA5B4C.2060900@tcoip.com.br> <3ECAFE8D.866F8E9E@mindspring.com> <3ECB4D95.4060800@newsguy.com> Content-Type: text/plain Organization: Message-Id: <1053551209.1235.2.camel@hx.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 22 May 2003 01:06:50 +0400 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: KSE panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 21:05:13 -0000 In Wed, 21.05.2003, at 13:57, Daniel C. Sobral wrote: > Nope, I'm asking exactly what I asking. What can I put in /etc/make.conf > that will force "make installkernel" to copy kernel.debug to /boot/kernel? I suggest to use `make depend all install; install -u root -g wheel -m 755 -fschg kernel.boot /boot/kernel' sequence when building & installing a kernel. PS: Yes, and 25-mbyte kernel loading on system startup rocks :)