Skip to content

In this task, rather than modifying default 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.

Notifications You must be signed in to change notification settings

bansalanurag/CustomDivByZeroInterruptHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

In this task, rather than modifying default 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published