Windows XP Build 2210.1.main.000302-1934:修订间差异
跳转到导航
跳转到搜索
Windows XP Build 2210.1.main.000302-1934 (查看源代码)
2024 年 10 月 7 日 (一) 18:42 的版本
、 2024 年 10 月 7 日 (星期一)→Bugcheck codes
正义羊-JRJSheep(讨论 | 贡献) (→WoW64) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 117 行: | 第 117 行: | ||
虽然此版本无法运行针对原始 32 位 Alpha 版本的可执行文件,但支持运行 32 位 x86 可执行文件的 WoW64 子系统的早期版本包含在内部版本之中。<code>txtsetup.sif</code> 还包含对与 x86 兼容性相关的其他几个组件的引用,包括 <code>x86prog.exe</code> 和 FX!32 模拟器,这是原始 32 位 Alpha 版本的等效子系统,作为单独的下载为 [[Windows NT 4.0]] 发布,后来集成到 [[Windows 2000]] 版本中。 | 虽然此版本无法运行针对原始 32 位 Alpha 版本的可执行文件,但支持运行 32 位 x86 可执行文件的 WoW64 子系统的早期版本包含在内部版本之中。<code>txtsetup.sif</code> 还包含对与 x86 兼容性相关的其他几个组件的引用,包括 <code>x86prog.exe</code> 和 FX!32 模拟器,这是原始 32 位 Alpha 版本的等效子系统,作为单独的下载为 [[Windows NT 4.0]] 发布,后来集成到 [[Windows 2000]] 版本中。 | ||
=== | === 错误检查代码 === | ||
添加了新的[[蓝屏死机|错误检查]]代码:<ref>https://www.geoffchappell.com/studies/windows/km/bugchecks/index.htm</ref> | |||
*<code>POWER_FAILURE_SIMULATE</code> | *<code>POWER_FAILURE_SIMULATE</code>(<code>0xE5</code>) | ||
*<code>The DMA Subsystem has detected an illegal DMA operation initiated by a driver being verified. The faulty driver must be replaced with a working version.</code> | *<code>The DMA Subsystem has detected an illegal DMA operation initiated by a driver being verified. The faulty driver must be replaced with a working version.</code>(DMA 子系统检测到由正在验证的驱动程序启动的非法 DMA 操作。必须将有故障的驱动程序替换为正常工作版本。)(<code>0xE6</code>,后来重命名为 <code>DRIVER_VERIFIER_DMA_VIOLATION</code>) | ||
*<code>While restoring the previously saved floating point state for a thread, the state was found to be invalid.</code> | *<code>While restoring the previously saved floating point state for a thread, the state was found to be invalid.</code>(在恢复以前为进程保存的浮点状态时,发现此状态无效。)(<code>0xE7</code>,后来重命名为 <code>INVALID_FLOATING_POINT_STATE</code>) | ||
=== User interface === | === User interface === | ||