From owner-freebsd-questions@FreeBSD.ORG Mon Jul 6 04:07:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70ECF1065670 for ; Mon, 6 Jul 2009 04:07:15 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 012908FC0A for ; Mon, 6 Jul 2009 04:07:14 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm18 with SMTP id 18so3149174fxm.43 for ; Sun, 05 Jul 2009 21:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=72m3qQjtVPcKHnzTDBlFVo4ushTk2JI8JVcSbshhnmM=; b=LZnMWGBBSfG7aIlizHNGgdi/Mt5LfGJDzXE7dPBrzxTkGtH2ErfcWmqnfusTUUX9j1 MhfUvF384lGUrHmnF+3ORwsQ3I9ipgWQurxsIAMwwdmlyjBUTn/aF4IqY29uXuiVeCPP HyAAt3832zyKjs64bLCAcdHM3W4CAcSqhQ+iQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=H7P0IQGbtXlYy3tDridNl2l9uEjzCOH0ludEk7x6qFPhCA5yrKJ0dF1g5GX1JWyB4v CrJiVgWYan//XdWWuEW0J5tEvluIt8XiuBnmuF7SgkNPY51vAx00Cr11Vi+5AmtZFh1W TQT/d1IkN7T0lRL9LY+DbseslaDJ/L1czJpy8= MIME-Version: 1.0 Received: by 10.204.60.133 with SMTP id p5mr4101275bkh.143.1246853233924; Sun, 05 Jul 2009 21:07:13 -0700 (PDT) In-Reply-To: <772022930907052053u32c4abctb4616c87750e90cf@mail.gmail.com> References: <772022930907052053u32c4abctb4616c87750e90cf@mail.gmail.com> Date: Mon, 6 Jul 2009 00:07:13 -0400 Message-ID: <4ad871310907052107y3695cc6aw9ae406bac1d70d90@mail.gmail.com> From: Glen Barber To: tang huu trong Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: error when complie kernel. 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: Mon, 06 Jul 2009 04:07:15 -0000 On Sun, Jul 5, 2009 at 11:53 PM, tang huu trong wrote: > Dear all. > > i got a problem while complie my kernel to support PAE. below is my proce= ss. > > 1 - cp /usr/src/sys/i386/GENERIC /root/kernels/MYKERNEL > 2 - cd /usr/src/sys/i386 > 3 - ln -s /root/kernels/MYKERNEL > 4 - vi /usr/src/sys/i386/MYKERNEL > 5 - add line "options =A0 =A0 =A0PAE" If you read the kernel config for PAE, you would notice there are some options that are unavailable in the PAE kernel. Please reread the kernel config and adjust accordingly. Or, in your custom kernel config, add 'include PAE'. --=20 Glen Barber