Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
Not another ti shell
« previous
next »
Print
Pages: [
1
]
2
3
Go Down
Author
Topic: Not another ti shell (Read 6515 times)
0 Members and 1 Guest are viewing this topic.
DrewMarin
Guest
Not another ti shell
«
on:
December 20, 2006, 04:08:00 am »
Well Yes it is a other ti shell , but this I want to add funcuality to the calc that everyday users could benefit from, but so far I have no idea on this. It will have a password manager to set up a password on boot , and so far I have been thinking on how it will work so it can be as cracker proof as possible ;]. I will release source code , I will need help, Any changes made to the shell while in development it would be appreciated it you shared it with us and a description of what you changed and if there was a reason why.
Cheers, Drew
Logged
graywolf
Guest
Not another ti shell
«
Reply #1 on:
December 20, 2006, 09:59:00 am »
That sounds cool.
Is it going to be for the 83 or 89. Eitherway, it should also have a battery check.
A file search would be nice (on 89 for sure, but on 83?). Also programmers might want a hex editor or something like that.
A file info page and calc info page is also good. The ability to garbage collect is also good.
And hopefully it will run programs, files in general directly if possible. For example, text files can be viewed by just pressing enter; a program (kernel or shell or basic or w/e) can be run directly.
This probably sounds like a lot, but I'm just giving suggestions.
Logged
Radical Pi
LV9
Veteran (Next: 1337)
Posts: 1143
Rating: +5/-2
Not another ti shell
«
Reply #2 on:
December 20, 2006, 10:15:00 am »
How about... an interpreted language specifically designed for gaming?
Logged
One of these days I'll get a sig I'm really proud of.
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
Not another ti shell
«
Reply #3 on:
December 20, 2006, 11:02:00 am »
QuoteBegin-Radical Pi+20 Dec, 2006, 16:15-->
QUOTE
(Radical Pi @ 20 Dec, 2006, 16:15)
How about... an interpreted language specifically designed for gaming?
You wouldn't happen to be refering to the MLC shell, would you?
This looks interesting; I look forward to trying it out.
Logged
bfr's website -
http://bfr.tifreakware.net
Radical Pi
LV9
Veteran (Next: 1337)
Posts: 1143
Rating: +5/-2
Not another ti shell
«
Reply #4 on:
December 20, 2006, 12:04:00 pm »
Actually I was more thinking of FastRPL. I didn't no MLC was also a shell.
Logged
One of these days I'll get a sig I'm really proud of.
Halifax
LV9
Veteran (Next: 1337)
Posts: 1334
Rating: +2/-1
Not another ti shell
«
Reply #5 on:
December 20, 2006, 12:10:00 pm »
you know it may not be the best thing to make the password crack "proof" because what if the user forgets the password?? Well then they wont be able to use the calculator.
Logged
There are 10 types of people in this world-- those that can read binary, and those that can't.
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
Not another ti shell
«
Reply #6 on:
December 20, 2006, 12:13:00 pm »
QuoteBegin-Radical Pi+20 Dec, 2006, 18:04-->
QUOTE
(Radical Pi @ 20 Dec, 2006, 18:04)
Actually I was more thinking of FastRPL. I didn't no MLC was also a shell.
MLC is technically a shell that only runs MLC programs.
Haifax has a good point. One should just not let his/her calculator get in the wrong hands.
Logged
bfr's website -
http://bfr.tifreakware.net
graywolf
Guest
Not another ti shell
«
Reply #7 on:
December 20, 2006, 12:25:00 pm »
Yah, I agree with Halifax. Maybe you should have a combination of keys like [ALPHA]+[ON] held together to unlock the calculator. Something that the user can remeber, but anyone pressing random keys will not guess.
Logged
dinhotheone
LV6
Super Member (Next: 500)
Posts: 410
Rating: +2/-1
Not another ti shell
«
Reply #8 on:
December 20, 2006, 12:27:00 pm »
except then anyone who uses this shell will know how to open it.
Logged
graywolf
Guest
Not another ti shell
«
Reply #9 on:
December 20, 2006, 12:44:00 pm »
Oh... Well you can customize your own set of keys to unlock
Logged
DrewMarin
Guest
Not another ti shell
«
Reply #10 on:
December 20, 2006, 02:59:00 pm »
wow nice ideas =], and its for the 83+ . Im gonna need help so if anyone wants to help your more than welcome and Im thinking of trying to make a team but I know that will not be easy , but who said it would be. And to any people with alot of knowledge on kernels and stuff would it be smart to make my own kernel in asm , or would running a kernel on top of a kernel be a bad idea?
Logged
elfprince13
Guest
Not another ti shell
«
Reply #11 on:
December 20, 2006, 03:53:00 pm »
no offense meant but several things Id like to point out here.
the phrase "kernel" is probably the wrong one in this case since you are referring to an 83+ shell.
in general BASIC shells are fun to write, but not particularly useful in the long run (dont take this as a discouragement of the project, just a helpful suggestion)
writing a shell in asm is much more useful but the fact the you are asking whether or not you should do it in asm would seem to imply you aren't familiar enough with asm to want to undertake a project of this magnitude in it yet.
anywho, other than that, sounds like a fun project, if you do it in basic I suggest the use of codex and program tools as 2 excellent tools for creating basic shells. If you do it in asm I suggest learning the language and writing a few games before trying anything like this.
Logged
DrewMarin
Guest
Not another ti shell
«
Reply #12 on:
December 20, 2006, 04:30:00 pm »
QuoteBegin-elfprince13+20 Dec, 2006, 21:53-->
QUOTE
(elfprince13 @ 20 Dec, 2006, 21:53)
no offense meant but several things Id like to point out here.
the phrase "kernel" is probably the wrong one in this case since you are referring to an 83+ shell.
in general BASIC shells are fun to write, but not particularly useful in the long run (dont take this as a discouragement of the project, just a helpful suggestion)
writing a shell in asm is much more useful but the fact the you are asking whether or not you should do it in asm would seem to imply you aren't familiar enough with asm to want to undertake a project of this magnitude in it yet.
anywho, other than that, sounds like a fun project, if you do it in basic I suggest the use of codex and program tools as 2 excellent tools for creating basic shells. If you do it in asm I suggest learning the language and writing a few games before trying anything like this.
well I know what a kernel is(was thinking of writing a kernel in asm also and have this run of it but idk sounds wayy to advanced lol), and I know Im gonna have to use asm at one point becuase basic isnt enough for this project. Community hopefully will help , and the source will be open so people could help me by making changes along the way. And as far as using other programs also it prob will happen. thx for the advice/info elfprince
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Not another ti shell
«
Reply #13 on:
December 21, 2006, 02:34:00 am »
werent kernel the same thing than shells? On 68k i remember everything that was a shell was called a kernel, I dunno why.
Sound nice for a first project tho, I would allow the user to set his key combination to unlock the calc... uhm wait that would be a nice alternative for a password program (on xbox passwords are key based, not character based
)
Logged
DrewMarin
Guest
Not another ti shell
«
Reply #14 on:
December 21, 2006, 03:37:00 am »
QuoteBegin-xlibman+21 Dec, 2006, 8:34-->
QUOTE
(xlibman @ 21 Dec, 2006, 8:34)
werent kernel the same thing than shells? On 68k i remember everything that was a shell was called a kernel, I dunno why.
Sound nice for a first project tho, I would allow the user to set his key combination to unlock the calc... uhm wait that would be a nice alternative for a password program (on xbox passwords are key based, not character based
)
They just wished it was a kernel, i think Ill take ur advice from msn on the 10 key thing
Logged
Print
Pages: [
1
]
2
3
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
Not another ti shell