Search found 4 matches

by shdi_us
Thu Jul 16, 2009 1:24 pm
Forum: PS2 Development
Topic: smallest ps2 program.
Replies: 7
Views: 6259

uhm, well thanks for the warm invitation, but i now have the .elf i wanted. thank you misfire.


hahahahaha j.f.= jerk fiend.
by shdi_us
Thu Jul 16, 2009 6:29 am
Forum: PS2 Development
Topic: smallest ps2 program.
Replies: 7
Views: 6259

is a make file similar to a batch file?
by shdi_us
Thu Jul 16, 2009 6:15 am
Forum: PS2 Development
Topic: smallest ps2 program.
Replies: 7
Views: 6259

prebuilt PS2SDK installed. thank you still a little clues on compiling this, but im do some attempts notepad #include <kernel.h> #include <sifrpc.h> int main (void) { SifInitRpc (0); init_scr(); scr_printf ("PS2 roolz!"); SleepThread ((); return 1; } and saved as main.cpp k, now when i run...
by shdi_us
Wed Jul 15, 2009 4:00 pm
Forum: PS2 Development
Topic: smallest ps2 program.
Replies: 7
Views: 6259

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...