Hi , these days I'm reading the brans kernel development
tutorial. and doing it's particles. So last I find to had to read
Intel 80386 programmers manual by intel.
In section 2.6 Interrupts and Exceptions I asking a theoretical question
here.
They said Exceptions are synchronous and Interrupts are asynchronous.
what that means precisely ?
Is that mean's that interrupt even can be happen middle of a instruction , but exceptions can't happen like that ? Please correct
me if I'm wrong.