From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 20:39:33 2008 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 01AD41065679 for ; Thu, 18 Sep 2008 20:39:33 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id C48BD8FC20 for ; Thu, 18 Sep 2008 20:39:32 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so71565rvf.43 for ; Thu, 18 Sep 2008 13:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=wwnYNRmAki4ZZydrdnWhKcJt+dy/KBMcjfva9iFkaAU=; b=AVay0IpoqZNUPXMKtt6N+gT2FFP8dcHIhD7rVOMSG9SDP864RCS86jk59ptasFCdih F+mEMkwe3CA17tZQ/1AHy+SxUlUNqp/b+0KaQ0s6CZc9y/iEnNMbKDuTLyY3K/Is7map NypAePLLsW8kirH9SjjfvRNF9Z8HZ8McCju/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=i44+kUE9ougjPPy9XnYmWFKRS/GuYRI4rPxfaFujJeUt7bx+oDdaEXiK50fsB74gsL xC83l88QZPJyfgR1LNVCXFpFTVEbcT074x0LaIXYliirhefOTocSrwGzrtQ1cimYoTnJ xAr5dk7bZ0Z3ju7akxzzOjYmrOaY5xpWlgQwU= Received: by 10.141.97.5 with SMTP id z5mr7883359rvl.226.1221770372528; Thu, 18 Sep 2008 13:39:32 -0700 (PDT) Received: by 10.141.159.2 with HTTP; Thu, 18 Sep 2008 13:39:32 -0700 (PDT) Message-ID: <9bbcef730809181339p3a71a8fcj7161319e7818e570@mail.gmail.com> Date: Thu, 18 Sep 2008 22:39:32 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Kris Kennaway" In-Reply-To: <48D2AC69.8040906@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <137523.41269.qm@web52108.mail.re2.yahoo.com> <48D1F7AB.5010103@FreeBSD.org> <9bbcef730809180058u6d119a3exf11baf10bdced709@mail.gmail.com> <48D2AC69.8040906@FreeBSD.org> X-Google-Sender-Auth: f0f8ac609a8dd3c5 Cc: freebsd-questions@freebsd.org Subject: Re: pc with 4G memory 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: Thu, 18 Sep 2008 20:39:33 -0000 2008/9/18 Kris Kennaway : >> # Don't build modules with this kernel config, since they are not built >> with >> # the correct options headers. >> makeoptions NO_MODULES=yes >> """ >> >> wrong? > > Not as such, but if you use buildkernel then modules *are* built with the > correct options headers. There's nothing fundamental preventing PAE modules > from working, and indeed they do. It would have been really useful in one occasion if I knew it before :) I'll test it.