Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add X86info, display x86 CPU diagnostics #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added utils/x86info.ico
Binary file not shown.
Binary file added utils/x86info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions utils/x86info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="https://apps.0install.net/utils/x86info.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>x86Info</name>
<summary xml:lang="en">X86info: display x86 CPU diagnostics</summary>
<description xml:lang="en">x86info probes the CPU registers to find out a lot more information. It can discover the contents of model-specific registers, discover CPU silicon revisions, and lots more. </description>
<icon href="https://raw.githubusercontent.com/0install/apps/master/utils/x86info.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/utils/x86info.png" type="image/png"/>
<category>Utility</category>
<homepage>http://gnuwin32.sourceforge.net/packages/x86info.htm</homepage>
<needs-terminal/>
<implementation arch="Windows-*" id="sha1new=53db0c65deda0c5a71c2e14610d375393651f1c2" license="GPL v2 (GNU General Public License)" released="2008-06-13" version="1.21">
<command name="run" path="bin/x86info.exe"/>
<manifest-digest sha256new="E4VKZZK3KHXGHFAIGPTIZKUQ2DHNNRMNBSG2OWACWYP4FTNE6AUQ"/>
<archive href="https://sourceforge.net/projects/gnuwin32/files/x86info/1.21/x86info-1.21-bin.zip" size="59599" type="application/zip"/>
<archive href="https://github.com/kkeybbs/gnuwin32/blob/master/gnuwin32/x86info-1.21-bin.zip?raw=true" size="59599" type="application/zip"/>
</implementation>
<package-implementation distributions="Gentoo" package="sys-apps/x86info"/>
<package-implementation package="x86info"/>
<entry-point binary-name="x86info" command="run">
<needs-terminal/>
<name xml:lang="en">x86info</name>
</entry-point>
</interface>