| View previous topic :: View next topic |
| Author |
Message |
PrimeTime
Joined: 19 Aug 2004 Posts: 25
|
Posted: Tue Oct 05, 2004 7:19 pm Post subject: Unloading an IOP module? |
|
|
Hi again,
I was just wondering if it is possible to unload an IOP module. For example, if I loaded and executed several modules, is it possible to unload one of those while running code from the EE?
I am interested in the idea of running ftpd at certain points in my EE program. Parts of the EE program that I will not be using it, I would like to either unload or pause it.
Is it possible to do without modifying ftpd?
Thanks,
Ryan Kegel |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Oct 06, 2004 2:02 am Post subject: |
|
|
Unfortunately, with ps2dev libraries, the only way to "unload" a module is to return 1 from the module's start() routine.
You would need the official SDK to manually unload modules.
Or you would need to implement that functionality yourself. _________________ "He was warned..." |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Wed Dec 29, 2004 10:56 pm Post subject: |
|
|
FYI, I just added StopModule, UnloadModule, and SearchModuleByName... _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
|