From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 27 16:25:03 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E42916A4CE for ; Mon, 27 Sep 2004 16:25:03 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1424043D39 for ; Mon, 27 Sep 2004 16:25:03 +0000 (GMT) (envelope-from rob2@pythonemproject.com) Received: from [192.168.1.102] (c-67-169-203-186.client.comcast.net[67.169.203.186]) by comcast.net (rwcrmhc12) with ESMTP id <200409271625020140084c1ke> (Authid: europax); Mon, 27 Sep 2004 16:25:02 +0000 Message-ID: <41583F24.40305@pythonemproject.com> Date: Mon, 27 Sep 2004 09:26:12 -0700 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040816 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Willcox , amd-list References: <415837E3.8000105@pythonemproject.com> <20040927161356.GB38998@luke.immure.com> In-Reply-To: <20040927161356.GB38998@luke.immure.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Partioning for a FBSD-64 install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 16:25:03 -0000 Bob Willcox wrote: > On Mon, Sep 27, 2004 at 08:55:15AM -0700, Rob wrote: > >>1. Is it my imagination or is a 64 bit install going to take twice the >>space of a regular 32 bit one? > > > Not in my experience. Two systems I have here suggest that although the > 64-bit binaries are larger, they are no where near double in size. > > bob@sidious:pg /usr/bin> uname -a > FreeBSD sidious.austin.ibm.com 5.3-BETA5 FreeBSD 5.3-BETA5 #9: Mon Sep 20 13:15:31 CDT 2004 bob@sidious.austin.ibm.com:/usr/obj/usr/src/sys/SIDIOUS i386 > bob@sidious:pg /usr/bin> du > 21418 . > > bob@qui-gon:p2 /usr/bin> uname -a > FreeBSD qui-gon.immure.com 5.3-BETA5 FreeBSD 5.3-BETA5 #16: Fri Sep 24 14:31:21 CDT 2004 bob@qui-gon.immure.com:/usr/obj/usr/src/sys/QUI-GON amd64 > bob@qui-gon:p2 /usr/bin> du > 26972 . > > Bob > > >>2. I have seperate SCSI drives, one for XP-64 and one for FreeBSD-64. >>In the past I have used grub to boot between OS's. If #1 is true >> then grub will no longer be on a floppy and will have to become >>bootable CD unless useable in emulation mode. Is there a grub port for 64? > > > Well, I know nothing about grub... :-) > > Bob > Thank you. That info is what I needed for install. I can always tweek the bios to boot into the right drive. Rob.