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

v0.7.10: fix for dmidecode-parsing issues #203 and #205 #206

Merged
merged 1 commit into from
Sep 9, 2016

Conversation

ryran
Copy link
Owner

@ryran ryran commented Sep 9, 2016

This fixes #203 and #205.

screenshot of old-buggy vs new hotness

If you can't see the screenshot, here's some sample Memory output from the version of xsos -b prior to this commit:

  Memory:
    2048 MB (2 GB) total
    64 of 96 DIMMs populated (system max capacity 1536 GB)

With the fixes + enhancements from this commit, the output for the same system is now:

  Memory:
    Total: 2097152 MiB (2048 GiB)
    DIMMs: 64 of 96 populated
    MaxCapacity: 6291456 MiB (6144 GiB / 6.00 TiB)

@ryran ryran self-assigned this Sep 9, 2016
@ryran ryran merged commit e8d6dee into master Sep 9, 2016
@ryran ryran deleted the issue203-dmidecode branch September 9, 2016 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bios module assumes MB from dmidecode (dmidecode memory total wrong)
1 participant