You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* os.version: speculated Windows-specific convention from the example
* os.features: still unclear. should be clearly standardized in post-v1.0.0
* variant: speculated arm-specific convention from the example
* features: speculated x86-specific convention from the example, and put little modification
Signed-off-by: Akihiro Suda <[email protected]>
`windows` | `sprintf("%d.%d.%d", dwMajorVersion, dwMinorVersion, dwBuildNumber)` with the fields of the `OSVERSIONINFOEX` structure returned by `GetVersionEx()`. e.g., `10.0.10586` |
65
+
66
+
If an operating system is not listed in this table, it SHOULD be submitted to this specification for standardization.
59
67
60
68
- **`os.features`** *array of strings*
61
69
62
70
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature (for example on Windows `win32k`).
71
+
A convention for other features SHOULD be submitted to this specification for standardization.
63
72
64
73
- **`variant`** *string*
65
74
66
-
This OPTIONAL property specifies the variant of the CPU, for example `armv6l` to specify a particular CPU variant of the ARM CPU.
75
+
This OPTIONAL property specifies the variant of the CPU.
76
+
Image indexes SHOULD use, and implementations SHOULD understand the following convention:
0 commit comments