Messages change in miniios

This commit is contained in:
marcan 2009-01-06 17:52:32 +01:00
parent fc52bee126
commit 17921285dd
2 changed files with 3 additions and 1 deletions

2
main.c
View File

@ -180,5 +180,7 @@ void *_main(void *base)
}
}
gecko_puts("Returning to BootMii...\n");
return patch_boot2(base, (((u64)tidh)<<32) | tidl);
}

View File

@ -83,7 +83,7 @@ int powerpc_load_file(const char *path)
gecko_puts("ELF load done, booting PPC...\n");
powerpc_upload_stub(NULL,0);
powerpc_reset();
gecko_puts("PPC booted!\n");
gecko_puts("PPC booted!\n\n");
return 0;
}