littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

[arch][x86] left shift 32 bits rather 31 bits to construct msr value #316

Closed eastmoutain closed 2 years ago

travisg commented 2 years ago

Ah yep that's a bug. I really need to go over a bunch of that code which was contributed by a third party years ago. I've been constantly finding little bugs like that over the years. Thanks for the fix!