-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
questionFurther information is requestedFurther information is requested
Description
It would be interesting to have a single binary for all IOP related functionality. This would possibly allow the following:
- Not restricted to libc functions inside sysclib, so for example you could use
strnlen - Change the ABI to e.g. n32
- Link time optimization
.iopmodsection support code can be removed from Linux- Remove the need for tools to manipulate the
.iopmodsection - Module loading code can be left out, freeing up more IOP memory for e.g. cache
Since there is less need for runtime loading/unloading of modules in the Linux kernel environment compared to the EE realtime kernel environment, I think it would be a good idea.
This would require reimplementation of the ROM modules (which I am currently working on for ps2sdk).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested