upload memory to the PSX[top|sitemap|download|docs]

upload memory to the PSX

psx-upload - upload memory to the PSX Daniel Balster/psxdev-binutils
  • SYNOPSIS OF psx-upload
    --quiet,-q 	be quiet
    --help,-h 	print this text
    --verbose,-v 	be verbose
    --version,-V 	print binary version
    --device=x,-d	use this device (default: /dev/pccl)
    --address=x,-a	set address (default: 0x80010000)
    
  • DESCRIPTION OF psx-upload
    psx-upload transfers a the contents of a local file into the remote target machines memory. You maybe want to use this for scripts to preload static data.
  • EXAMPLES FOR psx-upload
    psx-upload --address=0x80010000 file.data
    will upload a data file to the PSX.
  • BUGS OF psx-upload
    If you try to access bytes from non existant memory, the PSX will freeze and you have to reboot it.
  • NOTES ON psx-upload
    You should use the procedural filesystem of PSXDEV to access the memory (/proc/pccl/0/mem and fullmem)!

back to index


Created with psxdev.pl
Copyright ©2000 by Daniel Balster