apsun / loliOS

Lightweight & operational Linux-inspired OS.
33 stars 1 forks source link

Error code not handled #1

Closed apsun closed 7 years ago

apsun commented 7 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

apsun commented 7 years ago

Fixed in r8386