Announcement

Collapse
No announcement yet.

Need Beta testers for CoreMod

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cyring
    replied
    Originally posted by deanjo View Post
    I am sorry but I am not seeing any such thing here:

    http://wiki.cyring.fr/index.php?title=CoreMod#coremod.h
    Sorry for the inconveniences, I have built a server for all my source codes at the following URL

    http://code.cyring.fr/FTS

    Leave a comment:


  • deanjo
    replied
    Originally posted by cyring View Post
    When you point timings.c in the directories tree, it will display 3 icons : one is for direct download ( like save as )
    I am sorry but I am not seeing any such thing here:

    Leave a comment:


  • cyring
    replied
    Originally posted by deanjo View Post
    It's not about size, it's about having to strip characters and line numbers that are introduced by copy and pasting. Even a straight download of the header and the c file would suffice.
    When you point timings.c in the directories tree, it will display 3 icons : one is for direct download ( like save as )

    I have programmed in php my code server to make it easy, do I need to do more ?

    Leave a comment:


  • deanjo
    replied
    Originally posted by cyring View Post
    timings.c is so tiny !
    it just requires to do a cc

    btw, this code will join next release of CoreMod which have the whole thing (Makefile, tgz)
    It's not about size, it's about having to strip characters and line numbers that are introduced by copy and pasting. Even a straight download of the header and the c file would suffice.

    Leave a comment:


  • cyring
    replied
    Originally posted by deanjo View Post
    +1 for the tarball
    timings.c is so tiny !
    it just requires to do a cc

    btw, this code will join next release of CoreMod which have the whole thing (Makefile, tgz)

    Leave a comment:


  • deanjo
    replied
    Originally posted by Kano View Post
    How about doing a tar.gz with at least a makefile (to compile and clean)? I do not intend to use copy+paste and remove numbers later. You can use git as well.
    +1 for the tarball

    Leave a comment:


  • cyring
    replied
    DDR3 Timings

    I have released my source code to display the DDR3 Timings

    1- download Source/C/DDR3_Timings/timings.c in the code server
    2- compile
    Code:
    cc timings.c -o timings
    3- run as root
    Code:
    sudo ./timings
    Folks, I just need your tests !
    Let me know if it matches your BIOS settings ?

    Leave a comment:


  • cyring
    replied
    It works with my motherboard : ASUS Rampage 2 Gene
    The HT status is retrieved from SMBIOS (my dmi is a 2.5 release)

    As I said I have to rely on something else. I believe CPUID or MSR are the key.
    I may also give a look into kernel sources how it builds /proc/cpuinfo
    So far, I have programmed a nice Makefile, and I'm building a virtual server to provide code files.

    Leave a comment:


  • Kano
    replied
    Well HT is a major info when you count the cores with /proc/cpuinfo. Should not be that hard however. Other systems do not have got those dmi values you parse, so better forget em.

    Leave a comment:


  • cyring
    replied
    Also about HT and other features, it is just matter of time for me to work more on CPUID, but it requires to understand Intel's specs and that's a job

    Leave a comment:

Working...
X