小
→新增功能和更改
正义羊-JRJSheep(讨论 | 贡献) 小 (文字替换 -“场景”替换为“圈子”) |
小 (→新增功能和更改) |
||
| 第 34 行: | 第 34 行: | ||
* 现在,在“My Computer(我的电脑)”右键菜单中选择“Properties(属性)”将打开系统控制面板小程序。 | * 现在,在“My Computer(我的电脑)”右键菜单中选择“Properties(属性)”将打开系统控制面板小程序。 | ||
* <code>WINNT.BMP</code> 和 <code>WINNT256.BMP</code> 进行了更新,包括侧面的“Beta”和其他小改动。 | * <code>WINNT.BMP</code> 和 <code>WINNT256.BMP</code> 进行了更新,包括侧面的“Beta”和其他小改动。 | ||
* Code to implement [[时间炸弹|timebomb]]s has been added into the kernel, although they would only be used for evaluation copies of the [[Windows NT 4.0 Build 1381.1|RTM build]] (the first pre-release NT build to use a timebomb is [[Windows 2000 Build 1627.1|build 1627]]). The core implementation is the same as in later builds of NT 4.0, with timebomb settings being read from the registry (a non-obvious name was used, although contemporary sources ended up documenting that registry entry as being timebomb-related), and a callback ran every hour to synchronise system time with the RTC had code added to inform the user of pending expiration or [[蓝屏死机|bugcheck]] the system after expiration. Additionally, the registry entry containing timebomb configuration gets reset by the kernel on system shutdown, so only making the registry edit outside of a running OS (the most obvious way to do this at the time being a dualboot) would allow the removal of the timebomb settings. | |||
*New [[蓝屏死机|bugcheck]] codes have been added.<ref>https://www.geoffchappell.com/studies/windows/km/bugchecks/index.htm</ref> | |||
** <code>BOUND_IMAGE_UNSUPPORTED</code> (<code>0x97</code>) | |||
** <code>END_OF_NT_EVALUATION_PERIOD</code> (<code>0x98</code>) | |||
==Bug== | ==Bug== | ||