Windows Longhorn Build 4005.0.main.030128-1920:修订间差异
跳转到导航
跳转到搜索
Windows Longhorn Build 4005.0.main.030128-1920 (查看源代码)
2025 年 2 月 22 日 (六) 01:00 的版本
、 2025 年 2 月 22 日 (星期六)→Miscellaneous
正义羊-JRJSheep(讨论 | 贡献) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 48 行: | 第 48 行: | ||
* Longhorn 的“时钟”现在位于“These files are hidden.(这些文件是隐藏的。)”消息的右下角。 | * Longhorn 的“时钟”现在位于“These files are hidden.(这些文件是隐藏的。)”消息的右下角。 | ||
=== | === 其他 === | ||
*[[Windows Media Player]] | * [[Windows Media Player]] 更新到版本 9.00.00.2980。 | ||
* | * 删除对 Microsoft 现已失效的网站([http://web.archive.org/web/20001202041300/http://www.microsoft.com/windows2000/upgrade/compat/search/computers.asp?HU=1 http://www.hardware-update.com])的提及,以针对代码 <code>0xA5</code> 进行[[蓝屏死机|错误检查]],因为此域在版本编译时已过期。 | ||
* | * 添加了新的错误检查代码: | ||
**<code>An attempt was made to insert an entry in a reserve queue that was already full.</code> | ** <code>An attempt was made to insert an entry in a reserve queue that was already full.</code>(尝试在已满的预留队列中插入条目。)(<code>0xFF</code>,后更名为 <code>RESERVE_QUEUE_OVERFLOW</code>) | ||
**<code>The loader block is invalid or does not match the system being loaded.</code> | ** <code>The loader block is invalid or does not match the system being loaded.</code>(块无效或与正在加载的系统不匹配。)(<code>0x100</code>,后更名为 <code>LOADER_BLOCK_MISMATCH</code>) | ||
**<code>A clock interrupt was not received on a secondary processor within the allocated time interval.</code> | ** <code>A clock interrupt was not received on a secondary processor within the allocated time interval.</code>(在分配的时间间隔内,辅助处理器上未收到时钟中断。)(<code>0x101</code>,后更名为 <code>CLOCK_WATCHDOG_TIMEOUT</code>) | ||
**<code>The DPC watchdog routine was not executed with the allocated time interval.</code> | ** <code>The DPC watchdog routine was not executed with the allocated time interval.</code>(DPC 监视程序例程未按分配的时间间隔执行。)(<code>0x102</code>,后更名为 <code>DPC_WATCHDOG_TIMEOUT</code>) | ||
==Findings== | ==Findings== | ||