Slashdot Mirror


Amiga and Hyperion Settle Ownership of AmigaOS

HKcastaway writes "Amiga Inc and Hyperion Entertainment announced a settlement over ownership and licensing over AmigaOS 4.0 and future versions. Since the bankruptcy of Commodore, Amiga's history has been littered with lawsuits that have affected the development of Amiga hardware and software. Having a lawsuit-free OS probably will help a great deal to the continuity and recovery of the Amiga heritage. Hyperion also provides AmigaOS SDKs for developers.'

8 of 227 comments (clear)

  1. Wow, my clock must be broken by manicbutt · · Score: 5, Funny

    For a second there, it looked like I was reading a story about the Amiga OS in 2009. Ha ha ha! Silly clock radio.

    1. Re:Wow, my clock must be broken by Anonymous Coward · · Score: 1, Funny

      Hey now, don't be hatin' on the flying toaster.

    2. Re:Wow, my clock must be broken by R4wBon3 · · Score: 2, Funny

      ..."I love you babe. I love you babe. I love you babe."

  2. Re:let the flames begin by BuR4N · · Score: 4, Funny

    is the Amiga platform even relevant any more? The hardware and OS were revolutionary in 1989

    Thats 20 years after Unix was released, right ?

    --
    http://www.intellipool.se/ - Intellipool Network Monitor
  3. How do they even keep the doors open? by rimcrazy · · Score: 2, Funny

    What are these companies running on besides fumes?

    --
    "TV, a medium as it is neither rare nor well done." Ernie Kovacs
  4. In other news.... by HanzoSpam · · Score: 2, Funny

    ...Ford reintroduces the Model T! All new for 2010!

    --

    Progressivism: Parasites helping parasites to help themselves - to other people's stuff.
  5. Re:What I hate about Slashdot by imakemusic · · Score: 4, Funny

    How d'you think I feel? I just wasted a minute reading your complaints. (apologies to anyone reading this)

    --
    Brain surgery - it's not rocket science!
  6. Re:let the flames begin by Hal_Porter · · Score: 2, Funny

    There was a time when Windows was a niche product, after all (I was there, I remember), and will be again some day.

    Ze Windows Reich vill last for ein thousand years!!!1

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;