Page 9 of 14

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

Posted: Tue May 17, 2016 10:23 pm
by Wildwest

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

Posted: Mon May 23, 2016 3:28 am
by mat1854
Here is the article about "The world of CPU": https://docs.google.com/document/d/1LVD ... sp=sharing I have tried to cover more about Intel CPUs and at the end a bit about which one would be better in which scenarios. (I won't be publishing this on my site. )

Overall, I enjoyed writing this. Reviewing code is still in progress. I have also improved my timeline in project proposal.

And excited to officially start GSoC from tomorrow :)

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

Posted: Sun May 29, 2016 2:40 pm
by Wildwest
I hope that you will work according to timeline in your proposal.

23 May 30 May:
Start writing code to detect new CPUs. For this we will have to make changes in multipli.inc and CPUID.asm.

30 May 13 June:
Finish writing code to detect new CPUs.

13 June 27 June:
Finish testing of new CPU and read documentation about caches. Start writing code for detection of caches.

Manuals:
latest Intel http://www.intel.com/content/dam/www/pu ... manual.pdf
may be latest AMD http://support.amd.com/TechDocs/24594.pdf

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

Posted: Mon Jun 06, 2016 7:49 pm
by Wildwest

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

Posted: Tue Jun 14, 2016 9:59 pm
by Wildwest
Perspectives https://habrahabr.ru/post/303228/ -Windows-like API inside kernel or external library?

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

Posted: Thu Jun 16, 2016 6:00 am
by mat1854
Anyone has suggestion about how to get started on detection of AMD codenames? Any links or ideas are greatly appreciated.

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

Posted: Thu Jun 16, 2016 6:02 am
by mat1854
Here is the screenshot of CPUID after the merge.
Let me know if you have any suggestions about anything in the screenshot.

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

Posted: Thu Jun 16, 2016 11:32 am
by Pathoswithin
Maybe use a bigger font? Also, text should be drawn with the background (Available RAM).

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

Posted: Thu Jun 16, 2016 5:16 pm
by Leency
I agree bigger font would be better.

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

Posted: Thu Jun 16, 2016 5:35 pm
by mat1854
Pathoswithin wrote:Maybe use a bigger font? Also, text should be drawn with the background (Available RAM).
@Pathoswithin, Bigger fonts for both the windows or any particular text? Also, I don't understand " text should be drawn with the background (Available RAM)". Can you explain that?

Thank you for suggestions.

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

Posted: Thu Jun 16, 2016 5:38 pm
by mat1854
Here is the file. Right now, 3 example of performance for RSA tests are random numbers. So if anyone can check out the files and send me screenshot so that I can add real numbers with real CPU for RSA tests?

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

Posted: Thu Jun 16, 2016 5:42 pm
by mat1854
For future reference. "How to make changes and test application in KolibriOS" : https://docs.google.com/document/d/1vGV ... sp=sharing

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

Posted: Fri Jun 17, 2016 12:20 am
by Pathoswithin
Don't you think, that current font is too small? Sysfunction 4 has the fill background flag, to erase the previous text.

Due to some life circumstances, I have Intel instead of processor. It is downclocked, but I can change frequency if you need.

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

Posted: Sun Jun 19, 2016 7:27 am
by mat1854
@Pathoswithin, thank you for the screenshot. No, I think what you have is good enough. Appreciate that.

Also, about the font size I will keep that in my to-do list for the later time period of GSoC or after that?!

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

Posted: Thu Jun 23, 2016 12:37 pm
by ashmew2
mat1854 wrote:For future reference. "How to make changes and test application in KolibriOS" : https://docs.google.com/document/d/1vGV ... sp=sharing
Hi, that looks like a decent HOWTO.
Could you put it on the KolibriOS wiki? It's desirable to have all contributions to the KolibriOS wiki and/or SVN as necessary.

Thanks