π
<-

annonçant zkeme80 - un système d'exploitation pour le ti-84+

Assembleur, Axe, C/C++, ICE...

annonçant zkeme80 - un système d'exploitation pour le ti-84+

Unread postby siraben » 13 Jan 2019, 09:50

Bonjour tout le monde!

https://github.com/siraben/zkeme80
Image Image

J'aimerais partager un projet sur lequel je travaille depuis un mois. Ça s'appelle zkeme80, un nouveau système d'exploitation pour le ti-84+. La caractéristique importante est que la majeure partie est écrite dans le langage de programmation Forth. Ce n'est pas fini, mais le noyau est. J'ai aussi écrit l'assembleur parce que les systèmes macro existants dans d'autres assembleurs ne sont pas suffisants. L'assembleur est écrit dans le langage de programmation Scheme. Il est facile de compiler le système d'exploitation, il suffit d'exécuter « make build » dans le répertoire.

Je m'excuse pour mon français, ça fait longtemps que je n’utilise pas le français :p
Last edited by siraben on 13 Jan 2019, 10:44, edited 1 time in total.
User avatar
siraben
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 3.9%
 
Posts: 4
Joined: 13 Jan 2019, 09:31
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby Hayleia » 13 Jan 2019, 10:43

The TI-84 does not exist.

Image
ImageImageImage
Pokemon Topaze (Axe) discussion and download links here
(19:29:36) noelnadal: plus sérieusemen​t, j'ai très peu de problèmes
(22:45:44) Clifward: J'aime rire du malheur des autres :troll:

(2017.11.18 - 17:07:12) Fireworks: Hayleia !!!!!
(2017.11.18 - 17:07:19) TI-Bot: Fireworks has been logged out (Kicked).
(2017.11.18 - 17:07:22) TI-Bot: Ban of user Fireworks revoked.
(2017.11.18 - 17:07:25) TI-Bot: Fireworks logs into the Chat.
(2017.11.18 - 17:07:28) Fireworks: <3
(2017.11.18 - 17:07:31) Fireworks: 208
User avatar
HayleiaGénéreux
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Level up: 43.8%
 
Posts: 2509
Images: 2
Joined: 30 Aug 2011, 08:22
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Templar

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby siraben » 13 Jan 2019, 10:44

Apologies, meant the TI-84+. Updated!
User avatar
siraben
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 3.9%
 
Posts: 4
Joined: 13 Jan 2019, 09:31
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby Lionel Debroux » 13 Jan 2019, 10:50

It's interesting to see this kind of projects pop up, especially with such a choice of unusual - but of course valid - implementation languages :)
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.4%
 
Posts: 6875
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby Hayleia » 13 Jan 2019, 10:54

I couldn't find the information on the Readme so I guess the answer is "no", but can it run ASM programs compiled for the TI-OS (I obviously don't expect it to run TI-Basic programs)?

Anyway, I'm really wondering about the Forth part. I kinda agree with the "Why Forth?" section of the readme (though I don't know if there are any alternatives, at least I agree that assembly makes it very annoying to create something as big as an OS). But on the other hand, who knows Forth (I mean that question as a potential limitation for contributors)? But on the other other hand, still, who wants to use assembly? :P

Image
ImageImageImage
Pokemon Topaze (Axe) discussion and download links here
(19:29:36) noelnadal: plus sérieusemen​t, j'ai très peu de problèmes
(22:45:44) Clifward: J'aime rire du malheur des autres :troll:

(2017.11.18 - 17:07:12) Fireworks: Hayleia !!!!!
(2017.11.18 - 17:07:19) TI-Bot: Fireworks has been logged out (Kicked).
(2017.11.18 - 17:07:22) TI-Bot: Ban of user Fireworks revoked.
(2017.11.18 - 17:07:25) TI-Bot: Fireworks logs into the Chat.
(2017.11.18 - 17:07:28) Fireworks: <3
(2017.11.18 - 17:07:31) Fireworks: 208
User avatar
HayleiaGénéreux
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Level up: 43.8%
 
Posts: 2509
Images: 2
Joined: 30 Aug 2011, 08:22
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Templar

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby siraben » 13 Jan 2019, 10:57

No, currently there is no link support.

You might be interested in my previous project, a Forth interpreter/compiler that works under TIOS. https://github.com/siraben/ti84-forth

Forth has a niche community, but it has been used in the real world, for instance the Philae spacecraft lander.

https://www.forth.com/starting-forth/ is a good tutorial for beginning Forth programmers
https://github.com/nornagon/jonesforth/ ... nesforth.S has great comments about implementing it for the x86 under Linux
User avatar
siraben
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 3.9%
 
Posts: 4
Joined: 13 Jan 2019, 09:31
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby Hayleia » 13 Jan 2019, 11:01

siraben wrote:Forth has a niche community, but it has been used in the real world, for instance the Philae spacecraft lander.

https://www.forth.com/starting-forth/ is a good tutorial for beginning Forth programmers
https://github.com/nornagon/jonesforth/ ... nesforth.S has great comments about implementing it for the x86 under Linux

Yes yes, I meant it more as a limitation for contributors in the context of the project (I edited my message).
Forth has a niche community, calculators have a niche community too, I'm kind of wondering about the intersection.
But on the other hand people who would want to contribute to the project probably wouldn't want pure assembly.
So I'm really curious about what's going to happen :P

Image
ImageImageImage
Pokemon Topaze (Axe) discussion and download links here
(19:29:36) noelnadal: plus sérieusemen​t, j'ai très peu de problèmes
(22:45:44) Clifward: J'aime rire du malheur des autres :troll:

(2017.11.18 - 17:07:12) Fireworks: Hayleia !!!!!
(2017.11.18 - 17:07:19) TI-Bot: Fireworks has been logged out (Kicked).
(2017.11.18 - 17:07:22) TI-Bot: Ban of user Fireworks revoked.
(2017.11.18 - 17:07:25) TI-Bot: Fireworks logs into the Chat.
(2017.11.18 - 17:07:28) Fireworks: <3
(2017.11.18 - 17:07:31) Fireworks: 208
User avatar
HayleiaGénéreux
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Level up: 43.8%
 
Posts: 2509
Images: 2
Joined: 30 Aug 2011, 08:22
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Templar

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby siraben » 13 Jan 2019, 11:10

The idea is that people share a common kernel, and the .fs files can be interchanged between each other. I also made sure it was extremely easy to build, so the only dependency is a recent enough version of Guile. I hope someone manages to create a REPL for it eventually. Documentation, of course, is the next step!

How the menu was written:
https://github.com/siraben/zkeme80/blob ... -flash1.fs
User avatar
siraben
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 3.9%
 
Posts: 4
Joined: 13 Jan 2019, 09:31
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: annonçant zkeme80 - un système d'exploitation pour le ti

Unread postby Adriweb » 13 Jan 2019, 11:18

This is impressive work, congratulations already!

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 82.1%
 
Posts: 14880
Images: 1211
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb


Return to Langages alternatifs

Who is online

Users browsing this forum: ClaudeBot [spider] and 7 guests

-
Search
-
Social TI-Planet
-
Featured topics
Ndless for CX 4.5.5 / CX II 6.2.0
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
12345
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
2460 utilisateurs:
>2429 invités
>23 membres
>8 robots
Record simultané (sur 6 mois):
32248 utilisateurs (le 01/09/2025)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)