From owner-freebsd-stable@FreeBSD.ORG Sun Sep 6 12:51:48 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A29391065670 for ; Sun, 6 Sep 2009 12:51:48 +0000 (UTC) (envelope-from mikael@t-online.hu) Received: from thor.iszerviz.hu (thor.iszerviz.hu [62.77.131.9]) by mx1.freebsd.org (Postfix) with ESMTP id 66CDB8FC0C for ; Sun, 6 Sep 2009 12:51:48 +0000 (UTC) Received: from [10.2.2.230] (m0n0.iszerviz.hu [62.77.131.200]) by thor.iszerviz.hu (Postfix) with ESMTP id B7F294FFCC for ; Sun, 6 Sep 2009 14:31:19 +0200 (CEST) Message-ID: <4AA3AB97.1050403@t-online.hu> Date: Sun, 06 Sep 2009 14:31:19 +0200 From: Mikael Bak User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Build kernel failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 12:51:48 -0000 Hi, I have installed FreeBSD 7.2 on an old laptop. It's only for fun and learning. I wanted to make my console use full 1024x768, so I followed this howto: http://kimklai.blogspot.com/2007/05/howto-freebsd-console-framebuffer.html # make buildkernel KERNCONF=GENERICVESA Gives me after quite long time this error message: make: don't know how to make /usr/src/sys/sys/gdefs.h. Stop *** Error code 2 Changes to GENERIC: +options VESA +options SC_PIXEL_MODE -options SMP -device apic -device eisa I would like to disable things I don't need, because the laptop is quite old and slow and don't have too much RAM. The laptop is an old Dell Latitude CPt C-series, 400MHz PII, 256 MB RAM, 6.5GB HDD. If I succeed I will try to disable other thing in the kernel to optimize even more. But perhaps I managed to disable somethig vital? TIA, Mikael