SVC: Difference between revisions
No edit summary |
|||
Line 231: | Line 231: | ||
=Exception Handling= | =Exception Handling= | ||
There appears to be userland code for handling exceptions, however this doesn't seem to be executed on retail. | There appears to be userland code for handling exceptions, however this doesn't seem to be executed on retail. | ||
On usermode exception, it jumps to main code binary entrypoint (main_binary_address+0) with X0=exception_info_ptr. | |||
On boot, X0 is set to 0 triggering normal crt0 setup. |