| View previous topic :: View next topic |
| Author |
Message |
qubitz
Joined: 03 Apr 2005 Posts: 32
|
Posted: Tue Dec 20, 2005 11:03 am Post subject: Loading In Kernel Mode Size Issues |
|
|
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? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Tue Dec 20, 2005 12:43 pm Post subject: Re: Loading In Kernel Mode Size Issues |
|
|
| 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 |
|
| Back to top |
|
 |
|