Import hwinit (with small changes) and exosphère drivers

This commit is contained in:
TuxSH
2018-03-15 16:14:41 +01:00
parent 171c82ea9e
commit b48e71ab82
45 changed files with 6340 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
#include "utils.h"
#include "hwinit.h"
int main(void) {
/* TODO */
nx_hwinit();
return 0;
}