Code: Select all
# grep name /proc/cpuinfo
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
# grep -i memtotal /proc/meminfo
MemTotal: 2032500 kB
Code: Select all
# grep name /proc/cpuinfo
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
# grep -i memtotal /proc/meminfo
MemTotal: 2032500 kB
?Hu wrote:amd64
I assume so too. I don't know how to read the documentation to find out.Hu wrote:assuming that Atom is an x86

According to that output, both of those CPUs are capable of running x86_64 code. Whether you have chosen to exercise that capability (by installing an amd64 system) or not (by installing an x86 system) is not shown. For that, we would need to see uname -m or, better, emerge --info.Fog_Watch wrote:?YesHu wrote:amd64I assume so too. I don't know how to read the documentation to find out.Hu wrote:assuming that Atom is an x86
(cat /proc/cpuinfo | wgetpaste)

Code: Select all
Portage 2.3.89 (python 3.6.10-final-0, default/linux/amd64/17.1, gcc-9.2.0, glibc-2.29-r7, 4.19.97-gentoo x86_64)
System uname: Linux-4.19.97-gentoo-x86_64-Intel-R-_Atom-TM-_CPU_N450_@_1.66GHz-with-gentoo-2.6