ps2link CD which loads ps2netfs from CD-ROM

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
nestal
Posts: 2
Joined: Sun Oct 10, 2004 1:28 pm

ps2link CD which loads ps2netfs from CD-ROM

Post by nestal »

The pslink distribution iso loads ps2netfs from memory card, but I want to create a ps2link CD that loads ps2netfs from CD-ROM.

What should I put in the extra.cnf?

Thanks
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

the extra.cnf is only an example, to load from another device, change mc0 to the device you want to load from
Kung VU
nestal
Posts: 2
Joined: Sun Oct 10, 2004 1:28 pm

Post by nestal »

This is my IPCONFIG.DAT:

Code: Select all

192.168.1.10 255.255.255.0 192.168.1.254
EXTRACNF = cdrom0:extra.cnf;
And this is my extra.cnf:

Code: Select all

rom0:SIO2MAN;rom0:MCMAN;cdrom0:PS2NETFS.IRX;
Are they correct?

Thanks.
Post Reply