https://github.com/cyring/topology
https://github.com/cyring/topology
cpu-model cpu-topology driver kernel-module linux
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyring/topology
- Owner: cyring
- Created: 2017-02-18T12:21:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T11:26:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T11:58:10.464Z (over 1 year ago)
- Topics: cpu-model, cpu-topology, driver, kernel-module, linux
- Language: C
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 64-bits Processor topology
## Build
1- Download or clone the source code into a working directory.
2- Build the programs.
```
make
```
## Run (as root)
3- Load the kernel module.
```
modprobe topology
```
_or_
```
insmod topology.ko
```
4- Print the topology.
```
dmesg
```
### Unload
5- Unload the kernel module with the ```rmmod``` command
```
rmmod topology.ko
```
## Screenshots

# About
[CyrIng](https://github.com/cyring)
Copyright (C) 2017 CYRIL INGENIERIE
-------