Skip to main contentCrate kprint
Source - backend
- kformat
- Formats text into a provided buffer (via C
snprintf) and returns a byte slice (&[u8]). - kprint
- Prints formatted text directly to standard kernel console output (via C
printf). - kprintln
- Prints formatted text followed by a newline to standard kernel console output (via C
printf).