Search found 3 matches

by flatwhatson
Thu Jan 18, 2007 9:02 pm
Forum: PSP Development
Topic: limited size of PBP on 303 firmware ?
Replies: 12
Views: 4606

Well it wouldn't be a limitation of PBPs per se, as the PBPs created by popstation for D_As custom firmware can come in excess of 700Mb (though admitedly, the actual executable contained within that PBP is only about 1Mb in size) Have you tried writing a smaller application and packing the PBP using...
by flatwhatson
Thu Jan 18, 2007 8:55 pm
Forum: PSP Development
Topic: WPA support in kernel mode apps for 3.03oe
Replies: 32
Views: 17936

Kernel mode apps only run on <=1.5 at this point in time... and 1.5 has no kernel support for WPA. So, unless you fancy trying to implement some kind of software WPA libraries (which, if possible, would probably require a good deal of overhead), unfortunately, the answer is no. You're not the first ...
by flatwhatson
Sat Dec 30, 2006 10:52 pm
Forum: PSP Development
Topic: updated unpack-pbp and pack-pbp
Replies: 1
Views: 2165

updated unpack-pbp and pack-pbp

Hi everyone, I'm sure many here have been playing with these new PSX eboots for the PSP... I was finding, because they're quite large, that the unpack-pbp and pack-pbp that come with the pspsdk were hogging all my virtual memory, because they don't implement any kind of buffer size limitations. So I...