summaryrefslogtreecommitdiff
path: root/kernel/con.c
AgeCommit message (Expand)Author
2018-07-25Added missing prototype for puts() in stdio.h.Jake Mannens
2018-07-08Added a printf() function to the library under stdio.c which uses theJake Mannens
2018-06-19Added foundation code to initialize the PIT and create a 10ms jiffiesJake Mannens
2018-06-17Cleaned up console I/O functions in con.c and con.h respectively.Jake Mannens
2018-06-16Initial commitJake Mannens