intermezzOS / kernel

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

pic crate cleanups #92

Closed 0xAX closed 7 years ago

0xAX commented 7 years ago

Hello @steveklabnik,

Here are two simple commits:

  1. Provides some constants to use it in the pic crate. From my view it does code more readable and delivers us from magic numbers in some places.
  2. Documentation for remap()
0xAX commented 7 years ago

@steveklabnik everything is fixed. Thanks for feedback.

steveklabnik commented 7 years ago

Thanks!