Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-04 | CMOS: Make read/write calls async | Anton Kling | |
This can speed up boot times since CMOS would otherwise have to wait before it could perform a read/write call. Now it gets triggered by a interrupt. | |||
2024-07-03 | CMOS: Add basic CMOS RTC support | Anton Kling | |