Skip to content

Commit

Permalink
Fix old release links
Browse files Browse the repository at this point in the history
  • Loading branch information
rvtr committed Dec 14, 2024
1 parent ed29079 commit 206faa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dsidev/release/dev-nands.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ <h3>Downloads</h3>
<br>
<a href="{{ site.releasedir }}{{ page.releaseslug }}/files/VJF100001242_v1.0J_dev_Jump_Festa_2009_-_MangaON_extracted.7z">MangaON DSi NAND (extracted contents)</a>
<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>
<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>
<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>
<div class="screenshot">
<img src="{{ site.releasedir }}{{ page.releaseslug }}/photos/mangaon_front.png" alt="MangaON top">
Expand Down
4 changes: 2 additions & 2 deletions dsidev/systemlogreader.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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;">
 <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>
Expand Down Expand Up @@ -58,7 +58,7 @@
  title: HNBJ
  stgSystem.cpp [l.704]
</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>
<div class="code-div"><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
static char * FatalErrorCode[] = {
Expand Down

0 comments on commit 206faa1

Please sign in to comment.