bon dejà je devine que tu as l'app français sur ta TI nan ?

vire la c de la merde
le shift+on...heu une minute là......
J'en etais sur !!!!!!!!!!!!! LES README BORDEL DE MERDE !!!
----------------
II. INSTALLATION
----------------
+ Send Preos.89z / stdlib.89z / shrnklib.89z (or .9xz files) to your calculator.
(You can send preos-tictex instead of preos if you want that tictEx is your default shell - See http://tict.ticalc.org for info about tictex).
+ Archive these files in 'main' or 'system folder.
+ Press 'Preos()' to install it. If a kernel is already installed, PreOs won't do anything (Even an outdate version of preos). You should uninstall it before (Does a reset).
+ PreOs will save a lot of information about the calc, check if the libraries are outdated, install a crash handler and install itself as a TSR (Terminate Stay Resident).
+ Install now all your TSR
+ You have to reinstall it as soon as you reset your calc (run 'preos()').
+ You can browse your calculator and run asm programs by pressing SHIFT+ON.
--------------------
III. UNINSTALLATION
--------------------
The uninstall program can only uninstall Preos.
It will restore the Vector table, and will free the allocated handle for the TSR.
WARNING: If you have installed TSR which use others vectors in the vector table than the traps, either they won't work anymore (and you will lose some memory), either your calculator will crash. You should be able to uninstall Preos without uninstalling Hw2Tsr.
WARNING: Use uninst programs from the same version as the installed one !
Well, another way and the best way, if you want to uninstall PreOs, is to do a real reset. It is clear, and you will have a very stable calculator.
----------
IV. F.A.Q.
----------
YOU: I am an expert and I want a personnal version of Preos !
ME: Ok, no problem ! Just download Preos Developper Release and extract it.
Go to src folder, and open preos.asm in a text editor (notepad, emacs, ...).
Select the different options you want.
Create the program in a DOS command by :
tigcc preos.asm hw2tsrh220xtsr.a
Or if you don't want an h220xtsr version, you can use :
a68k -g -t preos.asm
makeprgm preos
YOU: Where are the libraries ?
ME: Libraries (exept shrnklib) are packed and compressed in one file : 'stdlib'.
This Pack Archive contains :
+ Preos Browser (It will run it when you run the Pack Archive).
+ filelib/genlib/genalib/genclib/graphlib/userlib/ziplib /pk92lib/brwselib/ugplib /fargray/gray4lib/gray7lib/util/triglib/linelib/hufflib/hexlib.
So you don't need to have theses libraries anymore.
YOU: I want to change of Shell !
ME: No problem !
If your new shell is :
+ a kernel program :
- Rename your new shell to 'shell'
+ a nostub program :
- Send Preos-tictex instead of preos.
- Rename your shell to 'tictex' and it should be in the 'main' folder.
YOU: It says 'Wrong library version', and I have sent the newest version of 'stdlib'.
ME: Check if you don't have old versions of the libraries in your VAT.
Preos won't look inside Pack Archives if he found a non-compressed library with the same name.
YOU: Preos says 'Extracting' every time but I don't call a compressed program !
ME: Yes. But the libraries are compressed !
So it needs to uncompress them before running it.
Moreover, Preos Browser will free the used libraries during the running of a program. So if you call a program under it, when you return to it, you'll see 'Extracting' again : it extracts the libaries (again) to allow browing.
YOU: I didn't see any error message when I press SHIFT+On and it won't work.
Or, it says lib 'xxxlib' is needed but I have it !
ME: As you will see in the 'bugs list', Preos lost sometimes the error message...
99% you'll have theses messages if you don't have the MOST recent version
of shrnklib (or the used compressing library).
YOU: Does preos still delete home entry handles for kernel programs?
ME: Yes, but you can avoid this by calling kernel::HdKeep.
If your TI89 freezes, press 2nd - Right - Left - ON to reset it.
If this doesn't work remove the 4 batteries + the Lithium battery
If your TI92+ freezes, press 2nd - Lock - ON to reset it.
If this doesn't work remove the 4 batteries + the Lithium battery
----------------------
V: Using Preos Browser
----------------------
It is a tiny launcher of ASM programs. It supports nostub / kernel programs. It doesn't support PPG programs. You can run it by pressing SHIFT+ON or by running it directly from home ('stdlib()'). If a program you attempt to execute fails, Preos Browser will display an error. You may bypass the shell by launching programs directly from TI-BASIC.
When you start Preos Browser, it displays a menu of the folders on your TI-92+/Ti-89/V200. There are two modes of operation; one is the folder view, which is the default upon startup, and the second is the program view.
The main (and only) advantage of Preos Browser compared to doors/enstein/pct/tictex/... is that is is VERY small : when you run a program from this browser, only 298 bytes of RAM are used by the browser !
Use the following keys to navigate through Preos Browser:
[Up] - move cursor up
[Down] - move cursor down
[2nd] [Up] - page up
[2nd] [Down] - page down
[ENTER] - execute program / enter folder
[ESC] - quit