- Notifications
You must be signed in to change notification settings - Fork23
ps2dev/ps2link
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PS2Link (C) 2003 Tord Lindstrom (pukko@home.se) (C) 2003,2004 adresd (adresd_ps2dev@yahoo.com) (C) 2003,2004,2005 Khaled (khaled@w-arts.com) (C) 2019,2020,2021 fjtrujy (fjtrujy@gmail.com)
If you are confused on how to start developing for PS2, see thegetting started section onthe ps2dev main page.
Please read the file LICENSE regarding PS2Link licensing.
PS2Link is a 'bootloader' which, used together with an Ethernet driver anda TCP/IP stack, enables you to download and execute software on your PS2.
It is designed to run from memory card, cdrom or host drives.
It loads all IRX's at startup and IPCONFIG.DAT for the network settings.The IRX's and the IPCONFIG.DAT should be in the directory which PS2LINK is loaded from.
PS2Link
requires the following IRX modules:
PS2LINK.IRX from: ps2linkPS2DEV9.IRX ps2sdkPS2IP-NM.IRX ps2sdkNETMAN.IRX ps2sdkSMAP.IRX ps2sdkIOPTRAP.IRX ps2sdkPOWEROFF.IRX ps2sdkUDPTTY.IRX ps2sdk
Buildingps2link
just requires projectPS2SDK
.
For building against ps2sdk make surePS2SDK
is set to your ps2sdk releasedir.
make clean all
Credit for the icon logo goes to Revolt fromps2dev
.
NOTES + WARNINGS:IPCONFIG.DAT FILENAME SHOULD BE UPPERCASE.
IPCONFIG.DAT uses the following format:PS2IPADDRESS NETMASK GATEWAYIPseperated by a single space.
Links for discussion and chat are availablehere.