From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 00:05:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9E1E16A400 for ; Tue, 27 Feb 2007 00:05:36 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 925E413C49D for ; Tue, 27 Feb 2007 00:05:36 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.23.10.40] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by typhoon.enabled.com (8.14.0/8.14.0) with ESMTP id l1R05aTj093137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Feb 2007 16:05:36 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <45E375CA.3050602@enabled.com> Date: Mon, 26 Feb 2007 16:05:30 -0800 From: Noah User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: enabling console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 00:05:36 -0000 Hi, so I am want to enabled entering the DDB Debugger from the Serial Line. here is my /usr/src/sys/i386/conf Why arent the options working? --- snip --- include GENERIC ident SMP-LOCAL # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel options BREAK_TO_DEBUGGER options DDB --- snip --- here is the error during the build: # make buildkernel KERNCONF='LOCAL' > buildkernel.LOCAL.output ./aicasm: 880 instructions used ./aicasm: 826 instructions used /usr/src/sys/i386/i386/machdep.c:101:2: #error KDB must be enabled in order for DDB to work!