| View previous topic :: View next topic |
| Author |
Message |
kehon
Joined: 31 Oct 2008 Posts: 1
|
Posted: Fri Oct 31, 2008 7:46 am Post subject: sceCtrl_driver.S and other .S files |
|
|
| sakya emailed me a sample that worked in 3.71 and it used sceCtrl_driver.S in the prx what are these files and where can i get more so that i can bridge my user app to kernel in the prx |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Fri Oct 31, 2008 2:47 pm Post subject: |
|
|
Can you post those files here?
Generally you need to make a kernel mode PRX which exports wrapper functions to call the kernel mode functions. |
|
| Back to top |
|
 |
SilverSpring
Joined: 27 Feb 2007 Posts: 115
|
Posted: Fri Oct 31, 2008 3:00 pm Post subject: |
|
|
They are called stubs, you can grab them here http://silverspring.lan.st/. Generally, use the 1.50 or 3.52 ones.
But the one you got was probably custom made because of changed NID's in 3.71. There is no NID resolver in 3.71 cfw so you had to make custom stubs for the changed NID's for homebrew to work on 3.71. _________________ PSP PRX LibDocs |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Fri Oct 31, 2008 3:34 pm Post subject: |
|
|
| But how can he call a _driver function from a user mode app just by adding the stub? |
|
| Back to top |
|
 |
|