#include #include void kernel_main(void) { term_init(); term_writestr("Hello World!\n"); }