From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 07:58:21 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 D087C1065670 for ; Thu, 18 Sep 2008 07:58:21 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 9A44C8FC17 for ; Thu, 18 Sep 2008 07:58:21 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4599461rvf.43 for ; Thu, 18 Sep 2008 00:58:20 -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=uaVuNXGKG5wZWOcUtgczMSvq+K2ywek1snZxvPFf81U=; b=ghCuhOYC6hrSZZX7ICbdOdRF6PQzrZGs7oYj26xh9heEhOxSHKk3xkjViIPIA2+fy1 hoIeOhBexY32e/Xhml+wAECy2bBnXGFNaSpOPBYNpQzk+W4nSGvo6HF80PGmCPtOPtAL j2eeJWHQG97I22OB43J+6EtK5uKYjdZ9gAagM= 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=Nd54kFpQ4C3iF6Bc85zBjPuEbZ2fBwJxpAB5noBKGc3FU/Wu3ewC7E34FpdkC2pJTT QttvJ05/G+zBxH+N7YW1MX5qkn/y6Mfs9wxnajrWjsDgXaM2wE2V/cNpXrMuqBBTvZVg yfNDxACpyjPI+4oIZRof5lBnS+wGQM2LeYMKs= Received: by 10.141.171.6 with SMTP id y6mr7211018rvo.143.1221724700863; Thu, 18 Sep 2008 00:58:20 -0700 (PDT) Received: by 10.141.159.2 with HTTP; Thu, 18 Sep 2008 00:58:20 -0700 (PDT) Message-ID: <9bbcef730809180058u6d119a3exf11baf10bdced709@mail.gmail.com> Date: Thu, 18 Sep 2008 09:58:20 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Kris Kennaway" In-Reply-To: <48D1F7AB.5010103@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> X-Google-Sender-Auth: 6ef10f134cec4af7 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 07:58:21 -0000 2008/9/18 Kris Kennaway : > Ivan Voras wrote: >> >> * Use a PAE kernel, which works fairly well, but doesn't support kernel >> modules (if you are not familiar with kernel modules then you probably >> don't need them so ignore this). There's a pre-packaged kernel >> configuration named "PAE" for this. > > PAE has supported kernel modules for quite a long time. KLDs are supported under PAE? Are the following lines in pae(4): """ Since KLD modules are not compiled with the same options headers that the kernel is compiled with, they must not be loaded into a kernel compiled with the PAE option. """ and these in the PAE configuration fille: """ # Don't build modules with this kernel config, since they are not built with # the correct options headers. makeoptions NO_MODULES=yes """ wrong?