From owner-freebsd-current@FreeBSD.ORG Mon Aug 12 22:00:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADBABA3C; Mon, 12 Aug 2013 22:00:00 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x234.google.com (mail-oa0-x234.google.com [IPv6:2607:f8b0:4003:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CDDC2EA8; Mon, 12 Aug 2013 22:00:00 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id n12so5825321oag.11 for ; Mon, 12 Aug 2013 14:59:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2pxF28LCqPAPu3lVdMjw75TZHQ++3gP+7+4yiJ546DY=; b=V8rTLmwxb9CMMypzul2cvRqeRVFSR1cGwjOfmg4rslviFYUzYTaSkzIQHt3aMn6EUm nbx7PW4ejmcn/sH9D2/Es5T9FSvfGCjrtwZn27WeIoPYCRSavuA+wa86LruauiXSZ2yZ x394UXxVGWC476ybZ1cPjZ8uMovLIo7uJTSE8tZID/99de/nGB5QtAVzAn3e8/Q9t6hp pzWZ0SLPUHkj0mKVL2AUYE+OJSoNxHjBLwJT6DUz82II1VzEXh3zwJH/795Nw8qOirZn fnfZgVz5MaRAzc+JqiUfRCK7COmWufHKKxjoBitXDU5jc6KuzHJ8PN9ZjA2fVYhNJv2j WOUQ== MIME-Version: 1.0 X-Received: by 10.182.87.198 with SMTP id ba6mr2201492obb.71.1376344799663; Mon, 12 Aug 2013 14:59:59 -0700 (PDT) Received: by 10.182.97.162 with HTTP; Mon, 12 Aug 2013 14:59:59 -0700 (PDT) In-Reply-To: <1376336582.1469.9.camel@localhost> References: <1376336582.1469.9.camel@localhost> Date: Mon, 12 Aug 2013 17:59:59 -0400 Message-ID: Subject: Re: i386 panic From: Super Bisquit To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 22:00:00 -0000 You need to enable PAE in the kernel to access that memory. I could be wrong. On Mon, Aug 12, 2013 at 3:43 PM, Sean Bruno wrote: > http://people.freebsd.org/~sbruno/10_i386_vmfault.txt > > I can never tell if stuff like this is because I'm not nerfing the > system RAM correctly or if this is i386 bit-rot. > > I set hw.physmem="2g" in loader.conf to try and get the system to boot, > but I don't think I did it right? > > Sean >