6 lines
61 B
C
6 lines
61 B
C
|
#include "../cpu/cpu_init.h"
|
||
|
|
||
|
void kmain() {
|
||
|
cpu_init();
|
||
|
}
|