A2560

From C256 Foenix Wiki
Revision as of 17:31, 19 February 2022 by Gadget (talk | contribs) (Created page with "= Overview = The A2560 machines (A2560U, A2560K) are 680x0 based machines. The A2560U uses a 68000 running at 20MHz; the A2560K uses a 68040 running at 40MHz. The 68k based...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The A2560 machines (A2560U, A2560K) are 680x0 based machines. The A2560U uses a 68000 running at 20MHz; the A2560K uses a 68040 running at 40MHz.

The 68k based machines are quite new, so not as much exists for them yet. That said, the 68k enjoys a huge body of pre-existing software that will easily port to the Foenix!

Standard FLASH

  • The C based "MCP" Kernel
  • A simple DOS-like CLI

Languages

  • C: Numerous legacy 68000 compilers are in use by the community
  • C: hth313 has released a modern, Clang-based C compiler for the 68000; see his channel on the Discord for more information.
  • BASIC: a port of MMBASIC is in progress.

Operating Systems

For the more adventurous, several operating systems and desktop environments are in the works:

  • CLI -- A simple DOS-like CLI is included
  • A port of EmuTOS is in progress, see the Discord for daily updates!