mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-20 05:22:42 +01:00
Messages change in miniios
This commit is contained in:
parent
fc52bee126
commit
17921285dd
2
main.c
2
main.c
@ -180,5 +180,7 @@ void *_main(void *base)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gecko_puts("Returning to BootMii...\n");
|
||||||
|
|
||||||
return patch_boot2(base, (((u64)tidh)<<32) | tidl);
|
return patch_boot2(base, (((u64)tidh)<<32) | tidl);
|
||||||
}
|
}
|
||||||
|
@ -83,7 +83,7 @@ int powerpc_load_file(const char *path)
|
|||||||
gecko_puts("ELF load done, booting PPC...\n");
|
gecko_puts("ELF load done, booting PPC...\n");
|
||||||
powerpc_upload_stub(NULL,0);
|
powerpc_upload_stub(NULL,0);
|
||||||
powerpc_reset();
|
powerpc_reset();
|
||||||
gecko_puts("PPC booted!\n");
|
gecko_puts("PPC booted!\n\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user