Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some information to /proc/cpuinfo #7

Merged
merged 3 commits into from
Sep 10, 2020
Merged

Add some information to /proc/cpuinfo #7

merged 3 commits into from
Sep 10, 2020

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    89bd510 View commit details
    Browse the repository at this point in the history
  2. lkl: Fill /proc/cpuinfo with information

    For now, only the CPU number and related fields are known (and they are
    the number of ethreads). The other fields are still fake.
    AntonioND committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    51d6677 View commit details
    Browse the repository at this point in the history
  3. lkl: Add test that reads /proc/cpuinfo

    This test reads from the file from two descriptors at the same time and
    verifies that the file isn't empty and the contents read from both
    descriptors are the same.
    
    The current information in cpuinfo is hardcoded.
    AntonioND committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    33594c3 View commit details
    Browse the repository at this point in the history