Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 2 Jul 2002 15:00:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 2 Jul 2002 15:00:04 -0400 Received: from e.kth.se ([130.237.48.5]:18692 "EHLO elixir.e.kth.se") by vger.kernel.org with ESMTP id ; Tue, 2 Jul 2002 15:00:03 -0400 To: ruschein@mail-infomine.ucr.edu (Johannes Ruscheinski) Cc: M?ns Rullg?rd , "Mohamed Ghouse , Gurgaon" , "'linux-kernel@vger.kernel.org'" Subject: Re: Diff b/w 32bit & 64-bit References: <5F0021EEA434D511BE7300D0B7B6AB5303C78735@mail2.ggn.hcltech.com> <20020701214507.GA21541@mail-infomine.ucr.edu> From: mru@users.sourceforge.net (=?iso-8859-1?q?M=E5ns_Rullg=E5rd?=) Date: 02 Jul 2002 21:02:04 +0200 In-Reply-To: ruschein@mail-infomine.ucr.edu's message of "Mon, 1 Jul 2002 14:45:07 -0700" Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1048 Lines: 23 ruschein@mail-infomine.ucr.edu (Johannes Ruscheinski) writes: > Also sprach M?ns Rullg?rd: > > "Mohamed Ghouse , Gurgaon" writes: > > > > > Hello All > > > I am working on a Driver. > > > Considering the processor 2 B Intel's x86, > > > can some one enlighten me with the differences of Linux on a 64-bit > > > processor & a 32-Bit processor. > > > > For Alpha: sizeof(int) == 4, sizeof(long) == 8, sizeof(void *) == 8 > > For intel: sizeof(int) == 4, sizeof(long) == 4, sizeof(void *) == 8 > ^^^^^^^^^^^^^^^^^^^ > I don't know where you come up with that. On x86 Linux the size of > any pointer is 4 bytes! Of course it's 4, that's the point. My mistake, sorry if I confused anyone. -- M?ns Rullg?rd mru@users.sf.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/