From owner-freebsd-current@FreeBSD.ORG Thu May 22 08:25:31 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 6E4F737B401 for ; Thu, 22 May 2003 08:25:31 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id D783F43F3F for ; Thu, 22 May 2003 08:25:30 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38ldva3.dialup.mindspring.com ([209.86.253.67] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19IrwY-0000Av-00; Thu, 22 May 2003 08:25:22 -0700 Message-ID: <3ECCEB9C.EC850BFE@mindspring.com> Date: Thu, 22 May 2003 08:24:12 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" 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; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a44cd15d84a27b0bd755881a12edce170c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: CURRENT 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: Thu, 22 May 2003 15:25:31 -0000 "Daniel C. Sobral" wrote: > > If you are asking what you seem to be asking -- "How do I > > boot a kernel.debug file instead of a kernel" -- you don't; > > the kernel.debug is too big, and the kernel debugger doesn't > > understand debug sections. You *must* use a remote debug, > > or post-mortem a crash dump, if you want to see where the > > problem is. > > 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? Nothing. You have to modify the Makefile template to define a variable to do that, so that the config-generated Makefile will do that, if you set the variable. Of course, the resulting /boot/kernel will not boot if you do this, as I pointed out before. The boot-loader is too stupid to not load the debug symbol data section and run you out of KVA space in the process. -- Terry