armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
printk.c File Reference

Implementation of printk. More...

#include <stdarg.h>
#include <kernel/printk.h>
#include <kernel/uart.h>
#include <common/string.h>
#include <common/stdlib.h>
Include dependency graph for printk.c:

Functions

int printk (const char *fmt,...)
 

Detailed Description

Implementation of printk.

Prints a kernel message to the serial console.