forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Kernel mode load fail... why?!

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Jabberwocky



Joined: 03 Aug 2005
Posts: 43

PostPosted: Sun Aug 14, 2005 8:11 am    Post subject: Kernel mode load fail... why?! Reply with quote

I've been playing around with some stuff on the PSP and it's all working great in user mode, but when I try and boot the ELF in kernel mode it fails with error 800200D9, which is apparently running out of memory.

Is there a limit to the ELF size loadable in kernel mode? Mine is 224KB... which doesn't seem that big to me.

All I'm changing in the code is:

Code:
PSP_MODULE_INFO(test, 0, 1, 1);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER | PSP_THREAD_ATTR_VFPU);


to

Code:
PSP_MODULE_INFO(test, 0x1000, 1, 1);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_VFPU);


Any help much appreciated.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group