1 2 3 4 5 6 7
#include <kernel/tty.h> void kmain() { for (int i = 0; i < 400; i++) tty_write("words ", 6); }