iankronquist / rustyvisor

A hypervisor written in Rust.
MIT License
116 stars 9 forks source link

Interrupts #22

Closed iankronquist closed 7 years ago

iankronquist commented 7 years ago

Getting a working IDT is not so hard. Writing runtime tests to validate it, however, it really tricky.