Happy things thread!

Topics that can go away
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

zeptoforth now has preemptive multitasking which works! (One can still manually hand off control of the processor with PAUSE though if one wishes.)
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

The "which works" part is important, because I had this almost complete for a while now, but was running into problems that turned out to be due to an undocumented bit in the ARM Cortex-M4 exception frame format.
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

And now I can officially call zeptoforth an RTOS, as it now has task priorities!
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

Travis B. wrote: Fri Nov 20, 2020 2:34 pm And now I can officially call zeptoforth an RTOS, as it now has task priorities!
I Googled this.

My bwain expwoded. :?
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
User avatar
Linguoboy
Posts: 2376
Joined: Mon Jul 09, 2018 10:00 am
Location: Rogers Park

Re: Happy things thread!

Post by Linguoboy »

Flatmate ran to the store in the cold rain so now we will have custard pie for Thanksgiving!
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

Vardelm wrote: Fri Nov 20, 2020 9:45 pm
Travis B. wrote: Fri Nov 20, 2020 2:34 pm And now I can officially call zeptoforth an RTOS, as it now has task priorities!
I Googled this.

My bwain expwoded. :?
Furthermore, for more RTOS goodness, it now has a lock implementation that resists priority inversion even when multiple locks and tasks holding them and waiting for them are chained together!
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

Travis B. wrote: Tue Nov 24, 2020 4:32 pm Furthermore, for more RTOS goodness, it now has a lock implementation that resists priority inversion even when multiple locks and tasks holding them and waiting for them are chained together!
Image
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Ares Land
Posts: 2834
Joined: Sun Jul 08, 2018 12:35 pm

Re: Happy things thread!

Post by Ares Land »

I bought my favourite Kenyan black tea. Best thing ever to get up in the morning (and by get up I mean 'get a caffeine overdose').
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

I reworked priority inversion-resistant locks so now they work properly in the case where a single task holds multiple locks, each of which has another task waiting.
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
alynnidalar
Posts: 336
Joined: Mon Jul 09, 2018 11:51 am
Location: Michigan

Re: Happy things thread!

Post by alynnidalar »

Is that the issue you mentioned in the other thread as having stumped you for a week? Congrats on getting it working!
Travis B.
Posts: 6279
Joined: Sun Jul 15, 2018 8:52 pm

Re: Happy things thread!

Post by Travis B. »

alynnidalar wrote: Wed Dec 09, 2020 11:10 am Is that the issue you mentioned in the other thread as having stumped you for a week? Congrats on getting it working!
Yes it is. The problem when I fix bugs, though, is then I soon get dissatisfied with not having much to do, and have to keep on thinking up things to code so I don't get bored.
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

I just applied for graduation for my masters degree at the end of next semester!!!

:shock:

It's gettin' real, now!
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Ares Land
Posts: 2834
Joined: Sun Jul 08, 2018 12:35 pm

Re: Happy things thread!

Post by Ares Land »

Congrats! What'll you get a master's in?
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

Ares Land wrote: Fri Dec 18, 2020 5:09 pm Congrats! What'll you get a master's in?
Thanks!

The short answer I give people is "digital media". Long answer: MA in Media & Information (UX design focus) as well as a certificate in digital media from another program in the college (Strategic Communications) via elective classes.
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Ares Land
Posts: 2834
Joined: Sun Jul 08, 2018 12:35 pm

Re: Happy things thread!

Post by Ares Land »

Nice! UX design is a particularly interesting subject.
User avatar
Raphael
Posts: 4175
Joined: Sun Jul 22, 2018 6:36 am

Re: Happy things thread!

Post by Raphael »

Congratulations from me, too!
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

Thanks to you as well! (But still just from me. :lol: )
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
User avatar
Man in Space
Posts: 1562
Joined: Sat Jul 21, 2018 1:05 am

Re: Happy things thread!

Post by Man in Space »

I wanted to gift a friend’s kid a vinyl copy of Yellow Submarine. It’s been in the mail for over two weeks with no delivery date in sight. This morning I remembered that I myself had a copy of Yellow Submarine on vinyl and that it hadn’t ever been played. So I located it and sent it via UPS this morning. When the second copy finally arrives I’ll just hold on to it.
rotting bones
Posts: 1301
Joined: Tue Dec 04, 2018 5:16 pm

Re: Happy things thread!

Post by rotting bones »

My semester is finally over.
User avatar
Vardelm
Posts: 665
Joined: Mon Jul 09, 2018 10:29 am
Contact:

Re: Happy things thread!

Post by Vardelm »

rotting bones wrote: Sun Dec 20, 2020 2:30 pm My semester is finally over.
Huzzah! These days, any semester you survive is a good semester! :)
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Post Reply