[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hi list i have a problem



javier melendez wrote:
> i have a intel celeron, dual core, when i see the file /proc/cpuinfo
> he show me that my processor is a INTEL CELERON CPU E1200 1.6 GHZ. i
> installed the debian i386 but my quenstion is, can i install the
> amd64debian in my machine?  "for usefull the power of the 2
> processor".

Probably.  You can tell by looking at the cpu flags.  If the 'lm' flag
(longmode) is available then it is 64-bit capable.  If not then it is
not.  Here is a simple one-liner that you can cut and paste.

  grep -q '^flags.* lm ' /proc/cpuinfo && echo yes || echo no

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: