Search found 2 matches

by ytmian
Mon Nov 12, 2007 1:21 am
Forum: PSP Development
Topic: How can I get information about the functions in the PSPSDK?
Replies: 1
Views: 989

How can I get information about the functions in the PSPSDK?

The only way I know to get information about the functions is the html files in the PSPSDK. But the information is so limitted then I even don't know what the functions can do. For example, "sceNetApctlGetInfo" Shall I guess what it will form the name of the function? How can I get more in...
by ytmian
Sun Nov 11, 2007 11:16 pm
Forum: PSP Development
Topic: what is the differences between user mode and kernel mode?
Replies: 2
Views: 1409

what is the differences between user mode and kernel mode?

i guess an application can only run in user mode or in kernel mode,witch is desided form the beginning: PSP_MODULE_INFO("Hello World", 0, 1, 1); //"0" for user mode,while "0x1000" for kernel mode I knew an application run in kernel mode can do something that can not do ...