summaryrefslogtreecommitdiff
path: root/kernel/serial.c
AgeCommit message (Expand)Author
2018-08-07Fixed a bug where the panic() function called printf() instead ofJake Mannens
2018-08-06Defined ssize_t in unistd.h.Jake Mannens
2018-08-01Defined EOF as -1 in stdio.h.Jake Mannens
2018-07-25Added missing prototype for puts() in stdio.h.Jake Mannens