Subject | English | Chinese simplified |
comp., MS | kernel debugger | 内核调试程序 (A debugging application that refines and debugs an operating system image. The kernel debugger works like an application debugger except that it is capable of debugging operating systems in addition to applications) |
comp., MS | kernel exception | 内核异常 (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
comp., MS | kernel exception signature | 内核异常签名 (The exception code, exception parameters, and operating system version (including build number and Service Pack version)) |
comp., MS | kernel fault | 内核错误 (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
comp., MS | kernel function | 内核函数 (A program designed to be executed on an accelerator in a C++ Accelerated Massive Parallelism (C++ AMP) application) |
comp., MS | kernel mode | 内核模式 (A highly privileged mode of operation where program code has direct access to all memory, including the address spaces of all user-mode processes and applications, and to hardware) |
comp., MS | kernel-mode driver | 内核模式驱动程序 (A driver for a logical, virtual, or physical device) |
comp., MS | kernel mode exception | 内核模式异常 (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
comp., MS | kernel time | 内核时间 (The approximate time spent executing in kernel mode during the execution of a user mode application. Includes time spent in disk I/O and waiting for synchronization events) |