new bug yay :(

This commit is contained in:
shockrahwow 2019-11-29 00:47:55 -08:00
parent 1fb8c16514
commit a11c3c84bf

View File

@ -30,4 +30,6 @@ Personally I'm unsatisfied with accepting an idea; I want to garner an intuition
* `tests::*` could always use more tests to cover as much of the code base as possible. * `tests::*` could always use more tests to cover as much of the code base as possible.
* Interrupts will often refire over and over again for no discernable reason(tested with Divide by Zero so far) * Interrupts will often refire over and over again for no discernable reason(tested with Divide by Zero so far)
* timer_wait(u32) is busted and either _never returns_ or ends up triple faulting(or something everytime)