Welcome, Guest. Please login or register.

Author Topic: Run AmigaOS on Beaglebone?  (Read 2453 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: Run AmigaOS on Beaglebone?
« on: September 17, 2013, 08:22:32 AM »
There's a hosted version of AROS for the Raspberry Pi that might also work on the BeagleBone.  The problem with the ARM-native version of AROS is that it's based on the unstable branch that has yet to be finalized.  This means that it may not be ready for any closed-source projects yet since compatibility-breaking features may yet be introduced, thus requiring a recompile.

The problem with trying to port an operating system to a new processor is that some of the parts of the program are written in raw machine language instead of compiling languages like C.  AROS was designed to be portable from one architecture to the next and as far as I know, it's the only Amiga-like OS to run on the ARM architecture.