Difference between revisions of "User:JayFoxRox"
From xboxdevwiki
(→PM26) |
m (→Unfinished information) |
||
| Line 2: | Line 2: | ||
= Unfinished information = | = Unfinished information = | ||
| + | |||
| + | == THPS2X Syslink crash == | ||
| + | |||
| + | Happens if too many servers are present (this is where data is written to driver?): | ||
| + | |||
| + | <pre> | ||
| + | Hardware watchpoint 1: *(int*)0xD004D048 | ||
| + | |||
| + | Old value = 1065353216 | ||
| + | New value = 1500647462 | ||
| + | 0x00215adf in ?? () | ||
| + | (gdb) pint $eip | ||
| + | Undefined command: "pint". Try "help". | ||
| + | (gdb) print $eip | ||
| + | $1 = (void (*)()) 0x215adf | ||
| + | </pre> | ||
== Reset == | == Reset == | ||
Revision as of 23:16, 21 October 2018
For contact details, see http://jannikvogel.de/
Contents
Unfinished information
THPS2X Syslink crash
Happens if too many servers are present (this is where data is written to driver?):
Hardware watchpoint 1: *(int*)0xD004D048 Old value = 1065353216 New value = 1500647462 0x00215adf in ?? () (gdb) pint $eip Undefined command: "pint". Try "help". (gdb) print $eip $1 = (void (*)()) 0x215adf
Reset
There are various methods to reset an Xbox or major parts of it (successfully or not).
SMC Cold Reboot
- CPU cycles: X > 0
SMC Warm Reboot
- CPU cycles: X > 0
PM26
- CPU cycles: X > 0
RST_CNT (RST_CPU)
RST_CNT (RST_CPU + SYS_RST)
RST_CNT (RST_CPU + FULL_RST)
RST_CNT (RST_CPU + SYS_RST + FULL_RST)
- CPU cycles: 0
Triple fault
- CPU cycles: 0[FIXME]
PCI-to-PCI bridge secondary bus reset
- CPU cycles: X > 0