Gentoo Archives: gentoo-dev

From: Tavis Ormandy <taviso@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Script to test instruction set.
Date: Tue, 12 Aug 2003 11:55:32
Message-Id: 20030812115517.GA18146@sdf.lonestar.org
1 Hey, this is an x86 port of a script i wrote (with some help from
2 wwoods) to identify what processor an alpha binary would work on.
3
4 I think its pretty cool, and had some good feedback so im posting it
5 here :)
6
7 Example:
8
9 $ ./analyse-x86 /bin/ls
10 Checking vendor_id string...GenuineIntel
11 Disassembling /bin/ls, please wait...
12 i486: 0 i586: 0 ppro: 15 mmx: 0 sse: 8 sse2: 0
13 /bin/ls will run on Pentium III (pentium3) or higher processor.
14
15 --
16 -------------------------------------
17 taviso@××××××××××××.org | finger me for my gpg key.
18 -------------------------------------------------------

Attachments

File name MIME type
analyse-x86 text/plain

Replies

Subject Author
Re: [gentoo-dev] Script to test instruction set. Norbert Kamenicky <noro@××××××.sk>
Re: [gentoo-dev] Script to test instruction set. "Philippe Lafoucrière" <lafou@×××××××.fr>
Re: [gentoo-dev] Script to test instruction set. Ned Ludd <solar@g.o>
Re: [gentoo-dev] Script to test instruction set. Georgi Georgiev <chutz@×××.net>