From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 09:56:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8144C106564A for ; Sat, 7 Feb 2009 09:56:50 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3B34F8FC08 for ; Sat, 7 Feb 2009 09:56:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1287C9CB07C; Sat, 7 Feb 2009 10:54:05 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gk8CDQ6t3HJy; Sat, 7 Feb 2009 10:53:53 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2D0719CB12D; Sat, 7 Feb 2009 10:53:53 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n179rqNG021281; Sat, 7 Feb 2009 10:53:52 +0100 (CET) (envelope-from rdivacky) Date: Sat, 7 Feb 2009 10:53:52 +0100 From: Roman Divacky To: rohit.x.tripathi@jpmchase.com Message-ID: <20090207095352.GA21138@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: running binaries under linux ABI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 07 Feb 2009 09:56:50 -0000 On Fri, Feb 06, 2009 at 05:06:51PM -0500, rohit.x.tripathi@jpmchase.com wrote: > Hi, I suppose this question could be answered here, or someone can point > me in the right direction. (I read the linux abi doc before mailing) > > I have a dual core laptop with 2 GB RAM which is correctly detected by a > linux app running under fedora 64bit: > > rohit@tp/home/q/l64 $ q > KDB+ 2.5 2009.02.05 Copyright (C) 1993-2009 Kx Systems > l64/ 2()core 1978MB rohit tp 127.0.0.1 EXPIRE 2009.09.09 > > q).z.k > 2009.02.05 > q) > > Under FreeBSD i386 though, it seems to think that the RAM is 1MB and only > one core is available: > > KDB+ 2.5 2009.02.05 Copyright (C) 1993-2009 Kx Systems > l32/ 1()core -1MB rohit tp 255.255.255.255 EXPIRE 2009.09.09 > > q).z.k > 2009.02.05 > q) did you mount linprocfs?