<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2>Salut,</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Je suis comptant je 
viens de coder ma premiere "vrai" "appli" sur mon os.</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Multi thread, avec 
semaphore et tempo et tous et tous...</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>(Bon ok en mode 
kernel mais bon c'est déja ca !)</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>L'appli c'est des 
balls (zballs), qui rebondissent sur les bords de l'ecran&nbsp;et entre 
elle.</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>* 1 thread qui creer 
une zball toute les 3 sec ( la creer dans une liste et se met en wait 3 
sec)</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>* 1 thread par 
ball.</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>&nbsp; efface 
l'ancienne position, calcul la nouvelle, vérifie les colisions et les bords, 
affiche la nouvelle position et se met en wait 100 
ms</FONT></SPAN></DIV></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>* 1 semaphore pour 
la liste des zballs (chainés double circulaire, list.h)</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>* 1 semaphore pour 
la console.</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Voir 
ici:</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2><A 
href="http://www.hexanium.com/zumba/zballs/zballs.jpg">http://www.hexanium.com/zumba/zballs/zballs.jpg</A></FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>(je creer 60 zballs, 
donc 60 threads + 1 createur + 1 idle</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Ca marche nikel sous 
bosh, c' est fluide !</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Par contre sur un 
vrai archi (portable Sony Vaio) ca marche mais les tempos sont hyper 
longue...</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Quelqu'un a déja eu 
ce phénome ? </FONT></SPAN><SPAN class=765233611-18112005><FONT face=Arial 
size=2>Appli plus rapide en emulation que en "vrai" ? </FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Quelqu'un a une 
piste de recherche ?</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2>-----------------------------------------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Rien a voir met un 
peu quand meme:</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>J'ai eu aussi un 
probleme avec un HP Pavillon, j'avais implémenté le test de mémoire physique de 
l'article de SOS (3 je crois) et j'avais n'importe quoi (page overide !) alors 
que sur&nbsp;4 autres archi réel differente, bosh et Qemu, ca 
marchait...</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Serait il possible 
d'avoir un lien pour&nbsp;télécharger une version de SOS compilé (.img) a mettre 
directe sur disquette avec RawWrite. J'aimerais tester l'implémentation de ce 
tests de memoire physique strictement codé par vous. Ca vient peut etre de mon 
source mais j'ai passé des nuits et des nuits dessus et rien trouvé, conclusion, 
c'est la machine :P !</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>Je me souviens plus 
vraiment mais au démarrage, le bios affichais entre autre un truc du 
genre:</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>"Mem:&nbsp;6532 Ko 
(Extended: 32 Mo )"</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial size=2>C'est quoi cette 
memoire etendue ? ca a rapport avec la porte A20 ? comment on y accede 
?</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><SPAN class=765233611-18112005><FONT 
face=Arial 
size=2>-----------------------------------------------------------------------------------</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><SPAN class=765233611-18112005><FONT 
face=Arial size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><SPAN class=765233611-18112005><FONT 
face=Arial size=2>Y'a t'il des paramétrages secrets de bios ou des limitations 
sur certain bios concernant l'acces a la memoire ?</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><SPAN class=765233611-18112005><FONT 
face=Arial size=2>N'y a t'il pas des "trucs" a paramétrer sur certain bios pour 
acceder à toute la memoire ?</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><SPAN class=765233611-18112005><FONT 
face=Arial size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2>Merci</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2>A++</FONT></SPAN></DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=765233611-18112005><FONT face=Arial 
size=2>Hexanium</FONT></SPAN></DIV></BODY></HTML>