robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
34 stars 4 forks source link

Refactor arch crate to clean up 32 bit vs 64 bit differences #19

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

There are too many conditional compilation flags right now. There should be a minimal number of compilation flags to handle the differences