summaryrefslogtreecommitdiff
path: root/kern/printf.c
AgeCommit message (Collapse)Author
2017-09-30StubsRichard 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.