1
0
Fork 0
forked from len0rd/rockbox

* Commit dual-boot support for Creative ZVx family

* Add mkzenboot: makes it possible to integrate Rockbox bootloader with
   Creative firmwares without the need of distributing binaries
 * Add Tadeusz Pyś to credits, who figured out the minifs file system
 * Fix bootloader


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-08-27 20:32:12 +00:00
parent 109a867742
commit 944c33403c
9 changed files with 1414 additions and 5 deletions

View file

@ -33,4 +33,6 @@ telechips.c
meizu_m6sl.c
#elif defined(ONDA_VX747)
ondavx747.c
#elif defined(CREATIVE_ZVM)
creativezvm.c
#endif