BIOS
From PSPWiki
[edit]
Memory Management
- memory pool management functions
[edit]
Multithreading
- thread scheduling is similiar to PS2 EE
- not preemptive
- highest priority thread will run until the interrupt handler changes state
- highest priority threads can be placed in a WAIT state
- its possible to pause lower priority threads by higher priority threads
[edit]
Relocatable Executables
- called PRX files
- especially drivers
- kernel modules
- user modules

