summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-24 12:55:51 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-24 12:55:51 +0000
commit3383d522b3ac9005aaaa52b14ccbb52a4ac28a3b (patch)
tree9a6a728c8c4002595c0a6709ed53b4457dba3bba
parent90d284f7eeef60c4d0dcb57977d839d004734868 (diff)
downloadrockbox-3383d522b3ac9005aaaa52b14ccbb52a4ac28a3b.tar.gz
rockbox-3383d522b3ac9005aaaa52b14ccbb52a4ac28a3b.zip
Minor fact changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1431 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/main.t8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/main.t b/www/main.t
index 4f6b15bebd..9f65fd396a 100644
--- a/www/main.t
+++ b/www/main.t
@@ -61,10 +61,12 @@ from my reverse-engineering the firmware.
61 61
62<h2>About the software</h2> 62<h2>About the software</h2>
63 63
64<p>The player has one version of the firmware burnt into flash ROM. 64<p>The player has one version of the firmware in ROM.
65The first thing this version does after boot is to look for a file called 65The first thing this version does after boot is to look for a file called
66"archos.mod" in the root directory of the harddisk. 66"archos.mod" on the Player/Studio or "ajbrec.ajz" on the recorder in the
67root directory of the harddisk.
67If it exists, it is loaded into RAM and started. 68If it exists, it is loaded into RAM and started.
68This is how firmware upgrades are loaded. 69This is how firmware upgrades are loaded. Note that you can revert to the ROM
70version by just deleting the firmware file.
69 71
70#include "foot.t" 72#include "foot.t"