yea, i get what you mean, thxHellcat wrote: IIRC even on the Slim, those 64MB are split up into two partitions (apart from the other partitions, the memory is broken into), and are not "in one pice".
So, even on the Slim you can't do a malloc() of 60MB, or such thing....
Search found 28 matches
- Fri Jun 27, 2008 4:08 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
- Thu Jun 26, 2008 7:38 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
psar dumper has to be changed to allow streaming and not a full load, not just for cases like this, but also because the fat is almost running out of memory to hold lates updatest, a bit more and it will be impossible to hold it. I was planning to do it if they changed encryption in 4.00... but the...
- Thu Jun 26, 2008 7:00 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
again, don't ever ask a question if you couldn't provide enough source for us to check. And please no source à la Ne0h. 1) why on earth do you need to have such big arrays ? 2) what is the source dealing with those arrays ? 3) are you creating a kernel pluggin only for slim version (because an over...
- Sun Jun 22, 2008 4:55 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
- Sun Jun 22, 2008 3:46 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
The KERNEL partition is 8MB max PERIOD. All the rest of the memory is the user partition. You can't change that. The heap size only tells how much the app will take from the user partition. oh, now i know what you's mean, So is there a way to use the user portion to use the buffers, like a user mod...
- Sun Jun 22, 2008 2:34 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
pretty insane I must say what you are doing and not shameful you are. If you PRX is loaded in a kernel partition, it wouldn't be able to fit your data size requirements : 24 MB + 30 MB ! Kernel partition can only be 8 MB at most. I'm booting straight into a elf that hasn't loaded any other prx's ye...
- Sat Jun 21, 2008 3:06 pm
- Forum: PSP Development
- Topic: Big Buffer in Kernel & Service mode
- Replies: 14
- Views: 4938
Big Buffer in Kernel & Service mode
OK, im trying to do some stuff with a psar and i need to load it & im having trouble with buffers in kernel mode. Every other mode works, vsh, user etc. just not kernel. here's what im using...or tried using, static u8 g_dataPSAR[23*1000*1000] __attribute__((align...
- Tue Jun 10, 2008 9:05 pm
- Forum: PSP Development
- Topic: Load prx in service mode
- Replies: 3
- Views: 1997
- Mon Jun 09, 2008 10:03 am
- Forum: PSP Development
- Topic: Load prx in service mode
- Replies: 3
- Views: 1997
Load prx in service mode
Hello, i've created a little app that required kernel mode, so i made a prx. But then i tried using service mode and thats what i want to create it for. but i try, SceUID mod = pspSdkLoadStartModule("kernel.prx", PSP_MEMORY_PARTITION_KERNEL); if (mod < 0) &a...
- Tue May 20, 2008 9:49 pm
- Forum: PSP Development
- Topic: Permissions Error[SOLVED]
- Replies: 13
- Views: 4455
- Mon May 19, 2008 5:21 pm
- Forum: PSP Development
- Topic: Permissions Error[SOLVED]
- Replies: 13
- Views: 4455
Does nobody pay attention? This has nothing to do with sudo. This has nothing to do with environment variables. This has nothing to do with cygwin. Read the README.PSP! The PSP cross compiled SDL, SDL_mixer, SDL_image should NOT get installed into /usr/local/include, and if they are, that means (wi...
- Sun May 18, 2008 4:36 pm
- Forum: PSP Development
- Topic: Permissions Error[SOLVED]
- Replies: 13
- Views: 4455
I've tried installing from my desktop (drive C:) and ive tried installing from many other locations on my D drive, mostly in the cygwin paths and some at D's root. still they all don't work.....perm error :( i'll give sudo a go in a min. :)
Edit: im using cygwin btw if you may not have noticed :s lol
Edit: im using cygwin btw if you may not have noticed :s lol
- Wed May 14, 2008 5:08 pm
- Forum: PSP Development
- Topic: Permissions Error[SOLVED]
- Replies: 13
- Views: 4455
Permissions Error[SOLVED]
I'm trying to install the SDL, SDL_Mixer & SDL_Image, but when i do "make install" it gets to a certain point and won't do it because of a perm error, it may be because i have a user name call "Every One" but if thats the prob how do i change it to a different one so it'll wo...
- Sun Apr 06, 2008 10:35 am
- Forum: General Discussion
- Topic: Happy 7th Birthday!
- Replies: 19
- Views: 93928
- Sat Apr 05, 2008 8:04 am
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
@FaderX: What exactly was going on when you started up your application? Did anything go wrong, or did nothing work? it loaded until i added libhttp functions. i also tried a prx which worked until it reached the http functions, moonlight has to be right about the global variable. im guna try it ag...
- Mon Mar 24, 2008 4:45 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
- Tue Mar 18, 2008 6:02 pm
- Forum: PSP Development
- Topic: Cannot Allocate Memory?? 3.XX Sha1 fails aswell
- Replies: 5
- Views: 3625
- Sun Mar 16, 2008 11:16 am
- Forum: PSP Development
- Topic: Cannot Allocate Memory?? 3.XX Sha1 fails aswell
- Replies: 5
- Views: 3625
- Sat Mar 15, 2008 4:54 pm
- Forum: PSP Development
- Topic: Cannot Allocate Memory?? 3.XX Sha1 fails aswell
- Replies: 5
- Views: 3625
Code: Select all
PSP_MODULE_INFO("Check", 0, 1, 1);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER);
PSP_HEAP_SIZE_MAX();
- Sat Mar 15, 2008 1:59 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
- Sat Mar 15, 2008 11:36 am
- Forum: PSP Development
- Topic: Cannot Allocate Memory?? 3.XX Sha1 fails aswell
- Replies: 5
- Views: 3625
Cannot Allocate Memory?? 3.XX Sha1 fails aswell
Ok i've created a 3.XX game that loads, but.....Im trying to check to make sure the files are correct size etc. e.g 390.PBP SceUID fd; int size; dataPSAR = (u8 *)memalign(0x40, 0x0100a830+256); if (!dataPSAR) { ErrorExit(6000, "Ca...
- Tue Mar 11, 2008 4:22 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 12297
Ok, Thanks bromirzab14 wrote:Thanks jas0nuk!
@FaderX-
It would be like this:
Code: Select all
if ((tachyon == 0x00140000 && baryon == 0x00030600)) { printf("Motherboard = TA-079 v1 1g\n"); }
- Sun Mar 09, 2008 10:27 am
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 12297
- Tue Mar 04, 2008 3:46 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
thanks, but it still doesnt work, any more idea's??gambiting wrote:You have to define Heap size:
put it after psp module info.Should help.Code: Select all
PSP_HEAP_SIZE_MAX();
- Sun Mar 02, 2008 7:24 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 12297
- Sun Mar 02, 2008 11:53 am
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
- Sat Mar 01, 2008 10:11 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
- Sat Mar 01, 2008 12:45 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19085
downloading files?? from internet.....How?
Hey all im new here, lol SO i have a homebrew which accesses the internet,.....How do you download a file do you use? copy_file("http://website.com/file.extension, "ms0:/file.extension"); I've tried that & it currently doesn't work?? & im connec...