From f6858b7333139441215e83e070e098bf09056762 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 19 Jun 2018 05:22:54 +1000 Subject: Added foundation code to initialize the PIT and create a 10ms jiffies counter. --- include/kernel/con.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/kernel') 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*, ...); -- cgit v1.3