1 2 3 4 5 6 7
#include <kernel/tty.h> #include <kernel/io.h> void kernel_main(void) { tty_init(); printf("Hello world %x", 100); }