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

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 fromc64.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.
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".
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".