[PLUG] Are dual core processors really worth it?

Dan Young danielmyoung at gmail.com
Fri Dec 28 16:59:05 UTC 2007


On Dec 28, 2007 8:27 AM, Dan Young <danielmyoung at gmail.com> wrote:
> On Dec 28, 2007, at 2:37 AM, Russell Johnson <russj at dimstar.net> wrote:
>
> > Matt McKenzie wrote:
> >> Um are you talking about *Leopard* not being 64bit?
> >> http://www.apple.com/macosx/technology/64bit.html
> >>
> >>
> > Hmm, I'd like to know how to prove that...
> >
> > $ uname -a
> > Darwin rainier.dimstar.net 9.1.0 Darwin Kernel Version 9.1.0: Wed
> > Oct 31
> > 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386
>
> ISTR the kernel was to remain 32bit for driver compatibility.
>
> Try:
> find / -type f -print0 | xargs -0 grep x86_64

Or rather:
find / -type f -print0 | xargs -0 file | grep x86_64

-- 
Dan



More information about the PLUG mailing list