Archives for: February 2010, 22
Para conocer la arquitectura de nuestro Sistema Operativo (32 o 64 bits)
Es muy frecuente el hecho de preguntar si nuestra aruqitectura es de 32bits o 64bits y a veces el hecho de esperar esta respuesta implica algunos minutos de espera (quizás 200 o 300

Pues bien, he acá una forma muy simple de realizar
En AIX
$ getconf -a | grep KERN
64bits : KERNEL_BITMODE: 64
32bits : KERNEL_BITMODE: 32
También puede ser utilizado el comando
$ file /usr/lib/boot/unix*
64bits : 64-bit XCOFF executable or object module not stripped
32bits : executable (RISC System/6000) or object module not stripped
En HP-UX
/usr/bin/ getconf KERNEL_BITS
Otro comando a utilizar
/usr/bin/file /stand/vmunix
64bits : stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
32bits : /stand/vmunix: PA-RISC1.1 executable -not stripped
En Solaris
/usr/bin/isainfo -v
/usr/bin/isainfo -kv
64bits : 64-bit sparcv9 applications
32bits : sparc application
En Linux
getconf LONG_BIT
o se puede ejecutar el comando
uname -a
64bits : x86_64
64bits : ia64
Sino, indica 32 bits
En Windows (Wintendo)
Type "dxdiag" on the Start -> Run
Como todo tiene un orígen , he acá la nota de Oracle
How to Determine Whether the OS is 32-bit or 64-bit [ID 421453.1]
![]()
![]()
22.02.10. 09:17:26. 187 words, 887 views. Categories: Cosas varias , Leave a comment » • Send a trackback »