summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/notes.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/notes.t b/www/notes.t
index 2a88584780..668b46fcfd 100644
--- a/www/notes.t
+++ b/www/notes.t
@@ -1,6 +1,14 @@
1#define _PAGE_ Jukebox notes 1#define _PAGE_ Jukebox notes
2#include "head.t" 2#include "head.t"
3 3
4<center><table class=rockbox width=70%><tr><td>
5<h2>Important:</h2>
6<p>This page was written in late 2001/early 2002 during the initial reverse engineering of the hardware. Much of the information has since turned out to be wrong.
7<p>View this page as a historical anecdote more than hard facts.
8<p align=right>/Björn
9</td></tr></table>
10</center>
11
4<h2>Exception vectors</h2> 12<h2>Exception vectors</h2>
5 13
6<p>The first 0x200 bytes of the image appears to be the exception vector table. 14<p>The first 0x200 bytes of the image appears to be the exception vector table.