mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 10:25:30 -04:00
This commit is contained in:
parent
ed2907932d
commit
206faa127e
@ -120,11 +120,11 @@ preview: /photos/classroom_open.jpg
|
|||||||
<br>
|
<br>
|
||||||
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/VJF100001242_v1.0J_dev_Jump_Festa_2009_-_MangaON_extracted.7z">MangaON DSi NAND (extracted contents)</a>
|
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/VJF100001242_v1.0J_dev_Jump_Festa_2009_-_MangaON_extracted.7z">MangaON DSi NAND (extracted contents)</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/MangaON_partial.nds">MangaON app</a>
|
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/MangaON_partial.nds">MangaON app</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/comic.bin">Partial comic.bin</a>
|
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/comic.bin">Partial comic.bin</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/NandFiler_1.0J.srl">NandFiler</a>
|
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/NandFiler_1.0J.srl">NandFiler</a>
|
||||||
<h3>Photos</h3>
|
<h3>Photos</h3>
|
||||||
<div class="screenshot">
|
<div class="screenshot">
|
||||||
<img src="{{ site.releasedir }}{{ page.releaseslug }}/photos/mangaon_front.png" alt="MangaON top">
|
<img src="{{ site.releasedir }}{{ page.releaseslug }}/photos/mangaon_front.png" alt="MangaON top">
|
||||||
|
@ -8,7 +8,7 @@ sequence: FALSE
|
|||||||
group: true
|
group: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<b>SystemLogReader</b> is a tool that copies the system log from <code>nand:/sys/log/sysmenu.log</code> to the SD card. It is intended to be used through ntrboot, for when the system menu will not load and log recovery is not possible another way. There are full instructions on flashing and using ntrboot. Part of the translated guide is below, and the rest can be found in the source code:
|
<b>SystemLogReader</b> is a tool that copies the system log (used for debugging/error checking) from <code>nand:/sys/log/sysmenu.log</code> to the SD card. It is intended to be used through ntrboot, for when the system menu will not load and log recovery is not possible another way. There are full instructions on flashing and using ntrboot. Part of the translated guide is below, and the rest can be found in the source code:
|
||||||
<ul style="list-style-type:none;">
|
<ul style="list-style-type:none;">
|
||||||
<li><b>2-1.</b> <u>Startup of SystemLogReader</u><br>
|
<li><b>2-1.</b> <u>Startup of SystemLogReader</u><br>
|
||||||
Insert the DS flash card to which SystemLogReader was written in step 1 into the card slot of the main unit.<br>
|
Insert the DS flash card to which SystemLogReader was written in step 1 into the card slot of the main unit.<br>
|
||||||
@ -58,7 +58,7 @@ The SystemLogReader instructions also include an explaination of the log format,
|
|||||||
title: HNBJ
|
title: HNBJ
|
||||||
stgSystem.cpp [l.704]
|
stgSystem.cpp [l.704]
|
||||||
</TD></TR></TABLE></div>
|
</TD></TR></TABLE></div>
|
||||||
The error codes in the SystemLogReader instructions appear to be outdated, so they should only be used to understand the format. A complete list of the proper RED FATAL codes can be found from this array.
|
The error codes in the SystemLogReader instructions appear to be outdated, so they should only be used to understand the format. A complete list of the proper RED FATAL codes can be found from this array in the source:
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="code-div"><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
<div class="code-div"><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||||
static char * FatalErrorCode[] = {
|
static char * FatalErrorCode[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user