Prosit Apps
3 little applications
for Prosit OS
Version 1.0 for Prosit V 0.70.1
0.1. History
Since I always wanted to write my own operating system, and I found in the Ti92 a good platform, and because I learned 68k asm a long time ago, I tried some systems, such as the 'Big Joke' program (a bit limited) which crashed the calc half of the time on exit, and the more promising 'Xinu', which - even if it didn't work - still interests me (I've some projects on it and GCC on Linux, but Hey! it's for now). But when Prosit came on the scene, I wanted to test it, so I wrote those little programs to see how it works and if I was still able to program. The ideas came from the LINES.PRG on Atari, the two others are from X Window accessories (AKA xmag and xosview). Enjoy. ;-)
0.2. About the author
François Revol is currently studying Electrical and Computing Engineering at ESISAR in Valence, Drôme, France. He knows about 68k, x86 and some 8 bits asm, the C language, and some others.
0.3. Credits
0.4. License
This package is released under the same the license that come with Prosit:
You are free to distribute this software provided that nothing is added to or
removed from the distribution, and that you do it free of charge. You may also
alter the source code but if you distribute your own modifications you must
clearly state that you are not the original author (and what changes you have
made) in the documentation, source and/or the executable(s).
In other words: put it on a web page, in an archive, fax it, put it in a bottle
and throw it into the ocean - just keep it... free :)
As I said, the lines program idea is taken from the LINES.PRG on Atari, (or the WinCrash© screen saver as you want). The idea is ; well, does anybody want me to explain ? Here is a list of the features it has:
The code is not very optimized, and there is some debuging stuff, but there are some comments to help reading it (and maybe understanding it...).
This program is simply a x4 screen magnifier. 16x16 pixels viewed centered on mouse.
This program has no options.
NOTE: This time PMag works correctly on the 89 too! ;-)
This program tries to monitor system resources. For now, only the two first bargraphs are active: the load, and the mem, which represent the use of CPU, and the used amount of memory. More things to come...
This program has no options.
I find that Prosit works pretty well, even if it crashes sometimes, and if I had to incbin the small and large fonts in winlib to see something readable on the emulator (maybe because the ROM was just an update, didn't want to make a ROMdump).
When writing these apps, and even before, I saw the main problem of all the shells, and other 'kernels' (don't think we could use this word, except talking about Prosit), and even Prosit itself: the relocation. It gives more problems than it solves. Here is my point of view:
Anyway, enjoy it!
I've a lot of ideas, but I don't know if I'll enough time, anyway, Here is what I have in my bag: