diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-06-12 21:54:50 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-06-12 21:54:50 +0000 |
| commit | e57664fc6c4df499878e4a4e83287fb45d707d0a (patch) | |
| tree | 9006ab31ef6b6ff836635ce2f01bd08ba8d24f96 | |
| parent | df40c144a90059845812fff088f0b274b18e3fca (diff) | |
| download | rockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.zip rockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.tar.gz rockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.tar.bz2 rockbox-e57664fc6c4df499878e4a4e83287fb45d707d0a.tar.xz | |
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.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/notes.t b/www/notes.t index 2a88584..668b46f 100644 --- a/www/notes.t +++ b/www/notes.t @@ -1,6 +1,14 @@ #define _PAGE_ Jukebox notes #include "head.t" +<center><table class=rockbox width=70%><tr><td> +<h2>Important:</h2> +<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. +<p>View this page as a historical anecdote more than hard facts. +<p align=right>/Björn +</td></tr></table> +</center> + <h2>Exception vectors</h2> <p>The first 0x200 bytes of the image appears to be the exception vector table. |