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?
Loading In Kernel Mode Size Issues
Re: Loading In Kernel Mode Size Issues
I'd guess your problems are related to this: http://forums.ps2dev.org/viewtopic.php?t=3452qubitz 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.