Page 1 of 1

cx16os

Posted: Sat Oct 05, 2024 3:04 am
by totodilespy
I've shared this on the Discord, but figured I should share it here as well.

cx16os is a OS layer for the Commander X16. It's unix-esque, and features a shell, preemptive multitasking, and redirection and more.

I walk through more here: https://youtu.be/BwCtG6uicNY?si=-hD1jlHqjbvZBmSJ

The main discord repo can be found here: https://github.com/cnelson20/cx16os

A zip download of v0.0.2 are attached to this post. If you plan on using the emulator to try it out, I recommend using an SD card image which can be found on the releases page: https://github.com/cnelson20/cx16os/releases

Sadly, it doesn't work on the web emulator, because there is no way to pass the -c816 flag to it, as cx16os requires a cx16os.

Re: cx16os

Posted: Sat Oct 05, 2024 6:42 pm
by JimmyDansbo
I have created a pull request to enable cpu- type and speed options to the web emulator.
https://github.com/X16Community/x16-emulator/pull/306

Hopefully it will be accepted :)