Alexandre Julliard pushed to branch master at wine / wine
Commits: 4571d0e8 by Billy Laws at 2024-09-06T11:48:44+02:00 ntdll: Populate the SMBIOS with ARM64 ID register values.
This defines a wine-specific SMBIOS table format ontop of the standard additional processor information block to pass ID registers to wineboot. The index of each table within the SMBIOS directly maps to the core it corresponds to and registers are passed using their numerical IDs to match Windows' registry format and avoid needing to map between names and IDs on both ends (the unix side needs to manually encode the msr's anyway).
- - - - - a20b38cc by Billy Laws at 2024-09-06T11:48:45+02:00 wineboot: Populate ARM64 ID register registry keys using SMBIOS info.
- - - - -
2 changed files:
- dlls/ntdll/unix/system.c - programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc9e0d4069fc421f3006bbdc1dffbd...