Note for English Readers

If I write the articles in Indonesian, I will write a summary in English so that you can read my articles too. After you read the summary and you feel that you need more information about that, please do not hesitate to contact me via e-mail that can be found in my profile.

Thank you for reading my blogs.

Tuesday, September 29, 2009

Prosesor Anda 32-bit atau 64-bit? -- What is your processor? 32-bit or 64-bit? --

Beberapa waktu lalu, pada milis id-slackware, ada yang menanyakan pada saya tentang prosesor yang terpasang pada PC Desktopnya, apakah prosesor 32-bit atau 64-bit? Pertanyaan ini berkaitan dengan dirilisnya Slackware64, yang dikhususkan untuk PC/laptop yang memakai prosesor berarsitektur 64-bit atau berarsitektur yang support komputasi 64-bit. Ternyata, cara untuk mengetahui apakah prosesor kita sudah mensupport komputasi 64-bit sangat mudah. Kita ketikkan saja pada console/terminal:

$ cat /proc/cpuinfo | grep flags

maka akan muncul hasilnya seperti gambar berikut ini:


Lalu, kita cari flag lm. Jika kita temukan flag ini, maka prosesor PC/laptop kita sudah support komputasi 64-bit, sehingga kita bisa menginstall sistem operasi 64-bit.

Catatan: lm singkatan dari Long Mode (64-bit mode)

Referensi:
  • http://www.cyberciti.biz/faq/linux-how-to-find-if-processor-is-64-bit-or-not/
  • http://www.unixtutorial.org/2009/05/how-to-confirm-if-your-cpu-is-32bit-or-64bit/
  • http://www.cyberciti.biz/tips/how-do-i-find-out-if-my-server-cpu-can-run-a-64-bit-kernel-version-apps-or-not.html


Summary:
In id-slackware mailing-list, someone asked me about kind of processor he had, 32-bit or 64-bit. The answer is we can know it from cpuinfo by typing this command at console/terminal:

$ cat /proc/cpuinfo | grep flags

If you find lm flag (Long Mode) in the result, you have a 64-bit capable processor so that you can use 64-bit operating system.

No comments: