Windows 8 Build 7700.0.winmain.100122-1900:修订间差异

跳转到导航 跳转到搜索
第 28 行: 第 28 行:
这是首个需要 SSE 指令支持才能启动的 Windows 版本,流式 SIMD 扩展(Streaming SIMD Extensions,SSE)CPU 指令集现在是启动此版本的必要条件,这也意味着不再支持如奔腾 II 等 CPU,因此也是 86Box 中首个无法启动的版本。不过这一点存在争议,原因是没有不支持此指令集的 x64 CPU,虽然 x86 体系结构的后续版本同样要求此指令集。
这是首个需要 SSE 指令支持才能启动的 Windows 版本,流式 SIMD 扩展(Streaming SIMD Extensions,SSE)CPU 指令集现在是启动此版本的必要条件,这也意味着不再支持如奔腾 II 等 CPU,因此也是 86Box 中首个无法启动的版本。不过这一点存在争议,原因是没有不支持此指令集的 x64 CPU,虽然 x86 体系结构的后续版本同样要求此指令集。


=== Boot Manager ===
=== 启动管理器 ===
This build's Boot Manager has received the following internal changes:
此版本的启动管理器收到以下内部更改:
* The default boot screen now supports the <code>800x600</code> resolution, causing it to no longer fall back to the Vista boot screen under that resolution;
* 默认启动屏幕现在支持 <code>800×600</code> 分辨率,因此在此分辨率下不再回退到 Vista 启动屏幕;
* A new serial boot debugging driver has been added for the Maxim MAX311 series (MAX3110E/MAX3111E/MAX3100/MAX3222E) SPI UART;
* 针对 Maxim MAX311 系列(MAX3110E/MAX3111E/MAX3100/MAX3222E)SPI UART 添加了新的串行启动调试驱动程序;
* Attempting to load an ARM Thumb executable under the wrong architecture will now cause the operating system to return the error code <code>STATUS_INVALID_IMAGE_WIN_32</code>;
* 尝试在错误的体系结构下加载 ARM Thumb 可执行文件现在会导致操作系统返回错误代码 <code>STATUS_INVALID_IMAGE_WIN_32</code>
* An <code>LdrProcessRelocationBlockLongLong</code> instruction has been added that handles architecture-specific relocations for the [[w:IA-64|IA-64]], [[w:ARMv7|ARMv7]], [[w:ARM Thumb|Thumb]], Thumb-2, and [[w:MIPS architecture|MIPS]] architectures.
* 添加了 <code>LdrProcessRelocationBlockLongLong</code> 指令,用于处理 IA-64、ARMv7、Thumb、Thumb-2 MIPS 体系结构的特定体系结构重定位。


=== General ===
=== General ===

导航菜单