Перевод: с английского на арабский

с арабского на английский

system+kernel

  • 1 kernel

    "The core of layered architecture that manages the most basic operations of the operating system and the computer's processor. The kernel schedules different blocks of executing code, called threads, for the processor to keep it as busy as possible and coordinates multiple processors to optimize performance. The kernel also synchronizes activities among Executive-level subcomponents, such as I/O Manager and Process Manager, and handles hardware exceptions and other hardware-dependent functions. The kernel works closely with the hardware abstraction layer."

    English-Arabic terms dictionary > kernel

  • 2 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.

    English-Arabic terms dictionary > kernel debugger

  • 3 kernel mode exception

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > kernel mode exception

  • 4 kernel exception

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > kernel exception

  • 5 kernel fault

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > kernel fault

  • 6 kernel exception signature

    "The exception code, exception parameters, and operating system version (including build number and Service Pack version)."

    English-Arabic terms dictionary > kernel exception signature

  • 7 system API call

    English-Arabic terms dictionary > system API call

  • 8 Stop message

    "A character-based, full-screen error message displayed on a blue background. A Stop message indicates that the Windows kernel detected a condition from which it cannot recover. Each message is uniquely identified by a Stop error code (a hexadecimal number) and a string indicating the errors symbolic name. Stop messages are usually followed by up to four additional hexadecimal numbers, enclosed in parentheses, which identify developer-defined error parameters. A driver or device may be identified as the cause of the error. A series of troubleshooting tips are also displayed, along with an indication that, if the system was configured to do so, a memory dump file was saved for later use by a kernel debugger."

    English-Arabic terms dictionary > Stop message

  • 9 reflector

    A filter driver at the top of the kernel-mode device stack that facilitates communication between the kernel-mode device stack and all the user-mode driver framework drivers on the system.

    English-Arabic terms dictionary > reflector

  • 10 KD

    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.
    KD

    English-Arabic terms dictionary > KD

  • 11 virtual address

    "In a virtual memory system, the address the application uses to reference memory. The kernel and the memory management unit (MMU) translate this address into a physical address before the memory is actually read or written."

    English-Arabic terms dictionary > virtual address

  • 12 WinSock direct

    "A common programming interface to the lower-level system area network (SAN) implementations, developed by Microsoft. WSD sits underneath the standard WinSock application programming interface (API), but bypasses the kernel networking layers to talk directly to the SAN hardware. Because WSD sits underneath the existing WinSock API, IT departments can deploy applications in a SAN environment without modifying the applications."

    English-Arabic terms dictionary > WinSock direct

  • 13 WSD

    "A common programming interface to the lower-level system area network (SAN) implementations, developed by Microsoft. WSD sits underneath the standard WinSock application programming interface (API), but bypasses the kernel networking layers to talk directly to the SAN hardware. Because WSD sits underneath the existing WinSock API, IT departments can deploy applications in a SAN environment without modifying the applications."

    English-Arabic terms dictionary > WSD

  • 14 Blue Screen of Death

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > Blue Screen of Death

  • 15 BSOD

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > BSOD

  • 16 transition event

    "A change in the location of processor event execution between ring 3 (user mode) and ring 0 (kernel mode). Transition events represent time spent outside the direct execution of the application code. Transition events can be time spent in threads that are not part of the profiled item, or time spent executing calls from the profiled item to the operating system."

    English-Arabic terms dictionary > transition event

  • 17 executive resource

    "A resource that is designed for use with data structures that require exclusive access for writing, but that can be read by several threads concurrently. Executive resources are not maintained in the system's dispatcher database, so they usually are faster and more efficient than kernel dispatcher objects."

    English-Arabic terms dictionary > executive resource

См. также в других словарях:

  • Kernel Transaction Manager — (KTM) is a component of the Windows operating system kernel in Windows Vista and Windows Server 2008 that enables applications to use atomic transactions on resources by making them available as kernel objects. The transaction engine, which… …   Wikipedia

  • System Monitor — (sysmon.exe) is a program in Windows 95, 98 and Me that is used to monitor various activities on a computer such as CPU usage or memory usage. The equivalent of System Monitor on Windows 2000 and XP is called Performance Monitor.System Monitor… …   Wikipedia

  • Kernel (computing) — A kernel connects the application software to the hardware of a computer In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware… …   Wikipedia

  • Kernel (computer science) — In computer science, the kernel is the central component of most computer operating systems (OS). Its responsibilities include managing the system s resources (the communication between hardware and software components). As a basic component of… …   Wikipedia

  • System time — Unix date command In computer science and computer programming, system time represents a computer system s notion of the passing of time. In this sense, time also includes the passing of days on the calendar. System time is measured by a system… …   Wikipedia

  • Kernel Patch Protection — (KPP), informally known as PatchGuard, is a feature of x64 editions of Microsoft Windows that prevents patching the kernel. It was first introduced in 2005 with the x64 editions of Windows XP and Windows Server 2003 Service Pack 1.cite web… …   Wikipedia

  • System request — (often abbreviated SysRq or Sys Req) is a key on keyboards for PCs that has no standard usecite web|title=What is the SysRq key for?|work=comp.os.msdos.programmer FAQ|url=http://www.faqs.org/faqs/msdos programmer faq/part2/|accessdate=2008 01 08] …   Wikipedia

  • System.map — System.map  файл, внутри которого находится символьная таблица адресов функций и процедур, используемых ядром операционной системы Linux. В этой таблице перечислены имена переменных и функций и их адреса в памяти компьютера. Эта таблица… …   Википедия

  • Kernel Language 1 — o KL1 es un lenguaje de programación desarrollado en 1987 por el Institute for New Generation Computer Technology (Instituto para la Nueva Generación de Tecnologías de Computación, o ICOT por su siglas en inglés) en el marco del proyecto japonés… …   Wikipedia Español

  • System Idle Process — Бездействие системы (System Idle Process) процесс ядра операционной системы семейства Windows, представляющий собой отдельный поток (или несколько потоков на многоядерных системах), работающий тогда, когда процессор не выполняет других потоков.… …   Википедия

  • Kernel Scheduled Entities — Kernel Scheduled Entities, or KSE, is a kernel supported threading system found in FreeBSD, which allows a single process to have multiple kernel level threads. KSEs were mandatory at introduction; made optional at kernel build time in the 7.0… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»