summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-06-12 21:54:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-06-12 21:54:50 +0000
commite57664fc6c4df499878e4a4e83287fb45d707d0a (patch)
tree9006ab31ef6b6ff836635ce2f01bd08ba8d24f96
parentdf40c144a90059845812fff088f0b274b18e3fca (diff)
downloadrockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.tar.gz
rockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.zip
Added info box about page being mostly old and incorrect
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3746 a1c6a512-1295-4272-9138-f99709370657
-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.