Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
PPCCpuInfo | Description: | AmigaDOS command to query some cpu prorieties | Download: | ppccpuinfo.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 112kb | Version: | 1.6 | Date: | 08 Nov 2019 | Author: | Dino Papararo | Submitter: | Dino Papararo | Email: | dino papararo/gmail com | Requirements: | AmigaOS4 compatible Amiga computer | Category: | utility/shell | Replaces: | utility/shell/ppccpuinfo.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 11050 | | | Comments: | 9 | Snapshots: | 0 | Videos: | 0 | Downloads: | 130 (Current version) | | 307 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
PPCCpuInfo - coded by Dino Papararo (Fl()sh)
AmigaDOS4/MorphOS command to examine PowerPc CPU proprieties and test BogoMips
speed.
It can also be used for scripts, in quiet mode (-q switch), to verify presence
of a vector unit (i.e. Altivec/VMX) and/or Fpu.
Script values are returned as following scheme:
return values for AmigaOS4:
0 -> altivec/vmx vector unit detected
5 -> altivec/vmx vector unit not detected
return values for MorphOS:
0 -> only altivec/vmx vector unit detected
1 -> only fpu unit detected
2 -> altivec/vmx vector unit and fpu unit both detected
5 -> altivec/vmx vector unit and fpu unot both not detected
C Source code included.
Developed and tested under QEMU/WinUAE OS4 and MorphOS (PowerMac g5 quad)
The program is mainly based on the source code present in wiki.amigados.net -
Programming AmigaOS 4
New in v1.6
Fixed Altivec detection under AmigaOS4
New in v1.5
Fixed some AmigaOS4 bugs
New in v1.4
Added Linux BogoMips speed test
removed cpu extensions
many improvements and bugfixes
New in v1.3
Added more MorphOS cpu infos - many thanks to Frank Mariak for help :-)
New in v1.2
Added MorphOS compatibility
New in v1.1
Added FSB CPU Speed and CPU proprieties reports
CPU Speed Mhz fixed - bug report by Javier de las Rivas
Enjoy,
Amiga Rulez!
|