diff options
| author | Jake Mannens <jake72360@gmail.com> | 2018-06-19 05:22:54 +1000 |
|---|---|---|
| committer | Jake Mannens <jake72360@gmail.com> | 2018-06-19 05:22:54 +1000 |
| commit | f6858b7333139441215e83e070e098bf09056762 (patch) | |
| tree | 65b7ad0680174bc5331a5db8505be4213e6cc736 /include | |
| parent | 627d2d0c0ee5147f53fdba8fc1f9108f8edeb8f3 (diff) | |
Added foundation code to initialize the PIT and create a 10ms jiffies
counter.
Diffstat (limited to 'include')
| -rw-r--r-- | include/kernel/con.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel/con.h b/include/kernel/con.h index bdfefa0..8777342 100644 --- a/include/kernel/con.h +++ b/include/kernel/con.h @@ -9,6 +9,8 @@ void con_init(void); +void con_clear(void); + int puts(char *s); int printf(char*, ...); |
