intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Implement interrupts with error codes #87

Open steveklabnik opened 7 years ago

steveklabnik commented 7 years ago

Right now, we only implement ISRs with no error codes. We should also be able to handle the ones that push an error code.