| View previous topic :: View next topic |
| Author |
Message |
anandmj
Joined: 06 Apr 2007 Posts: 4
|
Posted: Fri Apr 06, 2007 3:12 am Post subject: Help..Hello World on PS2 |
|
|
Just started to look PS2 as something useful apart from Enjoyment.
I would like to write a hello world for PS2 to start of with.
My basic understanding goes like this
1. install a tool chain with PS2 SDK on my laptop
2. Write code and compile it using above set up
3. Write DVD with generated code
4. Put the DVD in playstation and boot.
5. Code should run
Is this understanding write ? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Apr 06, 2007 12:11 pm Post subject: |
|
|
Well, you could... but that's a terrible waste of discs.
Basically you burn a program loader named ps2link (http://ps2dev.org/ps2/Loaders/PS2_side_boot_loaders), boot the PS2 with this disc and then use a client (http://ps2dev.org/ps2/Loaders/PC_side_clients) to load and run the program on the PS2 over the network.
This way you only have to burn one disc and can run programs on the PS2 directly from the pc you're working from. |
|
| Back to top |
|
 |
n2liquid
Joined: 02 Jan 2007 Posts: 4
|
Posted: Mon Apr 09, 2007 12:44 pm Post subject: |
|
|
What if I had a pendrive?
Is there any ready-to-use loader which explores usb massive storage devices?
Thx! |
|
| Back to top |
|
 |
JorDy
Joined: 11 Dec 2005 Posts: 121
|
Posted: Tue Apr 10, 2007 8:34 pm Post subject: |
|
|
| uLaunch elf is probably the best one around you can boot off usb, HDD, disk and memory card |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Wed Apr 11, 2007 5:34 am Post subject: |
|
|
| JorDy wrote: | | uLaunch elf is probably the best one around you can boot off usb, HDD, disk and memory card |
You got that right. I have uLaunchELF set to run with the ID Exploit, so all I do is stick the stupid PS1 football disc in the PS2, wait for uLaunchELF to start, then I can run stuff off the USB stick. If I like it enough, I use uLaunchELF to copy it to the harddrive. That's also how I update SMS... put the latest SMS.elf on USB, then copy to the harddrive. |
|
| Back to top |
|
 |
|