Windows Me Build 2485
跳转到导航
跳转到搜索
| Windows Me 的版本 | |
| 操作系统系列 | Windows 9x |
|---|---|
| 内核版本 | 4.90 |
| 内部版本号 | 2485 |
| 体系结构 | x86 |
Windows Me Build 2485 是 Windows Me 的未泄露版本。在泄露的 Windows XP SP1 源代码中,位于 \NT\inetcore\mshtml\iextag\tmpprint.cxx 的文件 notes.txt 中提到了它和 Build 2491。
tmpprint.cxx 部分内容
// NB (105850) (mikhaill) -- Windows Millennium's routine DocumentPropertiesA()
// impudently changes processor state. This happens just once after
// reboot and cause, in particular, unmasking floating point exception flags.
// At some later moment processor meet any suspicious condition (overflow,
// underflow, zero-divide, precision loose, etc) in some innocent routine,
// generates unhandled exception and eventually crashes.
// The following fsave/frstor pair is an ugly patch that should be removed
// after millennium bug fix.
// Windows Millennium build versions tested: 4.90.2485, 4.90.2491.