Search found 29 matches

by mat1854
Sun Sep 11, 2016 12:24 am
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Wildwest, I wouldn't expect anything more from you. Asked me until the very end to fix things, and post the versions, and at the end surprises me with a fail. You are not a good fit for a mentor.
by mat1854
Sun Sep 11, 2016 12:17 am
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Wildwest asked me to write the code after the actual deadline because Pathoswithin asked him about something. So many problems with his mentorship. But if we can not change my fail status now, all I want to make clear is I DO NOT GIVE PERMISSION TO USE THE CODE I HAVE WRITTEN AFTER THE MIDTERM. If w...
by mat1854
Fri Sep 09, 2016 4:10 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

I do not want the code I have written after the midterm to be used in the CPUID application. This means all the listed things I have posted earlier.
by mat1854
Sat Aug 27, 2016 6:41 am
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Fixed bugs. Here is the report where everything is in detail https://docs.google.com/document/d/1qOlMifn3PLQ_PKYMcGMm-LhGuhBmbfd4qT-dRjgexB4/edit?usp=sharing Added "unknown codename" message. Disabled multiplier detection for latest AMD. Fixed detection of AMD Phenom II. Known issue: MENUE...
by mat1854
Thu Aug 25, 2016 5:29 am
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Here is the latest version. which compiles fine as a stand alone app. But for the SVN commit these file paths have changed These two : include 'load_lib.mac' include 'macros.inc' ; useful macroses to : include '..\..\..\develop\libraries\box_lib\load_lib.mac' include '..\..\..\macros.inc' Can someon...
by mat1854
Tue Jul 26, 2016 8:12 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Wildwest, sure. I am almost done with merge of beta 2007 and L3 cache detection. I will soon send you the updated files.
by mat1854
Fri Jul 08, 2016 7:51 am
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Hi ashmew2,

So I changed the title to this: http://wiki.kolibrios.org/wiki/How_to_m ... _KolibriOS.

@Wildwest: Working on the issues. First issue about duplication of Multiplier, System Clock and frequency is solved. Also added codename to the file as well.
by mat1854
Fri Jul 01, 2016 8:10 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Sure. I working on the bugs and the AMD cache detection part. I am using this link for the AMD cache detection routine: http://support.amd.com/TechDocs/24594.pdf page: 608- 610.
by mat1854
Sun Jun 26, 2016 6:37 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

As of today, I do not have access to wiki page so here are some very useful links for the project. 1) find or create a database of processors and add it to our wiki; This site has great amount of details about all the Intel and AMD CPUs and also include screenshots. http://www.cpu-world.com/index.ht...
by mat1854
Sun Jun 26, 2016 5:58 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

The things I have added: 1) Test task, added detection with extended model instead of model for the new intel CPUs. 2) Merged three(Martings + 2.29 + mine) version in PowerDodge's version. Improved formatting in the first window. 3) Added detection of codenames for new Intel CPUs: IvyBridge, SandyBr...
by mat1854
Sat Jun 25, 2016 6:40 pm
Forum: Utilities
Topic: CPUID - характеристики центрального процессора
Replies: 197
Views: 148205

Re: CPUID - характеристики центрального процессора

Here is the updated file. Formatting in the first window is improved.
AMD k-10 detection is done but same thing as Intel, there are some CPUs with same model numbers and stepping. Which we can differentiate using cache size. I have added info in comments for the later part.