summaryrefslogtreecommitdiff
path: root/kc/core/pit8253.c
AgeCommit message (Collapse)Author
2023-01-30headers moved aroundAda Christine
2022-02-18timer callback interfaceAda Christine
2022-02-18bug fixesAda Christine
- needed an atomic_load() when getting the count in pic8253_nanoseconds_elapsed() - i was deleting half the bits of the outgoing task's stack in cpu_task.S (oops) - updated .gdbint. TODO: automate laoding section offsets correctly
2022-02-17many changes have happnedAda Christine
- updates to panic() interface - genericized timer interface - (yet unused) additions to task management
2022-02-14more task scheduling work, scheduler appears to work without crashingAda Christine
2022-02-14entering idle loop works with timerAda Christine
2022-02-13rudimentary irq and timer supportAda Christine