rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
786 stars 130 forks source link

CR8 (task priority) register #494

Open kennystrawnmusic opened 2 months ago

kennystrawnmusic commented 2 months ago

Not sure exactly how many CPUs out there support CR8, but might be a good idea to support it here regardless.

Freax13 commented 2 months ago

I think CR8 is always supported in long mode. It's not optional.

Feel free to open a PR.