Talk:OtherOS++: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
= OtherOS++ =
original wiki is here : http://wiki.gitbrew.org/ but some content is listed here for convenience because of the recent failures of that server/hosting.
original wiki is here : http://wiki.gitbrew.org/ but some content is listed here for convenience because of the recent failures of that server/hosting.


Line 4: Line 6:
----
----


== Google cache Sitemap==


[http://www.google.com/search?&safe=off&&q=site%3Awiki.gitbrew.org Google cache wiki.gitbrew.org] links:
[http://www.google.com/search?&safe=off&&q=site%3Awiki.gitbrew.org Google cache wiki.gitbrew.org] links:
Line 36: Line 40:
*[http://webcache.googleusercontent.com/search?q=cache:Cg5xGZV3-CEJ:wiki.gitbrew.org/index.php/Kindle+gitbrew+site:wiki.gitbrew.org&cd=25&hl=nl&ct=clnk&source=www.google.com Kindle]
*[http://webcache.googleusercontent.com/search?q=cache:Cg5xGZV3-CEJ:wiki.gitbrew.org/index.php/Kindle+gitbrew+site:wiki.gitbrew.org&cd=25&hl=nl&ct=clnk&source=www.google.com Kindle]
**[http://webcache.googleusercontent.com/search?q=cache:x_iFq48GscMJ:wiki.gitbrew.org/index.php/Kindle:Circles+gitbrew+site:wiki.gitbrew.org&cd=248&hl=nl&ct=clnk&source=www.google.com Kindle:Circles]
**[http://webcache.googleusercontent.com/search?q=cache:x_iFq48GscMJ:wiki.gitbrew.org/index.php/Kindle:Circles+gitbrew+site:wiki.gitbrew.org&cd=248&hl=nl&ct=clnk&source=www.google.com Kindle:Circles]
----
== Other values for emer_init.self MFW task ==
original task [http://git.gitbrew.org/repos/?p=ps3/ps3mfw/tasks.git;a=blob;f=patch_emer_init.tcl here]
{|class="wikitable sortable"
! GB !! replace
|-
| 400 || \x3c\xe9\xce\x00
|-
| 22 || \x3c\xe9\xfd\x40
|-
| 1/8th for GameOS || \x79\x27\xe8\xc2
|-
| 1/4th for GameOS || \x79\x27\xf0\x82
|-
| 1/2 for GameOS || \x79\x27\xf8\x42
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|  ||
|-
|}
<pre><DirtyJerz> to get the shellcode for appropriate values you need to compile addis %r7, %r9, -0x0A40 and then objdump where A40 is your size</pre>

Revision as of 20:54, 8 August 2011

OtherOS++

original wiki is here : http://wiki.gitbrew.org/ but some content is listed here for convenience because of the recent failures of that server/hosting.




Google cache Sitemap

Google cache wiki.gitbrew.org links:

main




Other values for emer_init.self MFW task

original task here

GB replace
400 \x3c\xe9\xce\x00
22 \x3c\xe9\xfd\x40
1/8th for GameOS \x79\x27\xe8\xc2
1/4th for GameOS \x79\x27\xf0\x82
1/2 for GameOS \x79\x27\xf8\x42
<DirtyJerz> to get the shellcode for appropriate values you need to compile addis %r7, %r9, -0x0A40 and then objdump where A40 is your size