kernel/main.c (view raw)
1 2 3 4 5 6 7 8
#include "text.h" int main(void) { clear(); write("Welcome!"); return 0; }