raspberry3_bare/hello.c

7 lines
71 B
C

#include "uart.h"
int kernelmain(void) {
init_uart();
return 0;
}