summaryrefslogtreecommitdiff
path: root/kern/printf.c
AgeCommit message (Collapse)Author
2019-05-22Add a log print function type for information reportingRichard Braun
This type allows the use of either printf-based or log-based functions when reporting information.
2017-10-04Fix some header inclusionsRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-09kern/fmt new moduleRichard Braun
This module replaces kern/sprintf, and also implements sscanf functions.
2017-05-28kern/console: implement input handlingRichard Braun
2017-05-19kern/console: new moduleRichard Braun
2017-04-29kern/printf: complete renaming from printk to printfRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header.
2017-04-29kern/printk: rename to printfRichard Braun
The printk functions are close enough to the printf ones to bear the same names.