Blog Code Forum

ASM:Topology

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
(Build the Program)
Line 17: Line 17:
* Give the executable permission to the downloaded Bash script
* Give the executable permission to the downloaded Bash script
chmod +x x2topology.sh
chmod +x x2topology.sh
 +
=== Running x2topology ===
 +
# You may add your project directory to the executable PATH, or invoke x2topology with a ./ prefix (meaning in the current directory)

Revision as of 09:51, 12 March 2014

Contents

ACPI Extended Topology

Building the Program

Prerequesites

Getting the Source Files

In the repository, download the following files in a project directory, such as x2topology

Build the Program

  • Compile the C source file

gcc x2topology.c -o x2topology

  • Give the executable permission to the downloaded Bash script

chmod +x x2topology.sh

Running x2topology

  1. You may add your project directory to the executable PATH, or invoke x2topology with a ./ prefix (meaning in the current directory)
Personal tools