Subject | English | Chinese Taiwan |
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 profiling | 核心分析 (The process of analyzing kernel calls by recording all call times, including minimum, maximum, and average times) |
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) |