The isainfo utility is used to identify
various attributes of the instruction set architectures supported on the currently running system. Among the questions it can answer are whether 64-bit applications are supported, or whether the running kernel uses 32-bit or 64-bit device drivers.
When invoked with no flags, isainfo prints the name(s) of the native instruction sets for applications supported by the current version of the operating system. These will be a subset of the list returned by isalist(1). The subset corresponds to the basic applications
environments supported by the currently running system.
|