Exceptions - OSDev Wiki
Exceptions Faults Divide-by-zero Error The Divide-by-zero Error occurs when dividing any number by 0 using the DIV or IDIV instruction. Many OS developers use this exception to test whether their exception handling code works. This exception may also occu
wiki.osdev.org |