ASM:Topology
From Wiki.cyring.fr
(Difference between revisions)
(→Getting the Source Files) |
(→Build the Program) |
||
Line 15: | Line 15: | ||
* Compile the C source file | * Compile the C source file | ||
gcc x2topology.c -o x2topology | gcc x2topology.c -o x2topology | ||
- | * Give | + | * Give the executable permission to the downloaded Bash script |
chmod +x x2topology.sh | chmod +x x2topology.sh |
Revision as of 09:46, 12 March 2014
Contents |
ACPI Extended Topology
Building the Program
Prerequesites
- The Linux Operating System.
- Any Linux package which provides the taskset command that allows the Processor affinity ; util-linux if running ArchLinux.
- The GNU gcc C compiler.
Getting the Source Files
In the repository, download the following files in a project directory, such as x2topology
- x2topology.c
- x2topology.sh
- Optionally, the binary executable file : 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