Metagames


Précédent   Metagames > Univers Playstation > Playstation 2
Accueil S'inscrire Blogs FAQ Communauté Calendrier Téléchargements Messages du jour Recherche

Playstation 2 Console de salon, sortie en 2000 (PS2), 2003 (PSX), 2004 (PS2 Slim)

Réponse
 
Outils de la discussion Modes d'affichage
Vieux 16/07/2006, 13h38   #1 (permalink)
Profil
bitonio6
Non Inscrit / Non Connecté
Ancienneté  100%
Ancienneté 100%
 
Messages: n/a
Téléchargements:
Uploads:
Par défaut

J'ai lu qu'il y avait une version faite ou à faire de launchELF spécialement pour les PSTwo...

Quand est-il?

Et quelle est la différence entre version qui pèse 800Ko et une qui pèse 300Ko du même launchELF?
  Réponse avec citation
Vieux 16/07/2006, 14h46   #2 (permalink)
Profil
Membre Respecté
Ancienneté  92%
Ancienneté 92%
 
Avatar de MaPomme
 
Date d'inscription: mai 2006
Messages: 3 211
Téléchargements: 0
Uploads: 0
Merci: 0
Remercié 22 fois dans 4 Posts
Par défaut

.
Bitonio, le boulet illettré.

Il ne sait pas lire, alors faut qu'on le fasse à sa place.

1/
LaunchELF v3.52 (2006.03.26)
-Combined hdd patches to a single IRX for both PS2 and PStwo, eliminating the need for model-dependent ELFs. Now all models of PS2 and PStwo can use the same ELFs.

2/
Le nom des 2 ELF du dernier LaunchElf:
BOOT.ELF
uncompressed_BOOT.ELF
.
__________________
MaPomme est déconnecté   Réponse avec citation
Vieux 16/07/2006, 18h57   #3 (permalink)
Profil
bitonio6
Non Inscrit / Non Connecté
Ancienneté  100%
Ancienneté 100%
 
Messages: n/a
Téléchargements:
Uploads:
Par défaut

Je suis sorry mais je ne parle pas l'anglais...

Code:
This text describes a modification of the PS2SDK sources so as to produce a version of ps2hdd.irx for use with the 'slim PStwo' models, equipped with the 'HDCombo' kit. Those models can't work with the old driver, because it tests a hardware register they don't have. In the new code that test has simply been removed, and since that test served no useful purpose, this fix is valid for all PS2 and PStwo models.

IF you are not a developer, planning to recompile LaunchELF in your own PS2Dev environment, then there is no real need for you to read the rest of this file.

If you are a developer, then this information is intended for you, but please note that the PS2SDK source patches in the subfolder "Source\Changed source for external projects\ps2sdk" already include this patch, in the file "iop\hdd\apa\src\misc.c", so there is no need for you to edit this patch yourself. It is presented here merely to show how simple this change is, that will make HDD software compatible to the new PStwo models.

The following text is quoted from a post by 'lonwern' at PS2-Scene:
----- Start of post quote -----
(ps2sdksrc\iop\hdd\apa\src\misc.c)

original:

int getIlinkID(u8 *idbuf)
{
	int err=0;

	memset(idbuf, 0, 32);
	if(CdReadIlinkID(idbuf, &err))
		if(err==0)
			return 0;
	dprintf1("ps2hdd: Error: cannot get ilink id\n");
	return -EIO;
}

changed:

int getIlinkID(u8 *idbuf)
{
	int err=0;

	memset(idbuf, 0, 32);
	CdReadIlinkID(idbuf, &err)
	return 0;
}
----- End of post quote -----

The above shows that the patch only affects a single function of ps2hdd.irx, as defined in the source file "ps2sdksrc/iop/hdd/apa/src/misc.c". By patching that file as described, and then recompiling PS2SDK, all programs compiled thereafter will use the new ps2hdd.irx driver, thus gaining compatibility with the 'slim' PStwo models that didn't work with the old driver.

NB: For v3.51 of uLaunchELF a different method was used, since we were not sure at that time if the new driver had any drawbacks for the old PS2 models. For that reason two different driver modules were used, so as to preserve all old capabilities. That is not really necessary, and if you did patch your PS2SDK setup that way, you now need to redo that patching, simply by using our prepatched "misc.c" file.

With the new methods only one ps2hdd irx driver is needed, and likewise only one set of uLaunchELF ELF files, for use on any PS2 or PStwo model.

Best regards: Ronald Andersson (AKA: dlanor)

J'ai téléchargé la toute dernière version et j'ai vu ça dedans
alors j'ai voulu savoir ce qu'il en était...

Désolé d'avoir déranger votre majesté!


Et y'a t'il une différence à l'usage d'une version compressée ou décompressée?

Si la réponse est non, pourquoi donnent-ils toujours les deux versions? (patch ou autre possible à ajouter, c'est ça?)
  Réponse avec citation
Vieux 16/07/2006, 20h22   #4 (permalink)
Profil
Membre Respecté
Ancienneté  92%
Ancienneté 92%
 
Avatar de MaPomme
 
Date d'inscription: mai 2006
Messages: 3 211
Téléchargements: 0
Uploads: 0
Merci: 0
Remercié 22 fois dans 4 Posts
Par défaut

.
Non, Bitonio, tu te moques du monde.

Les nouvelles versions de LaunchElf sont systématiquement annoncées sur Meta. Voici pour le dernière:

http://www.metagames-eu.com/News1869_LaunchELF-v379.php

Et le change-log de LaunchElf est systématiquement traduit en français et publié sur Meta:

http://www.metagames-eu.com/team/red.../ps2/LaunchELF

C'est pas moi que tu déranges, ici, c'est de la poire de redrum que tu te moques, en l'occurrence.

Bref, c'est bien d'écrire dans un forum. Mais c'est bien aussi de lire ce qu'y écrivent les autres - ça évite entre autres de reposer des questions auxquelles il a déjà été répondu.
.
__________________
MaPomme est déconnecté   Réponse avec citation
Vieux 16/07/2006, 21h17   #5 (permalink)
Profil
bitonio6
Non Inscrit / Non Connecté
Ancienneté  100%
Ancienneté 100%
 
Messages: n/a
Téléchargements:
Uploads:
Par défaut

Ben on saura si on ne comprend pas un truc sur launchelf, faut pas poser la question...
  Réponse avec citation
Réponse
Précédent   Metagames > Univers Playstation > Playstation 2


Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are non
Pingbacks are non
Refbacks are non


Discussions similaires
Discussion Auteur Forum Réponses Dernier message
Dernière version de HDloader et Launchelf (dsl pour tous ces topics) Pharmacist Playstation 2 12 24/11/2007 23h59
Launchelf en version CD ? Vreid Playstation 2 4 01/02/2006 19h59
LaunchElf: nouvelle version 3.41n Invité Playstation 2 11 08/11/2005 12h43
LaunchElf: nouvelle version 3.41m Invité Playstation 2 16 08/11/2005 03h47
Nouvelle version de LaunchElf Invité Playstation 2 13 25/10/2005 23h42


Fuseau horaire GMT +1. Il est actuellement 23h24.


© 2003-2018 MetaGames. Tous droits réservés.