Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | Stubs | Richard Braun | |
2017-07-13 | Switch to initialization operations | Richard Braun | |
2017-06-09 | kern/fmt new module | Richard Braun | |
This module replaces kern/sprintf, and also implements sscanf functions. | |||
2017-05-28 | kern/console: implement input handling | Richard Braun | |
2017-05-19 | kern/console: new module | Richard Braun | |
2017-04-29 | kern/printf: complete renaming from printk to printf | Richard Braun | |
2017-04-29 | New stdio.h standard header | Richard Braun | |
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header. | |||
2017-04-29 | kern/printk: rename to printf | Richard Braun | |
The printk functions are close enough to the printf ones to bear the same names. |