-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat(windows): report on processor type in tsysinfo #13084
Conversation
User Test ResultsTest specification and instructions User tests are not required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
<th>Native Machine</th> | ||
<td> | ||
<xsl:choose> | ||
<xsl:when test="@NativeMachine = '014C'">Intel 386</xsl:when> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do these table values come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are documented at https://learn.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants (that link is in the .pas, not in the .xslt though)
Changes in this pull request will be available for download in Keyman version 18.0.182-alpha |
@keymanapp-test-bot skip