Search found 2 matches
- Fri Oct 21, 2005 12:53 am
- Forum: PSP Development
- Topic: How user mode program make a system call
- Replies: 4
- Views: 1658
Thanks for your replies
After reading your explanation about load time fixup and misp jump instruction, I still have some questions. At the link time the import stub of system call looks like: jr ra nop The psp system loader will do the load time fixup and change the stub to what looks like: jr ra system call If the system...
- Thu Oct 20, 2005 3:17 am
- Forum: PSP Development
- Topic: How user mode program make a system call
- Replies: 4
- Views: 1658
How user mode program make a system call
I am a newbie with psp programming.
After checking the kernal library implementation, I found all the entry stub of system call is replace as 03e00008 jr ra. I am really confused how the system call is made.
Hope some one here can give me the answer. Thanks.
After checking the kernal library implementation, I found all the entry stub of system call is replace as 03e00008 jr ra. I am really confused how the system call is made.
Hope some one here can give me the answer. Thanks.