Windows 8 Build 7850.0.winmain win8m1.100922-1508:修订间差异

跳转到导航 跳转到搜索
第 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.
=== Kernel ===
=== 内核 ===
This build re-introduces support for 32-bit UEFI boot, which was absent since [[Windows Vista]] post-reset development.
* 此版本重新引入了对 32 UEFI 启动的支持,自 [[Windows Vista]] 开发重置后以来,此功能一直缺失。
 
* 也集成了从 exFAT 分区启动的支持,以及 4K 原生逻辑扇区和混合启动功能。
Also integrated support for booting from an exFAT partition, along with 4K Native logical sector and Hybrid boot.


== Bug ==
== Bug ==

导航菜单