img
Fr  En     
Vous cherchez des forums, un endroit pour discuter ? C'est ici ! Actualité, blogs, bd, ciné, programmation, jeux vidéo, consoles, pockets, calculettes TI, études ... y'a too :) Attention ... addictif ! :D
Partenaires  
UpToTech Forum discussions Pixel Invaders Web-Tricheur Alvasoft.net : Hardware & TI ACBM Pockett
^
@_ö
(14:21)  Welcome on yAronet.cOm ! - To post you just have to register ! -
@Boo + 4 unknown(s)

Login :
Password :   
Se souvenir de moi. Lost password?

/!\:: Want to take part to discussions or create your own community ? Let's go ! Register and post ! :D Free ! ::/!\
 « - 1/7 - Next » :: Pages
 Index » Time To Team » Beta Tests OS (209r) » PedroM 0.82
./Starting post - PedroM 0.82
11.06.2001 - 18617
21:17  @PpHd - Posted : 20-06-2009  M

PedroM 0.82 RC1 has been released. Please help us providing the help needed to make this release a quality one.
PedroM is a new and completely free (released under the GPL) Operating System for the TI-89, TI-92+, V200 and TI-89 Titanium calculators of Texas Instruments. It replaces entirely the original Operating System provided by Texas Instruments (called AMS for Advanced Mathematics Software). PedroM is not affiliated to Texas Instrument in any way: it was developed from scratch.
The main new features since PedroM 0.81 are:
+ bugs fixed : more application can be run,
+ new system variables : font
+ a new build system based on Unix Makefile and on ld-tigcc which provides a huge level of flexibility (allowing more developers to join and integration of Unix like libraries),
+ (optional) integration of the GMP( http://gmplib.org ), MPFR ( http://www.mpfr.org ) and MAYLIB (a custom made library) which helps PedroM to provide a symbolic engine.

To run the symbolic engine, you have to build PedroM with it by using the command : make CAS=1
or use a compiled binary. Then you enter the symbolic engine by typing the command 'zs'. You'll enter a new shell of command with the following properties. Note that this shell is not the final interface: it is used for beta testing the symbolic engine.
You can type any mathematical expression, then press ENTER to evaluate it (For example, 2*x-x is simplified into x). The evaluation should be always exact except for a set of measure zero.
You can enter arbitrarily long integer, fraction or floats (For example, 500!-3/2). The precision of the floats can be changed anytime by using the prec function. Note that the floats used in this mode are based on MPFR and are much, much reliable than the floats used outside the symbolic engine.

You can save some values inside 26 variables : 'a' to 'z' (For example, 2+x STO a -- Note that STO is the STORE character used to store on AMS in the variables) and use them latter (For example, expand (a^2)). To delete a variable, store nothing in it (Example: STO a)
See the manual to read the available commands.

We need beta testers to test this release against the following calculators:
+ TI-92+ HW1
+ TI-92+ HW2
+ V200
+ TI-89 HW1
+ TI-89 HW2
+ TI-89 Titanium HW3
+ TI-89 Titanium HW4

To transfer PedroM, you may use FreeFlash available at http://www.ticalc.org/archives/files/fileinfo/368/36829.html . Don't forget to read carefully the manual of Free Flash. Installing PedroM should be safe providing you know what are doing and you have an original AMS OS (See TI site) to install in case of problem. But I don't provide any warranty, neither Texas Instruments, neither the author of FreeFlash: do it at your own risk.

The test suite is concentrated on the software hardware integration. So each beta tester has to test for its calculator:
+ sending PedroM to its calculator,
+ successful boot which shows the PedroM prompt,
+ test of the keyboard drivers:
* test if what you input in your keyboard is print on the screen,
* test of the [2ND] + key combination,
* test of the [DIAMOND] + key combination,
* test of the [SHIFT] + key combination,
* test of the auto repetition of the keys,
+ test of the handling of the screen
* test of [DIAMOND] + '+' or '-' to change the contrast,
* test of the [2ND] + 'ON' which shut down the calculator,
* test of the 'ON' which restarts the calculator,
+ test of the Flash Rom:
* write a dummy file (Use the built in text editor to create one),
* archive it using the arc command,
* reset PedroM (using the reset command),
* check that the file is still present and not corrupted,
* create a new dummy file, archive it, and reboot,
* check that the files are still present and not corrupted,
* reformat the flash using the install format command,
* check that the files are missing,
* reset PedroM and check that the files are missing,
+ test of the BATTERY indicator,
* try to find, if possible, some batteries with different levels
* test the BATTERY indicator,
* test if the archive of files is forbidden if the BATTERY is too low.
+ test of the LINK:
* send some files, and check that they were successfully loaded inside PedroM,
* get a screenshot of the calculator,
* list the files,
* receive the files,
* create folder,
* delete file
+ test of the unprotection:
* send some programs, try to run them.

Once you have done this, the software hardware integration should be good.
You can continue your test by sending some assembly programs developed for TI-89, TI-92 or V200 :
+ test of a pure nostub program,
+ test of a tigcc stub program,
+ test of a kernel program,
+ test of a PPG.

Once you have done this, the software software integration should be good.
You can continue your test by testing the symbolic engine :
+ Run 'zs' and performs what you want :)

Please report any bugs/regressions of PedroM or successful tests to patrick [dot] pelissier [at] gmail [dot] com, or in this message boards. If don't perform the full test suite, please tell it in your report.
See http://www.yaronet.com/t3 for details.
Download: http://www.yaronet.com/~technic/archives/OS/Alpha/pedrom-0.82-RC1.7z

Edited by PpHd le 30-09-2009 à 23:14:14.

Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./Publicité AdSense
./1
11.07.2003 - 44125
21:24  Flanker - Posted : 20-06-2009  M

Juste une question bête :

The main new features from PedroM 0.81 are:
+ bugs fixed : more application can be run,
+ new system variables :
+ new command : printf
+ a new build system based on Unix Makefile and on ld-tigcc which provides a huge level of flexibility (allowing more developers to join and integration of Unix like libraries),
+ (optional) integration of the GMP( http://gmplib.org), MPFR (http://www.mpfr.org) and MAYLIB (a custom made library) which helps PedroM to provide a symbolic engine.

PedroM 0.81 ou 0.82 ?


<<< Kernel Extremist©®™ >>>

<Vertyos> un poil plus mais elle suce bien quand même la mienne ^^
<Sabrina`> tinkiete flan c juste qu'ils sont jaloux que je te trouve aussi appetissant
<Conscience> Et que le plan soit faux ou non il reste vrai la preuve aujourd'hui.
<Zephyr> tu veux que je te la tienne ?
./2
28.08.2003 - 7719
23:11  Sasume - Posted : 20-06-2009  M

*from*


« Quand le dernier arbre sera abattu, la dernière rivière empoisonnée, le dernier poisson capturé, alors vous découvrirez que l'argent ne se mange pas. »
./3
13.06.2001 - 55414
07:51  Nil - Posted : 21-06-2009  M

"since" would be better, wouldn't it ?


www.brumeries.info

12, rue des Brumeries disponible

Nous sommes de bons jardiniers et yaronet est un merveilleux jardin. (Hippopotame)
./4
28.10.2001 - 6188
10:37  Lionel Debroux - Posted : 21-06-2009  M

Yes, I think so.
BTW: the GMP and MPFR links in ./0 and http://tichessteamhq.yuku.com/topic/4703 are b0rked :)


Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI, TIEmu (le vrai) et TILP (le vrai).
./5
18.06.2001 - 5941
12:41  Folco - Posted : 21-06-2009  M

Bravo ! #top#


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./6
18.06.2001 - 5941
14:19  Folco - Posted : 21-06-2009  M

I get always the bug described in http://www.yaronet.com/posts.php?sl=&s=120888&p=1 (post 18) after having recompiled.
I get always a strange behavior with make not cleaning source directory... I must run './pedrom/src/make clean' or './pedrom/make' to clean sources.
I use an up-to-date Fedora 11 x86-64 with latest TIGCC.

I still with use your provided binaries ... :(


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./7
11.06.2001 - 18617
19:08  @PpHd - Posted : 21-06-2009  M

Folco (./6) :
I get always the bug described in http://www.yaronet.com/posts.php?sl=&s=120888&p=1 (post 18) after having recompiled.


I am pretty sure the bug is somewhere in the tools rather than PedroM.


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./8
28.10.2001 - 6188
17:24  Lionel Debroux - Posted : 22-06-2009  M

According to http://mobifiles.bytefox.de/viewtopic.php?f=25&t=3632 (in German), the sqrt function is faulty (and has been since at least 0.81, probably ever since the function got first implemented), it computes sqrt(x/10) instead of sqrt(x).
(Source: http://tichessteamhq.yuku.com/topic/4703 )


Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI, TIEmu (le vrai) et TILP (le vrai).
./9
11.06.2001 - 18617
20:14  @PpHd - Posted : 22-06-2009  M

Folco (./6) :
I get always the bug described in http://www.yaronet.com/posts.php?sl=&s=120888&p=1 (post 18) after having recompiled.
I get always a strange behavior with make not cleaning source directory... I must run './pedrom/src/make clean' or './pedrom/make' to clean sources.
I use an up-to-date Fedora 11 x86-64 with latest TIGCC.

I still with use your provided binaries ... :(


Patch:
------------------------------- src/c/printf.c --------------------------------
index 6552957..c19f7ce 100644
@@ -249,31 +249,31 @@ vcbprintf (short (*callback)(short,FILE *), FILE *p, const char *fmt, va_list ar
{
case '#':
dr.flags |= FLAG_VARIANT;
- continue;
+ break;
case '0':
- if ((dr.flags | FLAG_LJUSTIFY) == 0)
+ if ((dr.flags & FLAG_LJUSTIFY) == 0)
dr.flags |= FLAG_PADZERO;
- continue;
+ break;
case '-':
dr.flags = FLAG_LJUSTIFY | (dr.flags & ~FLAG_PADZERO);
- continue;
+ break;
case ' ':
dr.flags |= FLAG_BLANKER;
- continue;
+ break;
case '+':
dr.flags |= FLAG_SIGNED;
- continue;
+ break;
case '\'':
/* TODO: SUSv2 specifies one */
- continue;
+ break;
case 'I':
/* TODO: glibc 2.2 specific one */
- continue;
+ break;
case 'z':
case '^':
case '|':
/* TODO: Ti specific ones */
- continue;
+ break;
default:
goto end_read_flags;
}



Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./10
11.06.2001 - 18617
20:16  @PpHd - Posted : 22-06-2009  M

Lionel Debroux (./8) :
According to http://mobifiles.bytefox.de/viewtopic.php?f=25&t=3632 (in German), the sqrt function is faulty (and has been since at least 0.81, probably ever since the function got first implemented), it computes sqrt(x/10) instead of sqrt(x).
(Source: http://tichessteamhq.yuku.com/topic/4703 )


Note: I highly recommend using zs for all numerical computations. It is much more tested than the functions of the default interpreter.


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./11
11.06.2001 - 18617
20:30  @PpHd - Posted : 22-06-2009  M

Lionel Debroux (./8) :
According to http://mobifiles.bytefox.de/viewtopic.php?f=25&t=3632 (in German), the sqrt function is faulty (and has been since at least 0.81, probably ever since the function got first implemented), it computes sqrt(x/10) instead of sqrt(x).
(Source: http://tichessteamhq.yuku.com/topic/4703 )


Patch:
--- a/src/Bcd.asm
+++ b/src/Bcd.asm
@@ -778,6 +778,7 @@ FloatNegInfinity dc.l $FFFF6000,$99999999,$99999999
FloatPosInfinity dc.l $00006000,$99999999,$99999999
FloatZero dc.l $00002000,0,0
FloatOne dc.l $00004000,$10000000,0
+FloatTen dc.l $00004001,$10000000,0
FloatMinusOne dc.l $FFFF4000,$10000000,0
FloatNAN dc.l $00007FFF,$AA000000,0
FloatLn10: dc.l $00004000,$23025850,$92994046
@@ -1036,10 +1037,15 @@ FloatRangeReducByMod:
move.l (a7)+,d0
rts

+; Compute sqrt(x)
; In:
; FloatReg1 >=0
FloatSqrt:
pea (a5)
+ movem.l FloatReg1,d1-d3
+ movem.l FloatTen(pc),d4-d6
+ movem.l d1-d6,FloatReg3
+ jsr FloatMult
tst.w FloatReg1+FLOAT.sign
bne \Return
move.w FloatReg1+FLOAT.exponent,-(a7) ; Push org exponent


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./12
18.06.2001 - 5941
16:32  Folco - Posted : 23-06-2009  M

Very nice ! Thank you !


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./13
11.06.2001 - 18617
21:25  @PpHd - Posted : 23-06-2009  M

Here some screenshots of its numerical functions I forgot:
img img img img
img img img img
img img img img
img img img img
img img img img


Edited by PpHd le 02-07-2009 à 07:35:16.

Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./14
11.06.2001 - 18617
14:30  @PpHd - Posted : 27-06-2009  M

A RC2 of PedroM 0.82 has been released. It fixes all the reported bugs against the RC1. Please test it.
Download: http://www.yaronet.com/~technic/archives/OS/Alpha/pedrom-0.82-RC2.7z


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./15
18.06.2001 - 5941
01:06  Folco - Posted : 28-06-2009  M

Ok ! I look at it probably tomorrow !

Bravo ! ;)


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./16
10.06.2001 - 28525
14:52  Kevin Kofler - Posted : 01-07-2009  M

Your pictures are all 404s.


Mainteneur de TIGCC (le vrai)
(Co-)Administrateur du Forum TICT et TIGCC (anglophone)
Modérateur sur MobiFiles (germanophone)
Fondateur de #tigcc sur irc.freequest.net (UTF-8)
CalcForge – le nouvel hébergement de CalcForgeLP (ex TiLP) et Emu-TIGCC (ex TiEmu)
Participez à la reprise de Ti-Gen!
./17
16.06.2001 - 34919
15:08  squalyl - Posted : 01-07-2009  M

normal this is a 4x4 array


For most people, good enough is near enough. For the few, good enough is never enough.
Nspire wiki ~ TI68k/z80 RSA factoring project
./18
11.06.2001 - 18617
20:04  @PpHd - Posted : 01-07-2009  M

Kevin Kofler (./16) :
Your pictures are all 404s.

Due to an error, I have deleted them all yesterday. I have redone them.


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./19
18.06.2001 - 5941
22:22  Folco - Posted : 08-07-2009  M

Test report, PedroM 0.82 RC3 (official build), TI89 HW2.

+ sending PedroM to its calculator,

Success ! The calc was under AMS 2.09, I have used FreeFlash and a fsigned ROM.

Note that the 'install tib' of this version doesn't work, in the same way that I described you in a mail today.
+ successful boot which shows the PedroM prompt,

Success.
+ test of the keyboard drivers:
* test if what you input in your keyboard is print on the screen,

It does. The command line scrolls horizontally (nicer than before if I remember !), but the input buffer seems to be limited up to 40 chars.
* test of the [2ND] + key combination,

Combinations of all chars tested, success.
* test of the [DIAMOND] + key combination,

Success for the 3 chars accessible on a 89 keyboard (theta, infinite and underscore).
* test of the [SHIFT] + key combination,

Success. I get all chars in upper case. Note that ALOCK and SALCK seem to work fine.
* test of the auto repetition of the keys,

Failed. None of arrow keys and backspace want to auto-repeat. I got the same behavior in previous versions.
+ test of the handling of the screen
* test of [DIAMOND] + '+' or '-' to change the contrast,

Success, from the lower level to the higher one and vice-versa.
* test of the [2ND] + 'ON' which shut down the calculator,

Success. [DIAMOND] + 'ON' works in the same way.
* test of the 'ON' which restarts the calculator,

Success.
+ test of the Flash Rom:
* write a dummy file (Use the built in text editor to create one),

Done. Filename : abc. Text : test1.
* archive it using the arc command,

Success. 'ls -l' reports it to be in archive.
* reset PedroM (using the reset command,)
* check that the file is still present and not corrupted,

Success. I can edit and 'cat' the file.
* create a new dummy file, archive it, and reboot,

Done. Filename : def. Text : test2.
* check that the files are still present and not corrupted,

Success. I can edit and 'cat' the two files.
* reformat the flash using the install format command,

Done.
* check that the files are missing,

'ls' says that no file remains.
* reset PedroM and check that the files are missing,

No file again.
+ test of the LINK:
* send some files, and check that they were successfully loaded inside PedroM,

I have sended only asm programs. It usually works fine, but sometimes the behavior is strange. I use TiLP 2, the package provided in the Kevin's repository.

When it doesn't work :
- drag and drop a file to the 'variable' item of TiLP
- TiLP timeout in few seconds
- PedroM disp a message "Link. Reset ?"

- The "Ready" button on TiLP makes sometimes TiLP to timeout, and the calc displays the same message.

Nevertheless, usually, files transferts work correctly. I can browse the calc and see the files in the vat from my computer.
* get a screenshot of the calculator,

Success. if the calc displays the PedroM's prompt. It fails if some program is running (waiting for a keystroke with the ngetchx romcall).



I can run a simple asm program (68KP), kernel mode.
I keep my calc turned on in an infinite loop until the level of my batteries is sufficiently low to perform the end of the tests. It should happen very soon. Then I will be able to complete the test.

edit -> link tests done

Edited by Folco le 09-07-2009 à 23:10:39.

<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./20
10.06.2001 - 28525
12:53  Kevin Kofler - Posted : 09-07-2009  M

What exactly does domain(real) do? Because its effect on conj in the screenshot looks weird to me.


Mainteneur de TIGCC (le vrai)
(Co-)Administrateur du Forum TICT et TIGCC (anglophone)
Modérateur sur MobiFiles (germanophone)
Fondateur de #tigcc sur irc.freequest.net (UTF-8)
CalcForge – le nouvel hébergement de CalcForgeLP (ex TiLP) et Emu-TIGCC (ex TiEmu)
Participez à la reprise de Ti-Gen!
./21
10.06.2001 - 28525
12:58  Kevin Kofler - Posted : 09-07-2009  M

And how are symbolic variables inside gcd handled? Are they assumed integers?


Mainteneur de TIGCC (le vrai)
(Co-)Administrateur du Forum TICT et TIGCC (anglophone)
Modérateur sur MobiFiles (germanophone)
Fondateur de #tigcc sur irc.freequest.net (UTF-8)
CalcForge – le nouvel hébergement de CalcForgeLP (ex TiLP) et Emu-TIGCC (ex TiEmu)
Participez à la reprise de Ti-Gen!
./22
11.06.2001 - 18617
19:10  @PpHd - Posted : 09-07-2009  M

Kevin Kofler (./20) :
What exactly does domain(real) do? Because its effect on conj in the screenshot looks weird to me.

Yes it IS weird. Definitely a bug.
The bug was in the interpreter, become conj(m) was evaluated BEFORE m was replaced with its value.
Which means that in the evaluation of conj(m), m was assumed real, and so it returns m. Then it is substituted into conj(x)+I*conj(y) which is then evaluated into x+I*y
It will be fixed in the RC4.

Kevin Kofler (./21) :
And how are symbolic variables inside gcd handled? Are they assumed integers?

Well the function gcd is a function which returns an integer.
It uses the polynomial gcd, but then if poly_gcd(x,y)=1, it can't assume that the integer_gcd(x,y)=1. if we replace x and y by some values (x=2 and y=4), it is wrong.
I know it isn't a very classical behavior of the gcd function, but let's see if it is good or not.


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./23
11.06.2001 - 18617
21:57  @PpHd - Posted : 09-07-2009  M

All the reported bugs have been fixed in RC4 available at http://www.yaronet.com/t3

Add new options to zs:
-q : quiet option
example: echo "220!" | zs -q > toto
side toto
-m NUMBER : Limit the number of the memory used by the expression evaluator (default is using as much as possible).
Thanks to this new option, you can limit the memory used by zs and have multiple instance of zs in different shells (DIAMOND + Fn works inside zs)


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./24
18.06.2001 - 5941
23:05  Folco - Posted : 09-07-2009  M

Very nice !!!


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./25
18.06.2001 - 5941
23:11  Folco - Posted : 09-07-2009  M

Mistake in the test, the linking error is "Link : reset", and not "Link : MID".


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./26
18.06.2001 - 5941
23:24  Folco - Posted : 09-07-2009  M

img


Nice, isn't it (89 HW2) ? itm

I have just tested the only failed test I did for the RC3 : the auto-repeat feature doesn't seem to work (command line, side).

BTW, I have tested the battery indicator, and I have never seen the item displayed... My calc was running a program, the contrast was significantly low, nothing were displayed (home screen). I have turned off the calc, and it didn't want to boot : no more batteries. I have changed just one of the four, but the calc still displayed nothing... (and with these batteries, the TI boot didn't want to proceed to a ROM transfert).

Edited by Folco le 10-07-2009 à 15:24:33.

<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./27
11.06.2001 - 18617
07:40  @PpHd - Posted : 10-07-2009  M

Current failures in RC4:
* Link seems to fail on real calculator until you get a "Link: Reset" error.
* Key auto-repeat on ti-92
* Battery indicator on ti-89 HW2
* pexeclib is not recognised as a kernel lib inside a Pack Archive: why?


Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./28
11.06.2001 - 18617
09:02  @PpHd - Posted : 12-07-2009  M

PpHd (./27) :
* pexeclib is not recognised as a kernel lib inside a Pack Archive: why?

Report sent. Currently not a bug.

PpHd (./27) :
* Key auto-repeat on ti-92

Could you test again? It seems to work but an awful rate (2s or more repeat!). Could you confirm?



Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.
./29
18.06.2001 - 5941
13:26  Folco - Posted : 12-07-2009  M

PpHd (./28) :
Report sent. Currently not a bug.

Seen, thx for your test, I look at that this afternoon.
PpHd (./28) :
Could you test again? It seems to work but an awful rate (2s or more repeat!). Could you confirm?

Confirmed, it works on 89 HW2 ! Sorry for the false report... (first repeat delay seems to be ~5 sec, then 2 secs)


<<< Kernel Extremist©®™ >>> Pas la peine d'aller là plus d'une fois tous les six mois...
[01:23:51] <flan`adium> sauvez l'utf-16, atomisez la Chine !
Conversion de HTML en PDF : html2pdf

Mieux que le nazisme, VOTEZ COMMUNISTE ! Le parti aux 100 000 000 de morts \o/
./Publicité AdSense
 « - 1/7 - Next » :: Pages
 Index » Time To Team » Beta Tests OS (209r) » PedroM 0.82

./Post a new message. - Ouvrir dans une nouvelle fenêtre
Login : Password :

url   image   google  
hr   board  
pre   spoiler   quote  
media   flash   YouTube  





  Smileys - Smileys perso
Désactiver les smileys  

Joindre un fichier ou une image

Poll - Source
     Flood control (?) :    
Posted messages are the property of their author. We aren't responsible for their contents.

»  yN ©1624 - Aide / Charte
Etat serveur SQL   556ms | Statistics