1 2 3 4 5 6 7 8
#include <syscall.h> void putch(char ch) { // TODO: Implement framebuffer writing //if (ch != 0) //syscall_putch(ch); }