Possible GUI OS for the Commander X16?

Chat about anything CX16 related that doesn't fit elsewhere
BlueSpartan076
Posts: 4
Joined: Sat Nov 28, 2020 8:49 am

Possible GUI OS for the Commander X16?

Post by BlueSpartan076 »


Would someone be able to make a GUI Operating System for the Commander X16? Like GEOS, GEM, Amiga Workbench, or Atari TOS?spacer.png

BlueSpartan076
Posts: 4
Joined: Sat Nov 28, 2020 8:49 am

Possible GUI OS for the Commander X16?

Post by BlueSpartan076 »


Maybe call it Comm OS or XOS?

User avatar
kliepatsch
Posts: 247
Joined: Thu Oct 08, 2020 9:54 pm

Possible GUI OS for the Commander X16?

Post by kliepatsch »


It would definitely be possible. Apart from GEOS there is even some more places where people can draw inspiration from. By incident, I did some reading in the direction of GUIs for 8 bit systems and came across this 6502 multitasking OS which hasn't been finished yet AFAIK:





And this guy said, he borrowed a lot of ideas from SymbOS (http://www.symbos.de/). There is even a Wikipedia entry for that OS, providing some insights in how it was made (https://en.wikipedia.org/wiki/SymbOS).

Furthermore, the source code for GEOS is available. Michael Steil and others worked on reverse engineering the binaries and did a pretty good job on making the code readable (well ... I'm no expert by any means, and I just looked at parts of it very briefly).

https://github.com/mist64/geos

If you scroll down to the readme on that github page, you will find information on how to port this GEOS to other 6502 platforms. I don't know how much work this would be, but it seems to be possible!


Quote




Machine-specific Code




In case you want to adapt the source for other 6502-based systems, you will want to know which parts have C64 dependencies.



All C64-specific code can be easily recognized: Since all C64 symbols have to be imported from c64.inc, you can tell which source files have C64 depencency by looking for that include. Remove the include to see which parts of the code are platform-specific.



 

Ender
Posts: 220
Joined: Sat May 09, 2020 9:32 pm

Possible GUI OS for the Commander X16?

Post by Ender »


The X16 already has GEOS, although it's not totally in a working state yet.  You just have to load the APPS image as an SD card and type "GEOS".

User avatar
kliepatsch
Posts: 247
Joined: Thu Oct 08, 2020 9:54 pm

Possible GUI OS for the Commander X16?

Post by kliepatsch »


ah yes, I totally forgot that ?

BlueSpartan076
Posts: 4
Joined: Sat Nov 28, 2020 8:49 am

Possible GUI OS for the Commander X16?

Post by BlueSpartan076 »



On 11/28/2020 at 10:30 AM, Ender said:




The X16 already has GEOS, although it's not totally in a working state yet.  You just have to load the APPS image as an SD card and type "GEOS".



yeaaaaaaaaaaaaah i actually didnt read the faq's until after posting this. ? i feel so stupid XD

BlueSpartan076
Posts: 4
Joined: Sat Nov 28, 2020 8:49 am

Possible GUI OS for the Commander X16?

Post by BlueSpartan076 »



On 11/28/2020 at 10:30 AM, Ender said:




The X16 already has GEOS, although it's not totally in a working state yet.  You just have to load the APPS image as an SD card and type "GEOS".



i do think that the commander x16 should have its own built-from-the-ground-up GUI OS though. like its own design not GEOS.

User avatar
desertfish
Posts: 1096
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Possible GUI OS for the Commander X16?

Post by desertfish »


That is an enormous task @BlueSpartan076 and I also feel it will only be useful to / used by a tiny fraction of the Cx16 users so not worth the effort.   But hey that's my opinion ?

John Chow Seymour
Posts: 143
Joined: Sun Jul 05, 2020 3:27 pm

Possible GUI OS for the Commander X16?

Post by John Chow Seymour »


I have no interest in a GUI for the X16.  It's just not that kind of computer.

That said, part of what's fun about the X16, for hobbyists, is to tackle various difficult programming challenges.  If someone (or a team) wanted to make a bespoke X16 GUI, I'd probably follow the project's progress with interest, even if I never actually used the end product.  Do it for the challenge!

paulscottrobson
Posts: 305
Joined: Tue Sep 22, 2020 6:43 pm

Possible GUI OS for the Commander X16?

Post by paulscottrobson »


Might be an interesting challenge to update the display fast enough.

Post Reply