From: M. R. B. <mr...@us...> - 2001-03-06 00:30:40
|
Update of /cvsroot/linuxdc/docs/howto In directory usw-pr-cvs1:/tmp/cvs-serv6085 Modified Files: options Makefile.dcload Added Files: ChangeLog Log Message: options and zImage load offset --- NEW FILE --- 2001-03-05 M. R. Brown <mr...@0x...> * options: Changed command-line args to reflect the current state of LinuxDC development. * Makefile.dcload: changed the zImage load address to 8c710000. Index: options =================================================================== RCS file: /cvsroot/linuxdc/docs/howto/options,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** options 2001/03/05 22:33:50 1.1 --- options 2001/03/06 00:32:16 1.2 *************** *** 1 **** ! root=/dev/ram mem=16320k video=pvr2dc:640x480-16 --- 1 ---- ! root=/dev/ram mem=16M video=pvr2dc:640x480-32 Index: Makefile.dcload =================================================================== RCS file: /cvsroot/linuxdc/docs/howto/Makefile.dcload,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.dcload 2001/03/05 22:33:50 1.1 --- Makefile.dcload 2001/03/06 00:32:16 1.2 *************** *** 4,8 **** all: options.bin zImage $(DCTOOL) -a 0x8c001100 -u options.bin -t $(TTY) ! $(DCTOOL) -p -a 0x8c210000 -x zImage -t $(TTY) bin: --- 4,8 ---- all: options.bin zImage $(DCTOOL) -a 0x8c001100 -u options.bin -t $(TTY) ! $(DCTOOL) -p -a 0x8c710000 -x zImage -t $(TTY) bin: |