Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Hmm...
|
ViralX
|
Well, I've put the link project on the backburner for now. I recently discovered what I've been working on discovering on and off for the last year (give or take a few months). I've finally figured out how to make an actual OS for the TI89.
Now I know that one certain French guy and the LiteOS team both knew how to do this, but there were a few things that they left out of the available source code, so even if they did compile correctly (which I never got either to do), they still wouldn't be usable on the calc.
I'm now developing an actual OS, so I thought I would throw the topic out to the public for their review.
Firstoff, I need your opions:
Should it be a gui or DOS-like (describe)?
Should it have out-of-the-box support for grayscale, or should I leave more space for data?
Should it support UTF8 unicode or ASCII?
Do we even need a Certificate Memory (64kb)?
Which routines should it come with?
Anything else?
Also a note to anyone that has made any kind of decent routine library for the 89/92+ with TIGCC: please send me a copy of the source code for the libraries and I will include it in the OS and give you credit. But please make sure that the routines don't use any TIOS calls.
All posted opinions are welcome!
<Vx>
|
|
30 June 2003, 03:26 GMT
|
|
|
|
|
Re: Hmm...
|
John Sunderland
|
hey, are you making this in basic or c\asm? (im guessing C\asm), but will this actually replace the TI-OS, (you say "actual os") it would be pretty cool, but i probably would like to leave my 89 factory default. anyway, i made a PC Front-end called G-os, based slightly after the commodore OS called GEOS. it still has some work to do, but it has its own interpreted visual programming language, and command line... its pretty cool. anyway i started making this for my 89 along time ago.. (with out vis language) and it worx pretty well (has a registry system, graphical file explorer with different view modes, like "icons" and "details".) because i suck at C, i am using BASIC with FLIB. the problem that i am having i cant solve, and i was wondereing if you could help: i need a small function (in c \ asm) that returns the file extension of a 89 file as a string ie getext("main\picture") and it returns "PIC". i saw viperos, and it uses something called SLIB. i cant find SLIB on ticalc or anywhere else for that matter, but it does use SLIB to get ext's. i just cant use SLIB, beaucse its too big to have with flib as well. (and i dont know any of the slib functions..) anyway i would appreaciate any help in getting a program to return ext's, thanx.
|
|
2 August 2003, 22:26 GMT
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Hmm...
|
ti_is_good_++
(Web Page)
|
See the 89 program updates. We program in VB.NET and C/ASM, so yes, we can do programs. We just can't fit them under the var size restrictions, so they have to be on Memory Sticks and their performance is less than optimal due to the loading-executing-deleting sequence that has to occur for *each line* of code. And, no, we don't hack-we write programs in ASM and BASIC which is supported by AMS. Link to and from a PC is doable without hacking-it's been done since at least DOS 3 in BASIC, and is still available on WinXP. With x86 ASM, you can do basically anything the hardware can do, and, new since that last post, we've found out that one of the people from another project (I and my team are only a subset of a relatively large contracting group-we take other people's ideas and put them into ours, meaning less work for us, and I work in custom programming) is an OK programmer in x86 assembly, so if we need to use it, we can, but VB.NET has application-to-application interfaces, so as far as we know, we can just operate through TI-Connect.
|
|
30 September 2003, 22:09 GMT
|
|
Re: Miscellaneous Ideas
|
Am4dEuZ
|
TI89 like a Photo-Camera, it's possible but is an articolate project there are many aspect:
***Hardware section:
Use of in/out mini-jack like a video-in using mini-video-camera (isn't possibile acquire video stream cause low memory) than click to make a photo. Must to be done the good interface to prevent damages to calc and camera.
***Software section:
Interface with low-level interrupt for redirect the stream to memory.
Make a program to display the stream on LCD display
Make a program to get a frame frm stream and put it in a file (not pic file!!!) eventually jpg [JPG??!!!?!?!?]
Make a program to convert the frame data to a portable PC jpg (it's possible!!!)
Make a program to high compress these files (i've made!)
Make a program to save the frame in a PIC file
Make a program for PC(win\linux) to get the pics
Ok that's all......i'm crazy??? Nooo....think at GameBoy....
byebye
|
|
3 July 2003, 21:45 GMT
|
|
TI89 like a Photo Camera
|
Am4dEuZ
|
TI89 like a Photo-Camera, it's possible but is an articolate project there are many aspect:
***Hardware section:
Use of in/out mini-jack like a video-in using mini-video-camera (isn't possibile acquire video stream cause low memory) than click to make a photo. Must to be done the good interface to prevent damages to calc and camera.
***Software section:
Interface with low-level interrupt for redirect the stream to memory.
Make a program to display the stream on LCD display
Make a program to get a frame frm stream and put it in a file (not pic file!!!) eventually jpg [JPG??!!!?!?!?]
Make a program to convert the frame data to a portable PC jpg (it's possible!!!)
Make a program to high compress these files (i've made!)
Make a program to save the frame in a PIC file
Make a program for PC(win\linux) to get the pics
Ok that's all......i'm crazy??? Nooo....think at GameBoy....
If you are intereted in helping me, contact me
byebye
|
|
3 July 2003, 21:48 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
You can change the number of comments per page in Account Preferences.
|