From owner-freebsd-alpha Thu Apr 19 8:29:26 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from suntana.fh-konstanz.de (suntana.fh-konstanz.de [141.37.9.230]) by hub.freebsd.org (Postfix) with ESMTP id 7B66C37B422 for ; Thu, 19 Apr 2001 08:29:16 -0700 (PDT) (envelope-from vahe@fh-konstanz.de) Received: from vvl10 (vvl10.fh-konstanz.de [141.37.112.110]) by suntana.fh-konstanz.de (8.9.3+Sun/8.9.3) with SMTP id RAA28545; Thu, 19 Apr 2001 17:29:03 +0200 (MET DST) Message-ID: <006b01c0c8e6$701b3b40$6e70258d@vvl10.fh-konstanz.de> From: "Vahe Khachikyan" To: "=?iso-8859-1?Q?Yavuz_Ma=FElak?=" Cc: Subject: Re: Does FreeBSD work as 64 bits or 32 bits on Alpha platforms ? Date: Thu, 19 Apr 2001 16:36:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Compile and execute the code below -------------------------- #include void main(){ int * intptr; printf("We are working on: %d bit platform\n", sizeof(intptr)*8); exit 0; } ----------------------------------------- -- Vahe --- -----Original Message----- From: Matthew Jacob To: Yavuz Maşlak Cc: freebsd-alpha@FreeBSD.ORG Date: Thursday, April 19, 2001 11:22 AM Subject: Re: Does FreeBSD work as 64 bits or 32 bits on Alpha platforms ? 64. On Thu, 19 Apr 2001, [iso-8859-9] Yavuz Maşlak wrote: > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message