diff options
author | Anton Kling <anton@kling.gg> | 2024-07-03 18:30:51 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-07-03 18:30:51 +0200 |
commit | 4e7918753175dbd8fc38bc7c5b176517e1dbef2f (patch) | |
tree | 723b3b3503d7502f3ce5338aeb6964cb5fa4c246 /kernel/drivers/pit.h | |
parent | 658c4e9645bf46268ed13bf5ef76d0ba60a347b9 (diff) |
Kernel/Time: Improve time keeping
This makes use of TSC and now provides a file system interface for
userland programs to change the system time.
Diffstat (limited to 'kernel/drivers/pit.h')
-rw-r--r-- | kernel/drivers/pit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/drivers/pit.h b/kernel/drivers/pit.h index ec48cc3..90fddf4 100644 --- a/kernel/drivers/pit.h +++ b/kernel/drivers/pit.h @@ -8,5 +8,4 @@ void pit_install(void); void set_pit_count(u16 hertz); -u64 pit_num_ms(void); #endif |