A. You can easily find this information by visiting /proc/cpuinfo file. cat /proc/cpuinfo and look for the physical address size. You can also use grep command extract exact information:
cat /proc/cpuinfo
OR
grep physical /proc/cpuinfo
Sample output:
physical id : 0
address sizes : 36 bits physical, 48 bits virtual
physical id : 3
address sizes : 36 bits physical, 48 bits virtual
physical id : 0
address sizes : 36 bits physical, 48 bits virtual
physical id : 3
address sizes : 36 bits physical, 48 bits virtual
No comments:
Post a Comment