Solaris 32 or 64 bit?
isainfo -v
### Prints detailed information about the other options
isainfo -b
### Prints the number of bits in the address space of the native instruction set.
isainfo -n
### Prints the name of the native instruction set used by portable applications supported by the current version of the OS.
isainfo -k
### Prints the name of the instruction set or sets that are used by the OS kernel components such as device drivers and STREAMS modules.
Loading