From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 06:16:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAE016A420 for ; Thu, 2 Feb 2006 06:16:50 +0000 (GMT) (envelope-from pranavpeshwe@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E7743D45 for ; Thu, 2 Feb 2006 06:16:49 +0000 (GMT) (envelope-from pranavpeshwe@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so330547wra for ; Wed, 01 Feb 2006 22:16:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QTkoBEG1VfX50SeSfOkA4B+br6MuyUBivSyiJGU1x5iyLxaDB6kwVKw2WOY3Uj5eZTJn8Xh//j7kA3V/ODLSeHk5G1z7Ee803NH/zfTc4qmPIGa1B574kLvdzIhNERIILbW58ZMh4pV9m1U/YlJtFUf5j5CyXtf/8c9WHt6iLYg= Received: by 10.54.98.2 with SMTP id v2mr588384wrb; Wed, 01 Feb 2006 22:16:49 -0800 (PST) Received: by 10.54.99.13 with HTTP; Wed, 1 Feb 2006 22:16:48 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2006 11:46:48 +0530 From: Pranav Peshwe To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Will FreeBSD run on an Intel Pentium II with 32MB RAM ?? 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, 02 Feb 2006 06:16:50 -0000 Hello, I have a machine with an Intel Pentium II processor and 32 MB of RAM.Will i be able to run FreeBSD 5.4 on it ? I want to use that machine for a very limited purpose i.e as a host providing the debugging environment for another machine.I want this P II machine for debugging the kernel on another machine (P4 2.8Ghz HT) using remote GDB.Will this machine be able to run FBSD 5.4 with GDB (GNU gdb 6.1.1 configured as "i386-marcel-freebsd" ) ? Will i be able to use GDB from emacs (GUD) on this machine ? TIA. Regards, Pranav --------------------------------------------------------------------------- The C programming language - a language that combines the flexiblity of assembly language with the power of assembly language.