diff --git a/readme.md b/readme.md index 53f82f8..1342537 100644 --- a/readme.md +++ b/readme.md @@ -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. -* Interrupts will often refire over and over again for no discernable reason(tested with Divide by Zero so far) \ No newline at end of file +* 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)