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 support for little-endian byte order representation. #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 6, 2021

  1. Add support for little-endian byte order representation.

    Although RFC4122 recommends network byte order for all fields, the PC industry (including the ACPI, UEFI, SMBIOS and Microsoft specifications) has consistently used little-endian byte encoding for the first three fields: time_low, time_mid, time_hi_and_version.
    Example from SMBIOS spec, section 7.2.1 System - UUID
    The UUID {00112233-4455-6677-8899-AABBCCDDEEFF} would thus be represented as: 33 22 11 00 55 44 77 66 88 99 AA BB CC DD EE FF
    https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0.pdf
    sunsingerus committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    db0181f View commit details
    Browse the repository at this point in the history