#include "kprint.h" #include "serial.h" #include #include #include FILE *kstdout; int kfputc(int c, FILE *f) { (void)f; return serial_putchar(c); }