mczero80

Results 19 comments of mczero80

Thank you very much! I will take a look into it tomorrow. So far, eulex is really promising to play around with forth as a standalone system. I found some...

Just searched google for IR, you mean intermediate representation? I am no compiler expert, but I guess it is a form of abstraction for portability or speedup. It is not...

Sure, I will give feedback, perhaps even upload a pull request to github when I have something interesting, that is useful too! :) Ahh one more question, I am sorry....

Hi, still haven't tested it on bare metal. Your proposed changes for `keyboard.fs` work as intended. But I had no luck implementing keyboard chars, that are reached while holding ALT....

As far as I know, there are no chars that are in a ALT-CTRL table. Only ALT, CTRL and SHIFT as separate tables. ö, ü and ä are reachable without...

Btw I will take a look into emacs keys, so far I have only used nano and vim :D

I am too interested in building a new ISO file. I watched a Terry video on youtube where he instructs how to build a new distro, but the starting ISO...

> @mczero80 Try to find an ISO with SHA-1 hash 1a1ec79... > > It might be in https://archive.org/details/TempleOS_ISO_Archive as TempleOSV503, I don't remember That's the correct ISO! Thank you very...

I don't feel qualified without more practice at coding. Would be happy if you take a look at it when you have time and still fun @coding 🙂

I have a similar problem. You can't stop something moving, because $ff only contains the last key pressed, A released key can't be detected with $ff. I have tried to...