intermezzOS / kernel

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

Cleanup PIC crate #74

Closed steveklabnik closed 6 years ago

steveklabnik commented 7 years ago

The PIC crate is kind of a hack. It'd be nice to fix it up.

steveej commented 7 years ago

There's a crate for the most common PIC: https://crates.io/crates/pic8259_simple. Would you want to use this inside the PIC crate or as a replacement?

steveklabnik commented 7 years ago

Sure, if it supports all the stuff we need; I haven't looked at it.