7 lines
71 B
C
7 lines
71 B
C
|
#include "uart.h"
|
||
|
|
||
|
int kernelmain(void) {
|
||
|
init_uart();
|
||
|
return 0;
|
||
|
}
|