Re: [APPL:DarwinKernel] Re: type sizes
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Technical Support * Networking, Communications, Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... At 10:10 -0500 26/10/04, Jay A. Kreibich wrote: The big question is how the kernel is going to run. The Tiger kernel will run 32 bit, even on G5. That is, sizeof(void *) == 4 for kernel code. Portions of the kernel have been modified to support 64 bit user address spaces but those portions represent user addresses using a 64 bit integer type (that is, they don't use a C pointer). This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn