→Changes
(完成移植) |
正义羊-JRJSheep(讨论 | 贡献) |
||
| 第 25 行: | 第 25 行: | ||
{{Collapse bottom}} | {{Collapse bottom}} | ||
== | == 新增功能和更改 == | ||
* | * 已完成内核消息表(kernel message table)的最终确定。<code>0xE0</code>(<code>ACPI_BIOS_FATAL_ERROR</code>)修改为提示用户应使用 OEM 诊断磁盘,并且添加了两个新的蓝屏错误代码:<ref>https://www.geoffchappell.com/studies/windows/km/bugchecks/index.htm</ref> | ||
** <code>A thread tried to release a resource it did not own.</code> | ** <code>A thread tried to release a resource it did not own.(一个线程尝试释放它不拥有的资源。)</code>(<code>0xE3</code>,后来重命名为 <code>RESOURCE_NOT_OWNED</code>) | ||
** <code>A executive worker item was found in memory which must not contain such items. Usually this is memory being freed. This is usually caused by a device driver that has not cleaned up properly before freeing memory.</code> | ** <code>A executive worker item was found in memory which must not contain such items. Usually this is memory being freed. This is usually caused by a device driver that has not cleaned up properly before freeing memory.(在内存中发现了一个不应包含此类项的执行工作项。通常这是正在释放的内存。这通常是由设备驱动在释放内存前未正确清理引起的。)</code>(<code>0xE4</code>,后来重命名为 <code>WORKER_INVALID</code>) | ||
== 图库 == | == 图库 == | ||