Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 343 Bytes

File metadata and controls

2 lines (2 loc) · 343 Bytes

CustomDivByZeroInterruptHandler

In this task, rather than modifying the default divide by zero interrupt handler, a custom interrupt handler routine is registered with the kernel (DPL 3 Initially) that skips the instruction causing divide by zero exception and proceeds with the next instruction, making the program execute uninterruptedly.