Editing Spuldrfs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
Line 5: | Line 5: | ||
* spuldrfs is like spuisofs but can also execute loaders like lv1ldr or isoldr. | * spuldrfs is like spuisofs but can also execute loaders like lv1ldr or isoldr. | ||
* I used this driver e.g. to run modified lv1ldr to dump my ENCDEC keys. | * I used this driver e.g. to run modified lv1ldr to dump my ENCDEC keys. | ||
* | * spuldrfs.tar.gz: http://www.multiupload.nl/9OHEN8BQXF | ||
=Features= | =Features= | ||
* MFC data segment faults are handled by the driver. That means you do not have to worry about it. | * MFC data segment faults are handled by the driver. That means you do not have to worry about it. | ||
* Large data buffers which can be used for data exchange between SPU | * Large data buffers which can be used for data exchange between SPU adn PPU. | ||
* Full access to all SPU registers from user-space. | * Full access to all SPU registers from user-space. | ||
Line 42: | Line 41: | ||
glevand@debian:~$ | glevand@debian:~$ | ||
</pre> | </pre> | ||