Fusee stage 2: Fix up loader (no stage 3!). Skeleton chainload behavior.

This commit is contained in:
Michael Scire
2018-04-09 15:34:23 -06:00
parent b85567dff3
commit a05bf5b4ce
5 changed files with 66 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
#include "utils.h"
#include "nxboot.h"
/* This is the main function responsible for booting Horizon. */
void nxboot_main(void) {
/* TODO: Implement this function. */
}