yzuquan
驱动牛犊
驱动牛犊
  • 注册日期2001-10-16
  • 最后登录2005-03-20
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1177回复:2

请教\"NO_MORE_SYSTEM_PTES\"的具体意思?

楼主#
更多 发布于:2002-01-15 23:24
调试程序中出现蓝屏错误,错误信息显示为\"NO_MORE_SYSTEM_PTES\",在
DDK中的BUGCODES.h头文件中有这个宏,但是不知道具体意思。有谁知道,请多多赐教。
yzuquan
驱动牛犊
驱动牛犊
  • 注册日期2001-10-16
  • 最后登录2005-03-20
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-01-30 16:26
Your answer helps me a lot,thanks
TeddyW
驱动牛犊
驱动牛犊
  • 注册日期2001-04-06
  • 最后登录2010-04-15
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-01-30 15:10
Bug Check 0x3F: NO_MORE_SYSTEM_PTES
The NO_MORE_SYSTEM_PTES bug check has value 0x0000003F. This is the result of a system which has performed too many I/O actions. This has resulted in fragmented system page table entries (PTE).

The system is not actually out of PTEs. Rather, a driver has requested a large block of memory, but there is no contiguous block of sufficient size to satisfy this request.

Parameters
None

Comments
Often video drivers will allocate large amounts of kernel memory that must succeed. Some backup programs do the same.

Solution
Modify the registry to increase the total number of system PTEs.

觉的还有用的话,就给点分吧。
游客

返回顶部