Search found 5 matches

by skarab
Fri Aug 22, 2008 9:45 pm
Forum: PSP Development
Topic: [SOLVED] List of loaded prx?
Replies: 10
Views: 3689

I've got the same problems using sceKernelGetModuleIdList, but thats because the doc is false : /** * Get a list of module IDs. NOTE: This is only available on 1.5 firmware * and above. For V1 use ::pspSdkGetModuleIdList. * * @param readbuf - Buffer to store the module list. ...
by skarab
Fri Aug 22, 2008 8:52 am
Forum: PSP Development
Topic: module pipes
Replies: 7
Views: 3782

wao! ;) thats the case. thanks :)
by skarab
Fri Aug 22, 2008 7:31 am
Forum: PSP Development
Topic: module pipes
Replies: 7
Views: 3782

Thanks, i found my way through modules, simpler ;) So, now i've: an eboot (called loader) which run a main module (called kernel), which run actually another module (called display_framebuffer). Im adding config files stuff, got an arch. of files a bit like linux, but i've another problem: in the lo...
by skarab
Mon Aug 18, 2008 12:03 am
Forum: PSP Development
Topic: module pipes
Replies: 7
Views: 3782

oh thanks. i was miss-thinking
by skarab
Sun Aug 17, 2008 2:02 pm
Forum: PSP Development
Topic: module pipes
Replies: 7
Views: 3782

module pipes

hi. im making a console homebrew, actually ive the base set up, 4 switchable tty with usual manipulations using keyboard ( pikey support, well only palm ok actually ), fnt font support, ... basics command (echo,cd,ls,...) are now embedded in the eboot, ive basics to run elf as modules, ... so my que...