Loading In Kernel Mode Size Issues

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
qubitz
Posts: 32
Joined: Sun Apr 03, 2005 10:30 am

Loading In Kernel Mode Size Issues

Post by qubitz »

I'm writing a program that I am loading in kernel mode. I am finding that I am unable to load the program sometimes, and it appears to be releated to size. My program is small (200KB), and I don't have a lot of static variables. When the program won't load, if I do something like comment out a function that isn't being used, then it will load.

Any ideas on how to fix this?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Re: Loading In Kernel Mode Size Issues

Post by jimparis »

qubitz wrote:I'm writing a program that I am loading in kernel mode. I am finding that I am unable to load the program sometimes, and it appears to be releated to size.
I'd guess your problems are related to this: http://forums.ps2dev.org/viewtopic.php?t=3452
Post Reply