|
Regular Member
|
找到一篇
"ntoskrnl.exe is the win2k kernel which may have some problems..."
你原文打錯了..不是ntosfrnl.exe 而是ntoskrnl.exe
這裡是講你作業系統最核心的部份出錯了
Explanation:
This Stop message indicates that a kernel-mode process or driver attempted to access a memory address to which it did not have permission to access. The most common cause of this error is an incorrect or corrupted pointer that references an incorrect location in memory. A pointer is a variable used by a program to refer to a block of memory. If the variable has an incorrect value in it, the program tries to access memory that it should not. When this occurs in a user-mode application, it generates an access violation. When it occurs in kernel mode, it generates a STOP 0x0000000A message. If you encounter this error while upgrading to a newer version of Windows, it might be caused by a device driver, a system service, a virus scanner, or a backup tool that is incompatible with the new version.
這段的重點就是你電腦上在核心模式跑的程式..如驅動程式...
發生記憶體存取錯誤的情形
有可能是驅動程式和作業系統不合
所以...不 知道你裝完新driver後有變正常嗎?
|