gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Fix overactive HPET rtc interrupt. #56

Closed gsilvis closed 7 years ago

gsilvis commented 7 years ago

This decreases the compute load of the kernel significantly!

gsilvis commented 7 years ago

I figured out the non-hacky solution: don't write /anything/ to the register. Each write can only ever cause one interrupt, so there's no way to get tons of interrupts this way.

allanlw commented 7 years ago

Ouch. LGTM