We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
обработчик прерывания
обработчиком прерываний
обработчику прерываний
Each device that generates interrupts has an associated interrupt handler.
Каждому устройству, которое генерирует прерывания, соответствует свой обработчик прерывания.
In case of interruption arrival the processor pauses operation with the current program and executes an interrupt handler.
При поступлении прерывания процессор приостанавливает работу с текущей программой и выполняет обработчик прерывания.
In such a system, the vulnerability is initially hidden: by controlling the interrupt handler, you can control the flow of information from the peripheral device to the user.
Но в такой системе изначально скрыта и уязвимость: управляя обработчиком прерываний, можно управлять потоком информации от периферийного устройства к пользователю.
When the processor receives an interrupt, it suspends its current operations, saves the status of its work, and transfers control to a special routine known as an interrupt handler, which contains the instructions for dealing with the particular situation that caused the interrupt.
Когда процессор получает сигнал прерывания, он приостанавливает свои текущие операции, сохраняет состояние прерванной работы и передает управление специальной программе, называемой обработчиком прерываний, которая содержит команды обслуживания конкретной ситуации, вызвавшей прерывание.
Typically, the interrupt handler will begin by saving the contents of all registers on the stack.
Обычно обработчик прерываний начинает свою работу с записи в стек содержимого всех регистров.
Each interrupt level has its own interrupt handler.
The interrupt handler is run to discover what has happened, that is, which device wants attention right now.
Обработчик прерываний запускается с целью определить, что случилось, то есть какое устройство требует внимания.
The interrupt handler is typically a short program that performs a few basic tasks related to an interrupt.
Обычно обработчик прерываний является короткой программой, которая выполняет несколько базовых действий, связанных с прерыванием.
When the interrupt handler finishes the operation, the processor restarts execution of the program of the user from that place where it was interrupted.
Когда обработчик прерываний завершает свою работу, процессор возобновляет выполнение программы пользователя с того места, где она была прервана.
Interrupt vector - number assigned to the device which identifies the appropriate interrupt handler.
Вектор прерывания - закреплённый за устройством номер, который идентифицирует соответствующий обработчик прерываний.
The context that is saved must include any information that may be altered by the execution of the interrupt handler and that will be needed to resume the program that was interrupted.
Этот контекст должен содержать информацию, которая может быть изменена в процессе работы обработчика прерываний и которая необходима для возобновления выполнения прерванной программы.
Thus, while the vector of the interrupt handler is modified by a virus code, the virus itself is active in the memory of the computer, it is impossible to detect by simply reading the disk with the means of the operating system.
Таким образом, до тех пор пока вектор обработчика прерываний изменен вирусным кодом, сам вирус активен в памяти компьютера, обнаружить его простым чтением диска средствами операционной системы невозможно.
The device number may be used as an index into part of memory to find the address of the interrupt handler for this device.
Номер устройства ввода-вывода может использоваться как индекс части памяти, служащий для поиска адреса обработчика прерываний данного устройства.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.