Windows 8 Build 7850.0.winmain win8m1.100922-1508:修订间差异
跳转到导航
跳转到搜索
Windows 8 Build 7850.0.winmain win8m1.100922-1508 (查看源代码)
2025 年 12 月 9 日 (二) 02:13 的版本
、 2025 年 12 月 9 日 (星期二)→Kernel
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) (→Kernel) |
||
| 第 49 行: | 第 49 行: | ||
<code>shell32.dll</code> has code to print the hash ID in the about box and desktop watermark, which appears to fail in this build (hash ID is only printed if the function to obtain it succeeded). The public symbols for this build give a mangled name for this function as <code>bool GetEulaHash(wchar_t*, size_t)</code>, although compiler or link-time optimizations removed and inlined the second argument (length of output string buffer in characters). The function retrieves the default value in the registry key <code>HKLM\SYSTEM\WPA\478C035F-04BC-48C7-B324-2462D786DAD7-5P-9</code>. This value must be REG_BINARY of size 128 bytes; this data is split into eight 16-byte buffers, <code>Hash[n]</code> is equal to the nth byte of each of the buffers XORed together. | <code>shell32.dll</code> has code to print the hash ID in the about box and desktop watermark, which appears to fail in this build (hash ID is only printed if the function to obtain it succeeded). The public symbols for this build give a mangled name for this function as <code>bool GetEulaHash(wchar_t*, size_t)</code>, although compiler or link-time optimizations removed and inlined the second argument (length of output string buffer in characters). The function retrieves the default value in the registry key <code>HKLM\SYSTEM\WPA\478C035F-04BC-48C7-B324-2462D786DAD7-5P-9</code>. This value must be REG_BINARY of size 128 bytes; this data is split into eight 16-byte buffers, <code>Hash[n]</code> is equal to the nth byte of each of the buffers XORed together. | ||
=== | === 内核 === | ||
* 此版本重新引入了对 32 位 UEFI 启动的支持,自 [[Windows Vista]] 开发重置后以来,此功能一直缺失。 | |||
* 也集成了从 exFAT 分区启动的支持,以及 4K 原生逻辑扇区和混合启动功能。 | |||
== Bug == | == Bug == | ||