Closed apsun closed 8 years ago
Some exceptions push an additional error code onto the stack, which must be popped by our interrupt handler before returning from interrupt, or else we corrupt the stack.
http://wiki.osdev.org/Exceptions
Fixed in r8386
Some exceptions push an additional error code onto the stack, which must be popped by our interrupt handler before returning from interrupt, or else we corrupt the stack.
http://wiki.osdev.org/Exceptions