site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Oct 30, 2007, at 13:49 , Anton Altaparmakov wrote: -rw-r--r-- 1 root wheel 4393120 Jun 24 12:27 mach_kernel -rw-r--r-- 1 root admin 8543400 Sep 24 2006 mach_kernel.orig You don't really need to use 'lipo' to see what the content is. Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's Income -------- Experience is what you get when you don't get what you want. -------- _______________________________________________ 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... On 30 Oct 2007, at 18:39, Rick Macklem wrote: On Tue, 30 Oct 2007, Michael Tuexen wrote: [snip] Just fyi, here's an "ls -l" for 10.4.9 on Intel. Despite the size difference, the kernel from sources seems to work fine on the hardware we have. (Does the vanilla one have more stuff linked in, instead of loading kexts? Haven't a clue.) [snip] Your comparison is flawed. You are comparing a single arch kernel (mach_kernel) with a bi-arch kernel (mach_kernel.org). Run: file /mach_kernel file /mach_kernel.orig Better yet, use 'size' or 'otool'. Just looking at the byte count on the disk won't show you what is going on inside the file, and for executables, I think you want to see that data. This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin C. Walker