This website requires JavaScript.
Explore
Help
Sign In
thelilfrog
/
cpufetch
Watch
1
Star
0
Fork
0
You've already forked cpufetch
mirror of
https://github.com/Dr-Noob/cpufetch.git
synced
2026-03-25 16:00:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0b9f0e860cccb66872ea450fccc4207d7ec3daf7
cpufetch
/
src
/
arm
History
Dr-Noob
0b9f0e860c
[v0.87][PRINTER] ASCII art attributes are no longer fixed in a given position, and are not fixed in length (max length is now 100). Added different algorithms for printing ASCII art for X86 and ARM, which allows ARM to show each CPU inside a SoC
2020-11-21 19:04:57 +01:00
..
midr.c
[v0.87][PRINTER] ASCII art attributes are no longer fixed in a given position, and are not fixed in length (max length is now 100). Added different algorithms for printing ASCII art for X86 and ARM, which allows ARM to show each CPU inside a SoC
2020-11-21 19:04:57 +01:00
midr.h
[v0.86][OPTIONS] Replace levels option with debug option, which does the same on x86, but also exists on ARM, which prints MIDR registers (need work to be properly implemented)
2020-11-18 23:41:42 +01:00
uarch.c
[v0.85][ARM] Add SoC field in ARM and remove CPU Name field, which is only valid in x86. Fix Makefile for some strict compilers
2020-11-18 23:22:26 +01:00
uarch.h
[v0.83][ARM] Add basic support for microarchitecture and CPU name detection. Need to add the remaining models
2020-11-08 16:49:01 +01:00