isalist(1) User Commands isalist(1)NAME
isalist - display the native instruction sets executable on this platform
SYNOPSIS
isalist
DESCRIPTION
isalist prints the names of the native instruction sets executable on this platform on the standard output, as returned by the SI_ISALIST
command of sysinfo(2).
The names are space-separated and are ordered in the sense of best performance. That is, earlier-named instruction sets may contain more
instructions than later-named instruction sets; a program that is compiled for an earlier-named instruction sets will most likely run
faster on this machine than the same program compiled for a later-named instruction set.
Programs compiled for instruction sets that do not appear in the list will most likely experience performance degradation or not run at all
on this machine.
The instruction set names known to the system are listed in isalist(5). These names may or may not match predefined names or compiler
options in the C language compilation system,
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO optisa(1), uname(1), sysinfo(2), attributes(5), isalist(5)SunOS 5.10 25 Jul 1997 isalist(1)
Check Out this Related Man Page
isalist(1) User Commands isalist(1)NAME
isalist - display the native instruction sets executable on this platform
SYNOPSIS
isalist
DESCRIPTION
isalist prints the names of the native instruction sets executable on this platform on the standard output, as returned by the SI_ISALIST
command of sysinfo(2).
The names are space-separated and are ordered in the sense of best performance. That is, earlier-named instruction sets may contain more
instructions than later-named instruction sets; a program that is compiled for an earlier-named instruction sets will most likely run
faster on this machine than the same program compiled for a later-named instruction set.
Programs compiled for instruction sets that do not appear in the list will most likely experience performance degradation or not run at all
on this machine.
The instruction set names known to the system are listed in isalist(5). These names may or may not match predefined names or compiler
options in the C language compilation system,
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO optisa(1), uname(1), sysinfo(2), attributes(5), isalist(5)SunOS 5.10 25 Jul 1997 isalist(1)
Hi all,
make_lofs /.cdrom/<something>/<something> 1
what does this instruction mean?
Note:both the "something" are obviously different .
I would like to know what that 1 means, the rest of the instruction is clear!!
Thanks (6 Replies)
HI,
I have compiled and built an executable on machine 'A', with debug.
Thereafter, i have to run the executable on machine 'B'.
On using dbx on machine 'B', it is able to find a symbol 'func1', but not listing its source file, and therefore cannot debug 'func1'.
I copied the source file... (0 Replies)
Hi everyone,
I posted this earlier, but the idea changed since then and I figured it would make more sense if I repost with a clearer idea in hopes someone can help me out.
I have two lists of data in file1 and file 2
file1 (tab separated - column1 column2 column 3)
1 91625106 ... (1 Reply)
Hi gusys.
I am developing a script that mount a filesystem ; I would like
verify that this instruction has finished OK !!!
I am tryin to use $? ; but I have doubt How use the if instruction with
the $? variable :
mount machine:/dir /dir
if
then
action 1
else
... (2 Replies)
Hi,
Can anyone tell me how to find out how many bits a c executable was compiled in?
I am trying to do some investigation of running 32bit programs in 64bit systems. (1 Reply)
Is this x86? I encountered this instruction and can't seem to find any info on what it does anywhere. Any ideas? This is how it appears:
seg es (4 Replies)
Hello,
I have a very long instruction to write, but, for lisibility reasons, I would like to cut it on more than one line and comment each lines.
is it possible ?
thanks :b: (1 Reply)
Is there a way to run an arbitrary command under a specified remapping of path names, i.e. so that when the command opens file named A it would instead open file named B?
Essentially, I'd like to intercept the open() system call and modify its argument.
I've seen references on the web for... (3 Replies)
Hello,
I am looking to automate a task - which is updating an existing access control instruction of a server and making sure that the attributes defined in the instruction is in sorted order. The instructions will be of a specific syntax.
For example lets assume below listed is one of an... (6 Replies)
Pleas I want answer to this question? Pleas help me
A system administrator suspects that there is an attack on his machine; he needs to make a backup of the files to check when they have been modified. For this purpose he uses the "cp -r" instruction to copy the root directory. What is the... (1 Reply)