uhm, well thanks for the warm invitation, but i now have the .elf i wanted. thank you misfire.
hahahahaha j.f.= jerk fiend.
Search found 4 matches
- Thu Jul 16, 2009 1:24 pm
- Forum: PS2 Development
- Topic: smallest ps2 program.
- Replies: 7
- Views: 7177
- Thu Jul 16, 2009 6:29 am
- Forum: PS2 Development
- Topic: smallest ps2 program.
- Replies: 7
- Views: 7177
- Thu Jul 16, 2009 6:15 am
- Forum: PS2 Development
- Topic: smallest ps2 program.
- Replies: 7
- Views: 7177
- Wed Jul 15, 2009 4:00 pm
- Forum: PS2 Development
- Topic: smallest ps2 program.
- Replies: 7
- Views: 7177
smallest ps2 program.
Im trying to build a really small elf, that relies on the least amount of hardware or calls i guess. here is and example i found but i cant get it to compile. #include <kernel.h> #include <sifrpc.h> int main (void) { SifInitRpc (0); init_scr(); scr_printf ("ps2dev"); SleepThread ((); retur...