diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-17 13:40:55 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-17 13:40:55 +0000 |
| commit | 9b63c0000b2e0d9d0a306e56dbc7bc28403e5549 (patch) | |
| tree | 17ef5aa53d37c4232f8efcca97c5f118a96fb96f /kc/core/timer.c | |
| parent | b8ef8b401d9dd1e15f2703eb997fb79a70ae531a (diff) | |
many changes have happned
- updates to panic() interface
- genericized timer interface
- (yet unused) additions to task management
Diffstat (limited to 'kc/core/timer.c')
| -rw-r--r-- | kc/core/timer.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kc/core/timer.c b/kc/core/timer.c deleted file mode 100644 index 2b7d5f6..0000000 --- a/kc/core/timer.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "timer.h" -#include "pit8253.h" - -uint64_t timer_ticks(void) -{ - return pit8253_count(); -} - |
