- 浏览: 159307 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
追求幸福:
每增加一个新的activity, 都要为这个activity指 ...
关于setContentView -
雨过天晴0521:
感谢第一位留言的网友, 我会坚持下去
ADB push的用法 -
小光棍:
謝謝。整理出來的東西真有用!!
ADB push的用法
-bash-3.00$ man isainfo
Reformatting page. Please Wait... done
User Commands isainfo(1)
NAME
isainfo - describe instruction set architectures
SYNOPSIS
isainfo [ [-v] [-b | -n | -k] | [-x]]
DESCRIPTION
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 options, isainfo prints the names of
the native instruction sets for applications supported by
the current version of the operating system. These are a
subset of the list returned by isalist(1). The subset
corresponds to the basic applications environments supported
by the currently running system.
OPTIONS
The following options are supported:
-b Prints the number of bits in the address space of
the native instruction set.
-k Prints the name of the instruction set(s) used by
the operating system kernel components such as dev-
ice drivers and STREAMS modules.
-n Prints the name of the native instruction set used
by portable applications supported by the current
version of the operating system.
-v When used with the -b, -k or -n options, prints
more detailed information.
-x Prints instruction extensions to the native ABI
which are supported by the platform.
EXAMPLES
SunOS 5.10 Last change: 20 Jul 2004 1
User Commands isainfo(1)
Example 1: Invoking isainfo on a 32-bit x86 Platform
The following example invokes isainfo on a 32-bit x86 plat-
form:
example% isainfo -v
32-bit i386 applications
example% isainfo -k
i386
Example 2: Invoking isainfo on a System Running the 64-bit
Operating System on a 64-bit SPARC Processor
The following example invokes isainfo on a system running
the 64-bit operating system on a 64-bit SPARC processor:
example% isainfo
sparcv9 sparc
example% isainfo -n
sparcv9
example% isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
example% isainfo -vk
64-bit sparcv9 kernel modules
Example 3: Invoking isainfo -x on an AMD Opteron CPU
The following example invokes isainfo with the -x option on
an AMD Opteron CPU:
example% isainfo -x
i386: fpu tsc cx8 sep cmov mmx ammx a3dnow a3dnowx fxsr sse sse2 pause
EXIT STATUS
Non-zero Options are not specified correctly, or the
command is unable to recognize attributes of
the system on which it is running. An error
message is printed to stderr.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.10 Last change: 20 Jul 2004 2
User Commands isainfo(1)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWcsu |
|_____________________________|_____________________________|
SEE ALSO
isalist(1), uname(1), psrinfo(1M), sysinfo(2), attri-
butes(5), isalist(5)
SunOS 5.10 Last change: 20 Jul 2004 3
-bash-3.00$ )
-bash-3.00$
-bash-3.00$ isainfo -k
amd64
-bash-3.00$ isainfo -n
amd64
-bash-3.00$ isainfo -v
64-bit amd64 applications
tscp cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
32-bit i386 applications
tscp cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
Reformatting page. Please Wait... done
User Commands isainfo(1)
NAME
isainfo - describe instruction set architectures
SYNOPSIS
isainfo [ [-v] [-b | -n | -k] | [-x]]
DESCRIPTION
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 options, isainfo prints the names of
the native instruction sets for applications supported by
the current version of the operating system. These are a
subset of the list returned by isalist(1). The subset
corresponds to the basic applications environments supported
by the currently running system.
OPTIONS
The following options are supported:
-b Prints the number of bits in the address space of
the native instruction set.
-k Prints the name of the instruction set(s) used by
the operating system kernel components such as dev-
ice drivers and STREAMS modules.
-n Prints the name of the native instruction set used
by portable applications supported by the current
version of the operating system.
-v When used with the -b, -k or -n options, prints
more detailed information.
-x Prints instruction extensions to the native ABI
which are supported by the platform.
EXAMPLES
SunOS 5.10 Last change: 20 Jul 2004 1
User Commands isainfo(1)
Example 1: Invoking isainfo on a 32-bit x86 Platform
The following example invokes isainfo on a 32-bit x86 plat-
form:
example% isainfo -v
32-bit i386 applications
example% isainfo -k
i386
Example 2: Invoking isainfo on a System Running the 64-bit
Operating System on a 64-bit SPARC Processor
The following example invokes isainfo on a system running
the 64-bit operating system on a 64-bit SPARC processor:
example% isainfo
sparcv9 sparc
example% isainfo -n
sparcv9
example% isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
example% isainfo -vk
64-bit sparcv9 kernel modules
Example 3: Invoking isainfo -x on an AMD Opteron CPU
The following example invokes isainfo with the -x option on
an AMD Opteron CPU:
example% isainfo -x
i386: fpu tsc cx8 sep cmov mmx ammx a3dnow a3dnowx fxsr sse sse2 pause
EXIT STATUS
Non-zero Options are not specified correctly, or the
command is unable to recognize attributes of
the system on which it is running. An error
message is printed to stderr.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.10 Last change: 20 Jul 2004 2
User Commands isainfo(1)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWcsu |
|_____________________________|_____________________________|
SEE ALSO
isalist(1), uname(1), psrinfo(1M), sysinfo(2), attri-
butes(5), isalist(5)
SunOS 5.10 Last change: 20 Jul 2004 3
-bash-3.00$ )
-bash-3.00$
-bash-3.00$ isainfo -k
amd64
-bash-3.00$ isainfo -n
amd64
-bash-3.00$ isainfo -v
64-bit amd64 applications
tscp cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
32-bit i386 applications
tscp cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
发表评论
-
(转)linux防火墙的启动和关闭
2013-08-29 14:14 640昨天在linux服务器上装了一个tomcat,整个过程很顺利, ... -
(转)linux下如何更改主机名
2013-08-16 18:50 984如何修改linux主机名才能生效? 很多人使用hostnam ... -
(转)如何查看linux闲置和占用的内存
2013-08-07 16:33 741在Linux下查看内存我们一般用free命令, 也可以加-m参 ... -
win7下安装cygwin
2013-08-06 15:56 17421.win7 64bit也要下载32bit的setup-x86 ... -
yum install 安装失败
2013-08-06 12:44 1834问题1:今天运行oracle11g ... -
(转) 深入了解JVM
2013-06-14 15:31 819在社会化分工、软件行 ... -
(转) Linux Increase The Maximum Number Of Open Files
2013-03-28 19:18 871Issue: How do I set the maximu ... -
(转)如何让让Linux下程序永远在后台执行
2013-02-28 11:29 916Unix/Linux下一般想让某个程序在后台运行,很多都是使用 ... -
常用linux命令收集
2013-02-18 14:35 6961.(转)如何修改linux主机名? 用hostname命令 ... -
[转]How to determine the exit status of Linux and UNIX command
2012-12-01 21:36 799Shell: How to determine the exi ... -
如何查看父进程
2012-11-01 15:17 1707看父进程PPID和子进程PID [root@silver-i ... -
(转)Solaris 10 常用命令
2012-09-20 16:12 1346如何查看当前在线用户? 可以使用who和finger显示当前 ... -
Linux 常用网络命令介绍
2012-05-31 15:26 87今天在安装完vsphere后配置centOS虚拟机, 安装 ... -
如何查看Linux的版本位数
2012-03-06 11:35 1148方法1. getconf LONG_BIT and getco ... -
[转]CPU位数、操作系统位数和编译器位数关系
2011-09-22 09:58 1006随着近来AMD和Intel的64位CPU以及 Microsof ... -
sed替换properties文件的值
2011-09-01 20:16 2910oracle9.properties文件内容如下, 想要将us ... -
自动化安装和启动DS脚本
2011-08-10 18:31 1014#!/bin/sh #fabric broker pat ... -
执行*.sh时出现bad interpreter错误
2011-08-04 11:57 858出现bad interpreter:No such f ...
相关推荐
总而言之,"p6810189_10204_Solarisx86.zip"是针对32位Solaris操作系统的Oracle 10g数据库软件的一个特定版本或更新。它包含了一个安装指南和第一部分的安装文件,用户需要按照README.html的指示进行安装,并且在...
CAM 6.10针对这一平台进行了优化,确保在x86硬件上运行稳定,同时充分利用了Solaris的高级特性,如ZFS文件系统和DTrace诊断工具。 四、安装与使用 1. 安装过程:从提供的`host_sw_solaris_x86_6.10.2.2.tar.gz`...
使用split命令在unix上分割为40份,使用前先组装
使用split命令在unix上分割为40份,使用前先组装
使用split命令在unix上分割为40份,使用前先组装
在开始安装前,你需要下载Oracle 10g的相关组件,包括solarisx86_CCD_10_1_0_3_Disk1.cpio.gz、solarisx86_CLIENT_10_1_0_3_Disk1.cpio.gz、solarisx86_CRS_10_1_0_3_Disk1.cpio.gz和solarisx86_DB_10_1_0_3_Disk1....
- **平台支持**:在所有列出的平台上,包括SolarSparc32、SolarSparc64、HPPA-RISC64、AIX64、Linuxx86、Windows x86、Linux Power、Linuxx64、Solarisx64、HP-UX、ItaniumII、Windows x64,均支持高可用性功能。...
- **Solarisx64**: Version10,需64bit内核支持。 - **HP-UXIA64**: 11.iv3PatchBundle,需Sep2007后的补丁。 ##### 中间件与JDK版本 - **Websphere**: 推荐7.0.0.21版本。 - **Weblogic**: 推荐11版本。 - **JDK**...
- **操作系统平台**:包括但不限于Linux-RedHat、Linux-SUSE、IBMAIX、Windows2008R2、SolarisSparc、Solarisx64、HP-UXIA64等,每种操作系统均需满足特定版本及补丁要求。 - **中间件类型**:支持WebSphere、...
- **操作系统平台**:支持多款主流操作系统,包括Linux-RedHat、Linux-SUSE、IBMAIX、Windows2008R2、SolarisSparc、Solarisx64、HP-UXIA64等,并提供了详细的版本及补丁要求。 - **中间件类型**:支持WebSphere、...
根据所提供的“Oracle安装文档”中的描述及部分内容,我们可以了解到该文档主要介绍了在特定操作系统(如Solaris)下安装Oracle数据库的具体步骤。以下是对文档内容的详细解析。 #### 二、硬件与软件需求 **1. ...
VMD是一个分子可视化程序,该程序采用3D图形以及内置脚本来对大型生物分子系统进行显示、制成动画以及分析等操作 VMD_Linux 是vmd 的Linux版本,如果想获取更新、源码等可以从官网下载,还有Mac,SOLARISX,等多个...