Date: Thu, 19 Apr 2001 16:36:01 +0100 From: "Vahe Khachikyan" <vahe@fh-konstanz.de> To: "=?iso-8859-1?Q?Yavuz_Ma=FElak?=" <yavuz@ihlas.net.tr> Cc: <freebsd-alpha@FreeBSD.ORG> Subject: Re: Does FreeBSD work as 64 bits or 32 bits on Alpha platforms ? Message-ID: <006b01c0c8e6$701b3b40$6e70258d@vvl10.fh-konstanz.de>
next in thread | raw e-mail | index | archive | help
Compile and execute the code below -------------------------- #include <stdio.h> void main(){ int * intptr; printf("We are working on: %d bit platform\n", sizeof(intptr)*8); exit 0; } ----------------------------------------- -- Vahe --- -----Original Message----- From: Matthew Jacob <mjacob@feral.com> To: Yavuz Maşlak <yavuz@ihlas.net.tr> Cc: freebsd-alpha@FreeBSD.ORG <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006b01c0c8e6$701b3b40$6e70258d>