Slashdot Mirror


Ars Technica Reviews AmigaOS 4.0

Amiga Lover writes "While tales of the troubles behind the Amiga's ownership abound over the last 10 years, work has been going on in the background for newer releases of the operating system that powered some of the most desirable computers from the 1980s. You can now buy brand new Amiga motherboards, and the operating system is very close to a final release. Jeremy Reimer from arstechnica reviews the current developer preview of AmigaOS 4.0, going over this new small and fast OS in thorough arstechnica style."

405 comments

  1. nice broken link by froggero1 · · Score: 1
    "Unable to read include/masthead.inc, please report this error message to "

    http://www.eyetech.co.uk/search.php?SearchStr=&Sea rchCat=AMA1

    --
    ~/.sig: No such file or directory
    1. Re:nice broken link by Anonymous Coward · · Score: 0

      "the operating system is very close to a final release."

      This is a tale that we have heard for over 2 years, I dont believe it until I see a shipping product.

    2. Re:nice broken link by Gax · · Score: 0

      I tried to order a Z4 tower case at Christmas and noticed their web server had been reinstalled. I've been told they are redesigning the web site at the moment, though why they don't build it on a test server until it is ready is a mystery.

  2. Modern OS? by Anonymous Coward · · Score: 3, Interesting

    Does it have true multitasking and memory protection? It surely looks like a great modern OS, but is it more than just a toy?

    1. Re:Modern OS? by rdc_uk · · Score: 4, Interesting

      Amiga OS had both those in 1985, IIRC.

    2. Re:Modern OS? by Anonymous Coward · · Score: 0

      RTFriendlyArticle. For memory protection they've done the same thing as Apple did and what PalmSource will soon have to do. And they always had true multitasking.

    3. Re:Modern OS? by richie2000 · · Score: 1

      Multitasking yes. Memory protection, no.

      --
      Money for nothing, pix for free
    4. Re:Modern OS? by Anonymous Coward · · Score: 0

      For memory protection they've done the same thing as Apple did and what PalmSource will soon have to do.

      And what is that?

    5. Re:Modern OS? by amigabill · · Score: 5, Informative

      AmigaOS has had preemptive multitasking since day 1 back in the 1980's.

      Memory protection is another matter, it's not there as Linux users would expect it to be, no. It's a highly desired feature of course, but implementing it properly is an issue as it conflicts with some fundamental aspects of AmigaOS arcitecture. We want it, and it will likely happen someday, but current priorities fundamentally revolve around getting the OS ported to PowerPC native and getting it to run on new PowerPC motherboards, porting the 680x0 assembly to C, involving a great deal of "classic Amiga hardware" dependencies, as none of that hardware is present on new motherboards.

      Once the fundamental porting is done then it will be time to look at rearchitecting things to allow memory protection, multiple users (it's currently a single-user OS so no user or group file or directory protection concepts). I don't know what all the project managment has in mind for adding such features, but users and developers do want them.

    6. Re:Modern OS? by Gadzinka · · Score: 5, Informative

      [removed question about true multitasking and memory protection]

      Amiga OS had both those in 1985, IIRC.

      No, you don't remember it correctly. Amiga OS had true, preemptive multitasking in 1985, but it doesn't have memory protection to this day. Nor does it have virtual memory, or makes any other use of MMU present in every modern processor.

      Yes, you could install Enforcer notifying you about writes to system memory, or VMM permitting swapping to disk in case the real memory is exhausted. But both these programs weren't part of system and lost of programs crashed when they were present and running. I remember having exceptions list in VMM longer than... certain body parts of pr0n stars ;)

      Other than that, Amiga OS was quite remarkable piece of software at that time with certain solutions still not duplicated in today's operating systems.

      Robert

      --
      Bastard Operator From 193.219.28.162
    7. Re:Modern OS? by djdavetrouble · · Score: 2, Informative

      anon coward 1:
      RTFriendlyArticle. For memory protection they've done the same thing as Apple did and what PalmSource will soon have to do. And they always had true multitasking.

      anon coward 2:
      And what is that?

      RTFA: a virtual machine a la classic mode for legacy apps, mmkay.

      From tfa:
      Hyperion realized that with the current state of the Amiga applications market, asking developers to write for a completely new operating system was unrealistic. After all, if you are going to do that, you might as well write for the Windows market and have your old users run old Amiga applications in an 68k Amiga emulator such as the excellent WinUAE. Instead, Hyperion decided to rewrite the old Exec kernel from AmigaOS 3.1 in PPC code, supporting virtual memory and memory protection, but leave the memory protection features turned off by default. This allows application developers to easily port their old 68k Amiga apps to PPC and 4.0 native code, often with a single recompile. The current plan is to introduce memory protection for OS4 apps in version 4.1. However, the kernel can watch for illegal memory accesses and when it finds them, it displays a "Grim Reaper" dialog that allows the user to kill the offending application.

      Legacy Amiga applications, such as games, that were written to access the old custom chipset hardware directly, will not run in OS4.0. However, a port of WinUAE for OS4, called E-UAE, has been produced that will allow these games to be run as well. So-called "system friendly" legacy Amiga applications, the kind that were able to use PC-based graphics cards, run directly from the OS4 shell. The operating system launches a 68020 emulator seamlessly in the background when the application's icon is double-clicked. In this release of the OS, the emulator is interpretive only, and provides the speed of about a 50MHz 68040 on the 800Mhz AmigaOne hardware.

      --
      music lover since 1969
    8. Re:Modern OS? by Quarters · · Score: 1
      The Amiga had true pre-emptive multitasking in 1987. Back when the Mac had cooperative and Windows was still at 2.x.

      I still remember in college, in the early '90s, showing my Mac/Windows using friends that *yes*, you could format a floppy disk and do something else at the same time.

    9. Re:Modern OS? by Anonymous Coward · · Score: 0

      > > AmigaOS has had preemptive multitasking since day 1 back in the 1980's.

      > No, it didn't. It had co-operative multitasking, just like MacOS and RiscOS and ProbablyOtherOS, which is why when it crashed it took the whole system with it.

      Does it still have this problem? Seriously, does it have ANY advantages? Because 1960s called and they want they OS back...

    10. Re:Modern OS? by Anonymous Coward · · Score: 1, Informative

      No, it didn't. It had co-operative multitasking, just like MacOS and RiscOS and ProbablyOtherOS, which is why when it crashed it took the whole system with it.

      Wrong, it did have preemptive multitasking, but this has nothing to do with a crash bringing down a box.
      It (the 68000 processor) had no way to run individual programs in their own, protected address space. So program A can quite happily write to memory being used by program B.
      In both respects it's similar to Windows 98.

    11. Re:Modern OS? by Droolster · · Score: 2, Informative
      No, it didn't. It had co-operative multitasking..


      Ahem, first line from the RKM: Libraries (Commodore, Inc. 1992), page 2:


      "The Amiga uses preemptive multitasking.. "

      ..and for those of us who take care in our programming - why would you want memory protection? :) Hehe.

    12. Re:Modern OS? by Anonymous Coward · · Score: 0

      No, it didn't.

      Yes, it did.

      which is why when it crashed it took the whole system with it.

      Ahh, no. You are confusing pre-emptive multitasking with memory protection.

    13. Re:Modern OS? by deanj · · Score: 1

      Wrong. It did have preemptive multitasking. The reason that the whole thing crashed when a program went crazy is because it didn't have memory protection between programs.

    14. Re:Modern OS? by deanj · · Score: 1

      Actually, it was 1985, not 1987.

    15. Re:Modern OS? by squiggleslash · · Score: 1
      No, it had pre-emptive multitasking. Many programs could crash without taking the system down. Every fiftieth or sixtieth of a second, a forced context switch occured. That's pre-emptive.

      Because it lacked memory protection, a program that crashed (or merely had a bug) had the potential to take down the system, but that's another matter. Essentially it depended on the crash.

      In a cooperative multitasking environment, the program:

      hello: bra hello
      will bring down the computer. On the Amiga, such a program caused no damage whatsoever except slowing down the machine.

      In an environment without proper memory protection, the program:

      hello: jsr hello
      will probably crash the computer (though it might not if, say, the stack is located just above the program itself, so causing the program to be the first thing wiped by the crash.)

      It's the lack of memory protection that's the problem with the Amiga.

      --
      You are not alone. This is not normal. None of this is normal.
    16. Re:Modern OS? by Anonymous Coward · · Score: 0

      Does it mean that the entire operating system is one big local root exploit?

      No. In order for it to be "one big local root expliot", it has to have the concept of multiple users. Amiga is a single-user system.

      Doesn't Amiga have any security whatsoever?

      Define "security".

      Wouldn't it make more sense to fix the fundamental design mistakes first?

      What are these mistakes you're talking about?

    17. Re:Modern OS? by Anonymous Coward · · Score: 0

      Yeh, but what about the following...

      move.w #$2700,sr
      loop: bra.s loop

      It's not very pre-emptive, if you can avoid be pre-emptied.

    18. Re:Modern OS? by MROD · · Score: 1

      And the Sinclair QL had pre-emptive multitasking in 1984.. :-)

      As for memory protection, the early 680xx (where xx is either 08, 00 or 10) series chips didn't have memory protection (for user processes) but they did have a rudimentry one for preventing user level code from accessing supervisor mode protected memory. However, this didn't help much as the 68000 and 68008 couldn't restart instructions after a memory fault exception. (There was one UNIX Version 7 system which used tandem 68000's which had one processor lag one intruction behind the first so that it could be used to restart the processing in the case of a memory fault.)

      The 68010 had the ability to restart an instruction but no real MMU interface. it wasn't until the 68020 came out that, with the aid of an external MMU chip, a fully memory protected OS could be written. This was the basis of the very first Sun Microsystems machine.

      Of course, it wasn't until the late 80's that anyone thought about putting these higher chips into mainstream machines and even later before anyone thought that memory protection and virtual was a really good idea on the desktop. (Even NT 4.0 had a single, shared flat memory space, though with memory protection and virtual paged memory extension.)

      So, how modern is "modern"?

      --

      Agrajag: "Oh no, not again!"
    19. Re:Modern OS? by Anonymous Coward · · Score: 1, Informative

      OS4 is going to have virtual memory. But it wont have full memory protection yet, due to backwards compitability with 68k apps. I believe better memory protection will come in next release"4.1" if there are any.

    20. Re:Modern OS? by Anonymous Coward · · Score: 3, Informative

      Amiga OS had true, preemptive multitasking in 1985, but it doesn't have memory protection to this day. Nor does it have virtual memory, or makes any other use of MMU present in every modern processor.

      AmigaOS 4.0 includes functionality for virtual memory, paging, etc. Memory protection is optional for OS4 native applications, but will be a feature in a forthcoming version I'm sure, once enough software has been ported/created natively.

      And as the review said, AmigaOS actually made computing fun and enjoyable, and it seems the current version does as well. It is a shame that some software is way behind, especially web browsers, but that will probably get fixed one day.

    21. Re:Modern OS? by squiggleslash · · Score: 1
      Can't remember what SR is. If this is allowable and works the way you're suggesting, then this is a bug in the 68000. From memory though, the general design of the 68000 prevented programs running in User Mode from screwing with hardware interrupts.

      There were, of course, bugs in the 68000, but the only two I remember were that it was possible for a user mode program to find out it was a user mode program, and that interrupts occured after an instruction was executed (which meant MMUs were impossible until the 68010, as you couldn't cleanly recover from a page fault with the original.)

      --
      You are not alone. This is not normal. None of this is normal.
    22. Re:Modern OS? by LWATCDR · · Score: 2, Informative

      I suggest you take computer science 101.
      The Amiga had preemptive multitasking. It forced a context switch unless you where told it not to. Usually when closing a port. To keep the system stable an Amiga program had to fetch all the messages that it might have waiting at a port before closing it so you would tell the OS not to switch tasks while you did a fast tight loop to fetch the messages until it was empty then close the port. Guess what I used to program the Amiga. You are confusing preemptive multi tasking with memory protection. The Amiga lacked memory protection one of it's big mistakes IMHO. A good example of an other preemptive multitasking os without memory protection is ucLinux. ucLinux often runs on CPUs that lack the MMU hardware to do memory protection. The Amiga was better than anything from Microsoft until Windows NT or maybe 95 if you are feeling kind.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    23. Re:Modern OS? by Anonymous Coward · · Score: 0

      NO. AmigaOS does have pre-emptive multitasking, believe it or not. Even first AmigaOS did have it.

    24. Re:Modern OS? by hattig · · Score: 1

      for those of us who take care in our programming - why would you want memory protection?

      To protect your application and its data from those that do not take care in their programming - or worse, those who take care to actually create damage with software like a virus.

      I mean, imagine writing a virus that looked through memory, and for each instance of "CEO, President, CTO, etc" it replaced them with "TIT, Prickhead, NOB, etc" ... it'd likely make your plea for a pay rise fail.

    25. Re:Modern OS? by Anonymous Coward · · Score: 0

      CS101 has nothing to do with Amigas. I suggest you take CS101 so you can actually know what it includes. I also recommend that you take some basic English classes while you're taking CS101, because to be perfectly frank your writing is terrible.

    26. Re:Modern OS? by ash*embers · · Score: 1
      is it more than just a toy?

      One might ask that question for every OS. For the Amiga (being still in beta), the answer is definitely yes, but the real clue is given on Page 5 where you see the reviewer using the Amiga's media player to listen to the immortal "Every OS Sucks" by 3 Dead Trolls in a Baggie!

    27. Re:Modern OS? by DG · · Score: 4, Interesting

      One of my favourite demos with my old Amiga 2000 back in 1989 or so was to have a C program compiling on the Bridgeboard, a Pascal program compiling in a shell window, and then drag down the Workbench screen about halfway to reveal F/A-18 Interceptor running behind. I'd then play the game (with no slowdown) while the compilers kept churning away.

      For its time, it was an amazing bit of hardware.

      I always liked AmigaDOS because it combined the best features of UNIX (in the shell, and with AREXX scripting) and MacOS's GUI features.

      Nowadays, the GUI on Linux has gotten to the point where it is far superior than anything the Amiga ever had. A modern RedHat/Fedora box really is the spiritual successor to the Amiga.

      The only thing I miss (two things actually):

      1) Every Amiga application worth its salt has an AREXX port, because it was trivial to implement. That meant you could script EVERYTHING, including moving data back and forth between applications. It was awesome; you could batch-process every single application on the box.

      2) The speech synth chip. This was awsome in Netrek, because you could play the team chat window through it and turn it into a radio - get all the team communications without having to take your eyes off the galaxy map. :)

      DG

      --
      Want to learn about race cars? Read my Book
    28. Re:Modern OS? by amigabill · · Score: 2, Informative

      > Nor does it have virtual memory, or makes any other use of MMU present in every modern processor.

      AmigaOS 4 DOES have virtual memory built-in. This can exist without memory protection features, which are not present in the form that Slashdot readers would recognize it. There is some limited memory protection of kernel-space, but nothing in user-space.

      There HAS been use of the MMU in the past. Mostly development stuff, debuggers and whatnot. The old VMM virtual memory tool you mentioned, which added VM to the older OS, used the MMU.

      Elbox used it for their Mediator PCI bus drivers for the Amiga 1200. The mediators for other Amiga models did not use it, but the A1200 computer only provided 24bto address lines for them to use. The 3000 and 4000 Amiga models provided all 32bit address lines. For the drivers on the A1200, they used an 8MB (or 4MB depending on jumper settings) window, and they in more recent versions fo their software use the MMU to keep track of where the drivers are going and can automatically map the window to the proper addressing fo rthings to work, as if the driver was talking down a full 32bit address bus. www.elbox.com

      A small number of poroductivity apps had a minimal sort of virtual memory features built-in to them as well, and required MMU to run.

    29. Re:Modern OS? by k96822 · · Score: 2, Insightful

      It's like driving. You're a great driver. You are careful and alert. But the other guy on the road is drunk. He slams into you. You die. It isn't your fault, it is the drunk's fault, but you are still dead! :-)

    30. Re:Modern OS? by Anonymous Coward · · Score: 1, Interesting

      SR is status register. Top byte interrupt masks, bottom type flags.
      I didn't think user programs actually ran in usermode on Amigas.

      Despite every web page claiming it's impossible to recover from page fault on 68000 - it's not strictly true... as long as you run with the trace mode set.
      You can store next instruction address and sr in the trace interrupt - then use this when an address/bus error occurs.
      Of course, your performance would drop by 500% or so.

      last_address: dc.l 0
      last_sr: dc.w 0
      trace_int:
      move.l -4(a7), last_address
      move.w -6(a7), last_sr
      rte

      address_int:
      ; instruction that faulted stored by above ...
      ; do something to recover ...
      addq.l #6,a7
      move.w last_sr, -(a7)
      move.l last_address, -(a7)
      rte

    31. Re:Modern OS? by squiggleslash · · Score: 1
      I didn't think user programs actually ran in usermode on Amigas.
      Yes, they did. Only Exec (and the odd device driver's interrupt handler portion) ran in supervisor mode.
      Despite every web page claiming it's impossible to recover from page fault on 68000 - it's not strictly true... as long as you run with the trace mode set. You can store next instruction address and sr in the trace interrupt - then use this when an address/bus error occurs. Of course, your performance would drop by 500% or so.
      This is true but strictly semantics. It's obviously false that the 68000 cannot implement virtual memory in the same sense because you can always emulate a virtual machine. But in practice, for realistic applications, it's not really useful.

      On the latter point, I always though it'd be interesting to write an OS that implemented signed executables, with a "valid" compiler being the thing that delivered the signatures. Then you'd implement all the VM handling in the compiler. Each program would be a little slower, but you'd have a rock solid no-app-can-crash-another-app type environment without needing hardware help.

      --
      You are not alone. This is not normal. None of this is normal.
    32. Re:Modern OS? by LWATCDR · · Score: 1

      Sorry I took CS101 a very long time ago. I would think it may include something about preemptive vs cooperative multitasking and maybe just maybe a little about memory management. As to my writing??? You post as an AC. I already have a job and 20 years of experience in the field. I post here just for fun not to be graded by an AC.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    33. Re:Modern OS? by schon · · Score: 2, Informative

      2) The speech synth chip.

      There was no speech synth chip.

      The speech synthesis in 1.1 through 2.04 was done in software, via a license from another company.

      The license ran out by the time AmigaOS 3.0 was released, so the A4000 and A1200 never had native speech synthesis (although you could just copy it from a 2.04 or 2.1 release.)

    34. Re:Modern OS? by Anonymous Coward · · Score: 0

      No, CS101 has nothing at all to do with operating systems. Much like most middle aged IT workers, your actual knowledge of such complicated things as Computer Science and English is lacking, and like most dim people your logical reasoning is poor at best.

      As to my writing??? You as an AC.

      What kind of argument is that supposed to be? Your writing reads like your language skills are at a 7th grade level. If in 20 years of working you have not learned how to communicate effectively, then I posit that your work history would impress me about as much as your writing and critical thinking skills.

    35. Re:Modern OS? by LWATCDR · · Score: 1

      No, CS101 has nothing at all to do with operating systems. Much like most middle aged IT workers, your actual knowledge of such complicated things as Computer Science"

      Good freaking grief... What an arrogant little child you are. If you are the one that posted the first post you have some nerve claim some great knowledge of computer science when you do not know the difference between preemptive multitasking and memory protection.
      I do not care what you think about my writing skills. I will even admit that is one area I am lacking in.
      I am getting sick of people that when you prove them wrong with facts they use grammar to dismiss your comments. What a fools this is a tech board not an english grammar class. The fact remains that the orgianl poster was a moron posting that the Amiga did not have preemptive multitasking.
      That poster had never used or programmed on the Amiga yet they posted their "facts".
      You claim my knowledge of CS is lacking? Where are your facts? Where did I make an error in anything having to do with Computer Science vs what is taught in what class? Frankly I used the term CS 101 as a generic term meaning that the poster did not have the faintest clue about some basic OS concepts such as memory management.
      As to the AC comment. If you will not post using at least a nick why should anyone care what you have to say?

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    36. Re:Modern OS? by renfrow · · Score: 1

      Actually, Sun1's had 68000 CPUs in them, don't recall if they had any MMU capabilities. The Sun2 (my first sun exposure: Sun2/150) had 68010's and a custom Sun MMU. The 68020's did not enter the Sun product line until the Sun3's.

      Tom.

    37. Re:Modern OS? by Anonymous Coward · · Score: 0

      YHBT. YHL. HAND.

    38. Re:Modern OS? by iamacat · · Score: 1

      There was one UNIX Version 7 system which used tandem 68000's which had one processor lag one intruction behind the first so that it could be used to restart the processing in the case of a memory fault.

      This should be nominated as one of the top hacks ever, right next to interleaving programs stored on a drum to match the rotation speed. Could I have a link?

      What I don't understand is why didn't they just pad memory access instructions with NOPs so that they would be all the same size and OS could manually adjust the PC? Or was memory so expensive that even dual CPUs with custom synchronization hardware made more sense?

    39. Re:Modern OS? by fvwmfan · · Score: 1

      OMG! NewsFlash ... "Pimply Teenager Thinks He Knows Everything."

    40. Re:Modern OS? by kabz · · Score: 1

      Ahhhh, the ole' Sun 3/50, 8 Megs of Ram and a 68020, and a queue of people waiting to get on the console, and two poor suckers using Facit (the terminal for the man who want's to be eloctrocuted) on the side.

      This was St Andrews Uni in 1986 I think, and those Sun's were fantastic. Especially with PS/Algol ... Java long before it's time. ... and now back to your scheduled programs ...

      --
      -- "It's not stalking if you're married!" My Wife.
    41. Re:Modern OS? by Anonymous Coward · · Score: 0

      wow, you just said Amiga and Netrek in the same posting.

    42. Re:Modern OS? by MROD · · Score: 1

      I'm afraid I don't have a link. I was told about this system during my MSc in Comp Sci in '88-'89. Just a tad before the web became popular. :-)

      As for the NOPs etc. I believe the exception causes CPU state data loss, hence you couldn't (easily) recover using a single processor. Also, yes, memory was VERY expensive, far more so than the cost of another processor.

      --

      Agrajag: "Oh no, not again!"
    43. Re:Modern OS? by Anonymous Coward · · Score: 0
      When arguing with an idiot, make sure he is not doing the same...

      Not same AC.

  3. Please, no "Amiga is Dead" stuff... by amigabill · · Score: 5, Insightful

    I always hate seeing Amiga come up on Slashdot. To all you guys, no, it's not dead. It's small and not popular. AmigaOS is to Linux what Linux is to Windows. Remember how many Windows users out there think you're crazy for using Linux and truely believe there is nothing to use Linux for except for server stuff before you post your "Amiga is dead" stuff, as you will be exactly correct as all those ignorant Windows users are in their comments about Linux and Linux users.

    Thank you for your respect. And to the article poster, we're not welcome here, please don't bother Slashdot again...

    1. Re:Please, no "Amiga is Dead" stuff... by chris09876 · · Score: 1

      Stranger things have happened. Although unlikely, it's always possible that this could become something as 'mainstream' as linux. Slashdot is just keeping everyone informed. If you don't want to read the article, don't bother

    2. Re:Please, no "Amiga is Dead" stuff... by Lisandro · · Score: 4, Interesting

      I'm not trolling here, but Linux is useful. What are the real world modern uses for an Amiga machine? I recall they were used a lot on TV stations for titeling, but that was a while ago.

      I always respected the Amiga a lot, and i still think it should have done better than it did, specially considering how advanced was in it's time. But other than the geek factor, what's the big deal over a new AmigaOS?

    3. Re:Please, no "Amiga is Dead" stuff... by dammy · · Score: 1

      No, OS4 is closed sourced so you can't say it's what Linux is to Windows. For a better comparison, http://www.aros.org/ is Linux compared to Windows since AROS is open source.

      Dammy

    4. Re:Please, no "Amiga is Dead" stuff... by Saxton · · Score: 1

      But honestly, what use does Amiga have now that Linux (or Mac OS X or Windows for that matter) can't do - and in most ways better?

      I'd enjoy having a world with more OS diversification, but what point does Amiga serve anymore? I'm glad it's not dead, I just want to know what it's used for these days.

      I remember the days where, in my opinion, it's only uses came down to a couple applications: Video Toaster and Scala. But now? Both of those are pretty obsolete.

      I'm not going to say "Amiga is Dead," and I don't believe it should be dead, but tell me what purpose it gives people?

      -Aaron

      --
      My name is Aaron Landry, and I approve this message.
    5. Re:Please, no "Amiga is Dead" stuff... by DeckardJK · · Score: 2, Funny
      It's small and not popular. AmigaOS is to Linux what Linux is to Windows.

      So ahh... in other words... Amiga is dead?
    6. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      I wasn't referring to the status of the source code. I was referring to the market size and attitudes of one platform to the next.

      Of the people that I know that don't use Linux, zero of them have any idea of what you'd use Linux for, and thus believe Linux has no use, and thus Linux users are wacked out of their minds for nto using Windows instead. Nearly all comments from Slashdot when an Amiga topic comes up are equally as ignorant as those Windows users comments about our beloved Linux.

      P.S. in addition to my 3 Amigas currently set up and running and being used, I have 1 Windows box and 2 Gentoo machines.

    7. Re:Please, no "Amiga is Dead" stuff... by zwei2stein · · Score: 0

      Why ont you want to see it on slashdot? I dont think that thses news are posted just because its obscure dead system.

      I too use amiga sometimes (real amiga - alas, only one that survived is A1200), but im no loner actively searching for information about new amigas , and I'm quite happy to get updated and reassured that its not as dead as it may seem.

      Just learn from Linux mistakes: evangelicism is not the way, quiet dominace is a go!

      --
      -- Technology for the sake of technology is as pathetic as eschewing technology because it's technology.
    8. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 5, Funny

      What are the real world modern uses for an Amiga machine?

      Our office has used one every day for years to prop open an annoying fire door.

    9. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 1, Funny

      Our office has used one every day for years to prop open an annoying fire door.

      This is a task a Mac could do just as easily.

    10. Re:Please, no "Amiga is Dead" stuff... by FurryFeet · · Score: 1

      We get it. But Netcraft... man, Netcraft confirms it.
      Maybe you want a chat with them?

    11. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      > But honestly, what use does Amiga have now that Linux (or Mac OS X or Windows for that matter) can't do

      That's EXACTLY what I meant. Thank you for proving my point. "Why use AmigaOS when you can use Linux instead"...

      I ask you, why do you use Linux when there's so many more games/applications/etc available for Windows? Or does your pearticular personality fit with Linux better than it does with Windows? Well, mine fits with the AmigaOS user interface better than it does with Windows OR Linux. And so I use it instead. Thank you for respecting my right to choose what I prefer.

      I use AmigaOS for email, web browsing, games, software development, reading PDF files, and jsut for fun. Games are of course a bit older but include commercial/retail ports of Myst, Quake1, Quake2, Nightlong, Wipeout 2097, Shogo, Heretic2, etc. We get most of the open-sourced games ported from GPL code as well, and I am looking forward to the GPL release of Quake3.

      I don't like Windows. There are some user interface design points in Windows that are counter-intuitive to my personality. MS does nto allow me to change them to the way I personally would prefer them to be. But I use it for playing games not available for AmigaOS OR LINUX such as Half-Life2.

      I like using Linux, but it required a lot more effort to get running to my preferences. Unlike Windows, it can be done in Linux. But it's often hard to do. I've got two Gentoo boxes. Wne I returned from my holiday vacation I did an emerge world on both of them, and both of those updates got messed up somewhere and now both machines are a bit weird. I don't feel like putting th eeffort into straighteneing them out, as I've done it before and know how much work it is. I use Linux for MythTV, geda electronics EDA tools, a LAN/internet firewall, and possibly soon some mechanical CAD stuff.

      Each has its uses. Zero of these platforms lacks uses.

    12. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      It's as dead to me as Linux is dead to you.

      What's that, the mindless mass of Windows people are wrong, and Linux actually can be used to do stuff other than open disk folders and look at directory contents? You have applications? And games? Wow. Just the same, Slashdot feels AmigaOS is dead because the vast majority of Slashdot readers don't use it. That fact does not mean that no one uses it, just like Joe Average Windows user is wrong that no one used Linux for average day to day computing tasks.

    13. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 2, Funny

      Yeh, but the Amiga has lotsa custom door-propping-open second processor chips and all that.

    14. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      heh, pay him no mind. dammy is only trying to get in a shameless plug for AROS which he aparently works on or something. he makes at least one other post here that pushes the use of AROS.

    15. Re:Please, no "Amiga is Dead" stuff... by CrosseyedPainless · · Score: 1

      No, AmigaOS is to Linux what BeOS was to Windows. Note the "was." Amiga was the coolest thing in the world, a decade-and-a-half ago. Is there anything cool about the new Amiga? Anything it does better than a $1000 PC? No, I didn't think so. Oh, and you're always welcome here, just don't mind the occasional laughter and derisive snorts.

    16. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      I always had the impression that as Linux is to Windows, Windows is to Amiga.

      Linux works. it has all the good things, and if something is to be done right it's done right on Linux.

      Windows works less well. It's more closed, and while MS has the tendency to deny there are problems, or overpromote their product, eventually it comes around to a usable product. Windows 2000/XP is good evidence of this.

      Amiga is more closed than MS, is run more even roughshod than MS, and denial from users and corporate alike about its difficulties are rife. Simple memory protection *is* a big issue. Fullstop, yet the problem of its omission in a 2005 OS is denied as "well it's not that bad". The insane price of the hardware, more tightly closed than Apple, and overpromotion of feature abilities more than MS at its worst. Yes I've used OS4 on an Amigaone, and yes it was recently (December in fact). The OS is quick due to omission of features I need daily... but then my car would accelerate far better if it had no body and was just an engine/drivetrain with wheels. I prefer to have the body on my car, it's functionality I use daily.

      Still, you make a good point about the Amiga's death. I don't believe it's dead either. It's not as successful as MS, Apple, Linux, Sun... and it probably will never become mainstream enough for those companies to give it a second thought; that of course, isn't its purpose. It's to give something to the people who want it, whatever reasons they may have.

    17. Re:Please, no "Amiga is Dead" stuff... by Threni · · Score: 1

      > AmigaOS is to Linux what Linux is to Windows.

      A technically superior OS which is not used by as many people as it perhaps deserves due to lack of mainstream hardware and software support?

    18. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 4, Informative

      My own uses for AmigaOS:

      email
      web browsing
      word processor
      read PDF docs
      software development
      file managment (including PC folders via samba as Windows explorer sucks rotten eggs)
      games

      Wow, that sounds a lot like what some people might use Linux for, doesn't it?

      It's a matter of choice. Why should my choice be wrong for me, yet your non-Windows choice is right for you?

    19. Re:Please, no "Amiga is Dead" stuff... by DeckardJK · · Score: 1
      Slashdot feels AmigaOS is dead because the vast majority of Slashdot readers don't use it.

      Well... I was hoping my first reply to this was gonna be my first /. -1 troll ever... but I'll give it a shot now.

      Its about realism man... I'm sure the amiga has its uses. But the same can be said about making fire by rubbing two sticks together.

    20. Re:Please, no "Amiga is Dead" stuff... by Lord+Kano · · Score: 1

      I recall they were used a lot on TV stations for titeling, but that was a while ago.

      I still see TV Commercials that had their titles done with an Amiga.

      We used to use it in high school and I'd recognize the tell tale signs anywhere.

      Pro Video Post 3000 and a Genlock are still in use in some production environments today.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    21. Re:Please, no "Amiga is Dead" stuff... by Halo1 · · Score: 4, Interesting
      I'm not trolling here, but Linux is useful

      ...

      But other than the geek factor, what's the big deal over a new AmigaOS?

      Couldn't you have said the same thing about Linux 10 years ago? Who says it will never be useful in the future? (at least if stays owned more than 1 day by the same company)
      --
      Donate free food here
    22. Re:Please, no "Amiga is Dead" stuff... by dave_mcmillen · · Score: 1

      I ask you, why do you use Linux when there's so many more games/applications/etc available for Windows? Or does your pearticular personality fit with Linux better than it does with Windows? Well, mine fits with the AmigaOS user interface better than it does with Windows OR Linux. And so I use it instead. Thank you for respecting my right to choose what I prefer.

      OK, I have to step in here. The two sides of this debate (amigabill and, well, everybody else) are completely missing one another.

      He's asserting that he likes AmigaOS for personal reasons, and does not care whether you use it or not!

      Everyone else is assuming that there's some sort of implicit message that everyone should convert to AmigaOS, or that AmigaOS should supplant their existing OS. No such claims seems to be being made, so the two sides are debating different questions.

      And I have now completely exhausted the extent to which I care . . . (Loved AmigaOS at the time, but you'll have to pry my Mac from my cold, dead hands.)

    23. Re:Please, no "Amiga is Dead" stuff... by Lisandro · · Score: 2, Insightful

      It's not, don't get me wrong. If you have an Amiga lying arround, of course, more power to you :) I would set my C64 as a router if i could!

      But the chores you mentioned are general, common uses for compueters nowadays, and kit reviewed in the article sells for $700. This is what i meant by saying "what does it offer that Linux doesnt?". It's great if you have an Amiga lying arround - and has a lot of geek factor to it. Yet i can't justify spending that amount for a new system.

    24. Re:Please, no "Amiga is Dead" stuff... by ragoutoutou76 · · Score: 1

      Ahem, technically, if you look at it, the lack of memory protection/multi user/multi session makes it more like it's to windows what win95 is to linux... Don't take me wrong, I used to be a big amiga fan in the past, but claiming amigaos is to linux what linux is to windows is so wrong.

    25. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 1, Insightful

      That to this day it's still a great and very usable OS?

      Granted, it's not suited for server use, but I like that I have an extremely fast and responsive operating system, that's advanced enough to do whatever you need but not so complex that you can't find your way around it.

      Alright, so I have used AmigaOS for many years, but even with minimal training I'm sure most people would be able to install the operating system by hand, because everything is simple and transparent. The system structure is very simple, elegant and modular.

      If something is wrong I'll fire up snoopdos which shows me which files are being accessed - allowing me to fix minor problems myself without being a programmer.

      It has thousands of programs (there are programs that haven't been updated for 10 years that are still very useful and I use them more or less daily).

      I also use OS X and I do like that too. Using AmigaOS just feels nicer. I think I'm just very impatient and I expect my computer to respond the instant I click something. I get that on AmigaOS. I also get cross-app scripting, assigns, the *nix tools I'm used to using on OS X and a system that is easy to maintain.

      And yes, it would be nice with memory protection, but as it is my system rarely crashes (and then only when running bleeding edge apps) and when I decide it's time for a reboot the system is back up and running in less than 10 seconds. I can live with that when I look at the positive sides.

      Besides that it's nice to have a microkernel system out there with a modular structure rather than the monolithic beasts that are the order of the day.

      It's first and foremost a personal preference thing. I could run any OS in the world, but I prefer running AmigaOS.

    26. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      And a Gentoo Linux box could do .3% faster if you remember the right command line arguments.

    27. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      No, AmigaOS : Linux :: Linux : Windows is completely absurd. AmigaOS : BeOS :: BeOS : Windows is probably closer to reality.

      Your deluded aspirations do not surprise me, given that Amiga fanatics in this day and age make OS/2 zealots seem quite with the times.

    28. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      "Wrong" in this sense is a moral determination and moral determinations are subjective unless we agree to some common set of axioms that is unlikely.

      But your Amiga is going to suck more at all of those things than my non-Windows choice from any technical perspective. If you don't care that you're using an inferior tool for accomplishing the same tasks, then what do I care? I don't. However, that you use a primitive platform to accomplish those tasks is not a very compelling argument that there is much point in AmigaOS. I could use any number of obsolete things to perform various tasks, but that wouldn't make it particulary practical.

    29. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Actually ten years ago, Linux was quite useful as a server platform. But that's not really the point: AmigaOS is older than Linux, and it's still pretty useless. There are like, 45334534534 OS projects out there, and nothing especially interesting about AmigaOS.

    30. Re:Please, no "Amiga is Dead" stuff... by Mr.+No+Skills · · Score: 1

      I think "geek factor" alone justifies the extra $200 or so for a new system.

      --
      Sleep is for the Weak
    31. Re:Please, no "Amiga is Dead" stuff... by Halo1 · · Score: 2, Interesting
      But that's not really the point: AmigaOS is older than Linux, and it's still pretty useless.
      It's not useless according to the posts I've read here from people who use it. And it's not up-to-date because it hasn't been seriously worked on the last 10 years (maybe more, I don't know, I've never been an Amiga user).
      --
      Donate free food here
    32. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      If linux was on it's own proprietary hardware that cost 700 dollars to get started with, it would have failed miseraby as well.

    33. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      like using Linux, but it required a lot more effort to get running to my preferences.

      For 700 dollars, I'll come to your house and set linux up exactly the way you want it. :P

    34. Re:Please, no "Amiga is Dead" stuff... by Halo1 · · Score: 1

      Yeah, like the Mac

      --
      Donate free food here
    35. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Memory protection and paging are for pussies.

    36. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Mac was going to take over the world at one time. They've always been considered technologically superior(whether they deserved it or not).

      This is a 700 dollar motherboard to run an OS without memory protection which isn't really backwards compatible with amiga apps anyway.

      Are you catching my drift? MacOS8 would die on the market today as well.

    37. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Just remember to add -ffast-door-stop to the cflags.

    38. Re:Please, no "Amiga is Dead" stuff... by motomike · · Score: 1

      Um, how about "News for Nerds"?

    39. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 3, Interesting

      Good observation, and I hope others notice as well.

      Yes, I use AmigaOS because of personal preference for my gerneral day to day computing, email, web browsing, etc. When the admittedly aging IBrowse web browser fails ona web site, I do use Firefox on Windows or Linux, whichever is handy. I use Windows for HalfLife2. (I understand Transgaming's thing can supposedly run HalfLife2 udner Linux now, but feel Windows is still better suited to this particular task) I have not played Doom3 since before the Linux native binary was available, but when I have time I would like to try it out and see how it fares. I do use Gentoo linux as a firewall, for geda EDA tools, and for MythTV. Each is good for certain things, and not as good for other certain things. The general user interface in AmigaOS fits my personality better than Windows or Linux, so that's my first choice. But it is not as suitable for some tasks as Windows or Linux. And instead of doing without, I do use the better platform for the job. Windows is better for certain games than Linux, Linux is better for firewalling my whole LAN and doing EDA stuff than Windows is. AmigaOS is of course behind in games available, lacks many firewall features available in Linux, and there's no ports of geda EDA tools yet, but for email, there's nothing better than security by a combination of incompatibility and this level of obscurity...

      I bought my mom a PC running Windows, as I live 300 miles away and it easier for her to get support when I'm not around. I bought my sister a PC running windows, for the same reason. My dad bought his own, but I'm glad he did for the same reason. My mom and sister both run Firefox. My mom has OpenOffice. My sister has it, but usually uses MS Office because she thinks she needs it for school and that OpenOffice is inadequate.

      My dad will ONLY use Microsoft products. He's one of them Joe Average guys Bill Gates wants us ALL to be. He is NOT WILLING to consider any alternative product, PERIOD. He believes that the mere fact Microsoft is so huge is proof that no other product can possibly be worth looking at, that everything else must totally suck, and the people have thusly used their wallets to vote for MS as the only possibly worthy software maker. Yet he's often calling me to help him get his PC working right again when it starts to flake out. There's zero chance reasoning with the guy, PERIOD. I've tried... He's constantly trying to talk me into using Windows and Office instead. He gave me a copy of Office so I'd have it, because I didn't have it before and must therefore have been totally unable to do anything with my computer. Something about in the real world I absolutely have to hav eit and use it because everyone else does, and I'll never survive without MS stuff at work. In reality, at work, I use a solaris box an OpenOffice... But there's no convincing him.

      If you evaluate and then don't want to use AmigaOS, then don't. But don't say it's dead just because you don't want to use it. Let those of us who do want to use it, do so in peace.

      If you want to use Linux, by all means, please do so. I do.

      If you want to use Windows, that's your personal choice as well. I do. Same for Mac, *BSD, etc.

      My dismay at seeing Amiga related posts here is that Slashdot ueres are not interested in evaluating the thing, to find out if the new version 4 AmigaOS could possibly be interesting to them. You've all already made up your mind against it, without knowing what it is or what it can do, or what it feels like, etc.

      Its the same situation as Slashdot accuses most Windows users of. Joe Normal Windows user will not give Linux a chance to find out if he could possibly like it or not. Joe Average will ONLY ever use MS Office, as he is not willing to gove OpenOffice a chance and find out if it would suit him. This for good reason aggravates supporters of those products.

      But those same advocates asking Windows users to at least evaluate their products BEFORE making a decision, are unwilling to co

    40. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      I'm sure you can view webpages that use java and shockwave just fine too, huh? :)

    41. Re:Please, no "Amiga is Dead" stuff... by Lodragandraoidh · · Score: 2, Interesting

      I can assure you if a computer has the ability to input, process, and output foo (be it in the form of graphics, printed paper, or a stream of 1s and 0s) - someone will use if for something useful.

      I had an Amiga back in the day; this is when the shiny new IBM PC-XT was the big thing, and clones were just starting to come out. I was happily typing away in AmigaWord, or playing Artic Fox (an early EA game title), or running DOS applications on an IBM PC emulator, on a machine with a graphical interface that blew everthing out of the water.

      This machine was 10 years ahead of its time. Files that I created on that machine still reside on my Linux workstation today.

      A computer is a computer; what matters is how you can make it work for you, and if you are happy with the outcome.

      --

      Lodragan Draoidh
      The more you explain it, the more I don't understand it. - Mark Twain
    42. Re:Please, no "Amiga is Dead" stuff... by Eric604 · · Score: 1

      >AmigaOS is to Linux what Linux is to Windows. Remember how many Windows users out there think you're crazy for using Linux

      Ah yes, the different levels of crazy.
      It's like a (multistage) waterfall:

      Windows : zillions of users
      |
      V
      linux : thousends of users
      |
      V
      amiga : hundreds of users
      |
      V
      C64 : 100 users
      |
      V
      Apple II : 1 user

      Now.. everybody thinks the AppleII user is crazy, right? It's him or the world that's crazy. That's the bottom of the waterfall, take a look at stage above the appleII user: the c64 users, a little less but still crazy. Guess who's at the top of the waterfall..

    43. Re:Please, no "Amiga is Dead" stuff... by Jace+of+Fuse! · · Score: 1

      How about this... Some people just like the way Amiga OS is set up.

      It makes more sense than Unix does sometimes, and it is more clean and efficient than Windows.

      I know, I know, sensible, clean, efficient, small, and fast are things people no longer expect from an OS now days, but AmigaOS has always delivered on those promises.

      It's a shame it had to fall so far behind the technical curve, because for all of it's weaknesses, AmigaOS is still unparalleled by any modern operating system when it comes to it's real strengths.

      Perhaps AmigaOS will never be popular again, but I for one have every intention of giving the new AmigaOS a try.

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
    44. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      A friend of mine once bought me a copy of Heretic2 for Linux by Loki, found in a bargain bin after they had closed shop. He did this because he knows I also use Linux, but had never had any clue of what I could possibly be used for. Little did he know, I already had the retail-boxed AmigaOS/PowerPC native port made by Hyperion...

      But I use Linux for other things like Firefox when I'm in the living room where my MythTV box is. I use it for geda EDA tools. Yet he thought as you think about AmigaOS, that nothing exists to actually do in Linux. I never did get Heretic2 for Linux to work, as it was old when I got it and the advances in Linux since Loki closed had become incompatible with the game. (See my requests for help on Heretic2 in Gentoo forums if you can help... I've currently got 2.6.9 kernel installed.)

      Just as there are many things available for Windows and not for Linux, there are things like Java and Shockwave for Linux that are not currently available for AmigaOS. We do not currently have Java, in the JVM form. We do have a Java source to native binary compiler ala Kaffe, but that of course does not let us visit Java web sites. I don't know for sure about Shockwave, there is something calles SWplayer or something close to that, but I'm under the impression it's only for Flash, not Shockwave.

      Lack of usefulness depends on your needs. As many many Windows users cannot imagine what they would use Linux for, you are quite happy with it, even if there are certain things you cannot do that the Windows users can. For example some games do not work very well under Wine/Cedega/whatever. Yet Linux continues to be useful for other things, and you and I and our other friends here at Slashdot and elsewhere continue to make good use of the Linux platform, and are quire happy with it.

      But consider, the first few Linux releases did not have Java or Shockwave, or ipTables, or Bind, or KDE, etc... These all came in time, as they are features desired by the users.

      The lack of a desired feature, such as AmigaOS lacking Java, Sockwave, Firefox, OpenOffice, etc... Well, isn't the lack of something you desire what motivates us to do anything at all in our lives?

      Why did the first guy decide to implement Java on Linux? Because he wanted it, and it wasn't already there. Same for every single thing that Linux does today. Someone wanted it, and it wasn't already there, so he went out and made it.

      And so it was for everything that people today use Windows, *BSD, MacOS, RiscOS, CommodoreOne, etc. for.

      Some people think that making a new Commodore64 is crazy, but when it got builit into the base of a joystick, had some retro/classic C=64 games packed into a ROM, and sold on QVC, someone made a pile of cash...

      AmigaOS today may seem crazy to you, but we're working on adding the features you find missing today. It'll take a while. It may take a couple years to get around to some of them. But whevever is desired will at some point in time be missing, just as Java and Shockwave were once missing for Linux. You have them today, as will AmigaOS have them someday.

      All I ask, is that when that day comes, and the Java and Shockwave situation making AmigaOS inappropriate for you today is rectified, that you then fairly evaluate AmigaOS at that time. If you find it still lacking on that day, fine, but at least please be respectful enough to check on things before complaining about them. After you've checked, then your complaints are valid, as are your complaints of Java and Shockwave lacking today. Or did you just get lucky with random choice of these two items? :)

      If you do not actually require Java and Shockwave yourself today, but are merely using them as examples, would AmigaOS be otherwise suitable to what you actually use computers for? Or are there additional weaknesses and/or lacking features that we should make sure are on the to-do list so that we may someday hope to provide a suitable platform for your unique needs? This is an honest question, I'm sure the AmigaOS team would appreciate honest and constructive answers, and I ask it to all who read it, not just the parent comment's author.

      Thank you.

    45. Re:Please, no "Amiga is Dead" stuff... by mdwh2 · · Score: 1

      This is what i meant by saying "what does it offer that Linux doesnt?".

      What does Linux offer that Windows doesn't?

      And first you actually said "Linux is useful. What are the real world modern uses for an Amiga machine?". If you're justifying Linux because it's useful (which is a perfectly reasonable justification even if that usefulness is duplicated on other platforms), then the same can still be said of the Amiga.

    46. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Only if you install NetBSD on it...

    47. Re:Please, no "Amiga is Dead" stuff... by DShard · · Score: 1

      And AROS runs on top of linux no less. AROS is no different then gnome or KDE.

    48. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      Please explain to me why using my email client under AmigaOS, by definition, make my emailing experience "suck more" than your emailing experience under Linux or Windows or whatever does.

      Please explain why my complete ability to read and post to the Amiga news sites I visit, cnn, Slashdot, and my completely usable and no bugs that I've notices online banking, "suck more" than if I was using Firefox instead?

      Please explain to me why my word processor, FinalWriter 97, makes it so much harder and pales so badly in comparison to OpenOffice, when all I use it for is the occasional business letter or resume?

      If you're judging purely by the number of users, then OpenOffics, Firefox, and Linux don't seem to be doing very well compared to MS Office, MSIE, or Windows.

      If you're judging by specific features or bugginess, please detail what needs to be corrected so it can be done. I'll even accept answers regarding particular items already known and in process but which you don't know that to be so. I won't accept any answers that are already addressed to completion. :)

    49. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 1, Interesting

      Since then I use(d) WinME, WinXP and Linux (Mandrake, now Gentoo and LFS on my servers)

      What are the real world modern uses for an Amiga machine?

      Simple put: Every days desktop work and programming.

      On AmigaOS I missed three things in the end: Mozilla (and overall XML), CAD/technical drawing and 3D games. That was all.

      AmigaOS has one thing that is sooo far away from the oh so "modern" desktops: A standard IPC scripting language, that comes (and boots) with the OS. A REXX (IBM) derivare called ARexx (AmigaREXX) whose interpreter sits in the background as a demon and awaits his orders.

      By use of this programming language - a very easy one, more easy than BASIC - one could write either complete applications with GUI and so on (albeit small ones, because of speed) or remote-control 'real' applications, like the text-editor, IDE, filemanager, email/news database, mail-readers, vector-drawing programs, the TCP stack-control and much more.

      When this appeared noone would know what this would be good for but soon programs with ARexx support shot out of the ground like mushrooms in the forest. There was barely an application, that was NOT externally programmable by ARexx.

      How is this on the "modern" OS ?

      Windows: Has WSH, Windows Scripting Host. The idea behind it ain't bad. Descibing jobs in XML, combining these with several supported (JScript, VBScript, Perl, Python, REXX) languages, that simple query an API host to which the OS and the applications can export their functionality.

      Nice one! Though, close to nobody uses it. And so no applications utilize it, with a few exceptions.
      Not comparable to the state of the art desktop/power-user/IPC scripting on AmigaOS.

      *IX: Even worse !
      Emacs has elisp. The Gimp has GUILE, Python and Perl. KDE has a project (never really established) to use JavaScript as KDE IPC/Desktop/Power-User scripting language. It stalles, afaik, because people are more scared of the security problems, that might arise, than being enjoyed about the power they gain.

      Gnome ? Forget it. What is possible with KDE and Gnome now is either to weak or wants a real programmer, not an every days power(!)-user.
      CORBA and stuff.

      Problem on both platforms is, that too many independant groups define, what happens on the desktop. On Windows it's the big corps war against each other, that happens to use your desktopas battlefield, on Linux/*BSD it's the bazar, where everyone cooks her/his own food.

      Now let me give you an example what a every-days desktop session looked like on my Amiga - but please note, that this was very private to mee, since I wrote many macro-scripts that would allow such a neat integration of programs. However this would not have been possible without the broad acceptance of one single standard interface for IPC scripting and its transformation into applications/environment:

      On Amiga I used UMS (Universal Message System). That was a PD program written in the early 90ies. It consisted of a server, that utilized a database and to this server many clients could connect. Each client was either an importer, an exporter (both robots) or a human-controlled application, such as a mail/newsreader.

      Some scripts got sheduled by CRON events. They started the importer, which was a program handling a certain message-network. This could be FIDO, Maus or ZConnect (Germans), UUCP, NNTP, POP3/SMTP.
      The script contacted the remote-host, got my email and news and the importer translated the message-format into the message-database owns. Then the same for ZConnect and FIDO. In the end, I had a huga database, storing all my communication over the years from several different networks, all usable with one single interface. Since the message-database was detached from any MUA I happily could make use of it differently:

      While chatting on IRC with AmIRC, after a sucessfull import, I got a message echoed locally to my IRC client: "You got 4 new mails".
      Assigning a few aliases (which again cal

    50. Re:Please, no "Amiga is Dead" stuff... by Lisandro · · Score: 1

      It's a pitty you posted anonymously. This was a terrfic response, and makes me feel even worst about my parents never buying me an Amiga - i had my C64, but mainly because they were very affordable where i live. The Amigas were a different story.

      IIRC, OS/2 also had a Rexx intepreter which boosted the OS functionality as well.

    51. Re:Please, no "Amiga is Dead" stuff... by dbIII · · Score: 2, Informative
      What are the real world modern uses for an Amiga machine?
      Back in 1992 in remember seeing amigas in a steel rolling mill giving status displays of each bit of the process, as well as access to a database of previous info - with everything nicely colour coded so you could see what was going on from a few paces away. Despite the place being full of drifting iron-oxide dust and fairly hot, I believe they are still in use.
    52. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Linux is a big deal and is usefull because it's a Free implimentation of Unix concepts.

      If it was a closed source, DOS single user style OS, it would be completely worthless and would of never gotten were it is today.

      The only chance Amiga OS has is if it was Free Software, otherwise it's just a shadow from a bygone era.

      Not everything is equal, even if they are both "GEEK" OSes.

    53. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      if you hate amiga come up @ slashdot your gona hate it more when we move into main stream computing and be bigger than linux
      who wants to wait 1to 2 minutes for their os to boot when amigaOS4 resets in 4 seconds and from switch on is fully booted in 16 seconds
      im lucky as i have an Amigaone and OS4 prerelease2 and its my main system now does everthing i need it to do and fast

      WE are back for the future and looking very good indeed

    54. Re:Please, no "Amiga is Dead" stuff... by lee7guy · · Score: 1

      That was actually one the most interesting posts (subjectively) I have read on slashdot in several months.

      You really should write this stuff down, in a more structured way, maybe an nostalgia article for OSNews or such? (Why can't I do this stuff with my *** times more powerful (HW) computer today?)

      Too bad you posted anonymously, otherwise I'd mark you for "friend" in an instant.

      --
      Ceterum censeo Microsoftem esse delendam
    55. Re:Please, no "Amiga is Dead" stuff... by ZhuLien · · Score: 1

      Sucking at these tasks is very subjective. I think you'll find remaining Amiga users are persistant because they like how their Amiga is and works, a Linux user and Amiga user could be considered like someone who prefers red and someone who prefers blue, each will argue their preference because it is just that - their preference.

      I am an a MorphOS user, Amiga user, a Linux user and a Windoze user - in that order!

    56. Re:Please, no "Amiga is Dead" stuff... by Sinner · · Score: 1

      The difference is, Linux marketshare has been growing continuously for the past 10 years. Amiga marketshare has been dwindling continuously for the past 10 years.

      Jesus, get over it already.

      --
      fish and pipes
    57. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      I'm not trolling here, but Linux is useful. What are the real world modern uses for an Amiga machine? I recall they were used a lot on TV stations for titeling, but that was a while ago.

      Not strictly relevant to the new Amiga OS, but there a surprising number of classic Amigas still in use. I still have an A2000/040/VLab Motion in reasonably regular use as a chromakey and stop motion capture machine.

      It would be possible to replace it with Wintel hardware, and I'll probably do that if it ever dies, but if it's not broken...

      Actually, the fact that a computer that old is still useful tells us just how much computing has stagnated with this current monopoly.

    58. Re:Please, no "Amiga is Dead" stuff... by lee7guy · · Score: 1

      But there's one thing Amiga enthusiasts don't seem to be able to comprehend: as anything but a purely hobbyist platform, Amiga is dead. Amiga is gaining zero new users annually, no one is switching to Amiga anymore.

      Whoa, hold your horses.

      AOS4 is running, although still beta, it is released to developers (or did I miss something?). When/(if) publicly released, I will seriously consider buying a copy and a box capable of running it. I haven't used Amigas since OS3.0.

      Not that I would have switched, I would probably still be using Windows/Linux, but one doesn't exclude the other, does it?

      --
      Ceterum censeo Microsoftem esse delendam
    59. Re:Please, no "Amiga is Dead" stuff... by fvwmfan · · Score: 1

      "AmigaOS is older than Linux"

      Amiga appeared before Linux. Linux was based on 20 year old technology when it started. The GNU technology was already in place when the Linux project started, and - like Linux - emulated old technology. That makes GNU/Linux older than AmigaOS.

      If you mean that Linux has been developed since it started, I think you will find that AmigaOS is STILL under development too.

      "..and it's still pretty useless."

      As mentioned elsewhere, Amigas were widely used commercially for all kinds of multimedia work.
      Amigas were used where I work at a scientific research institution to do satellite imagery because no other machines at the time were capable of doing that. They were in their day well ahead of their time.

      They are not toys if you use them as tools. But you do need a use for them. Just like GNU/Linux. Otherwise, do what everyone else on the planet does - use Microsoft Windows. (Now, that's not a toy OS, is it?)

      "There are like, 45334534534 OS projects out there, and nothing especially interesting about AmigaOS."

      The same can be said about Linux. Nothing to see here, folks. Now if you want something interesting, take a look at something innovative like Hurd or DragonflyOS. Or QNX. But not Linux (GNU or otherwise), FreeBSD, NetBSD, OpenBSD, Mac OSX or MS Windows XP.

      But anyway, you're wrong. There is interesting stuff in AmigaOS. You just have to take of your Linux fanboy goggles to see them.

      Like a previous uninformed poster asked: "What does AmigaOS offer that GNU/Linux doesn't?" I would say Datatypes and REXX integration are two very powerful examples. But these things are only obvious when you have actually made use of them. Otherwise it is like telling a MS user that he is missing out on "Multi-user remote X access like Linux offers" or "Multiple workspaces on the desktop". What does he care. Doesn't sound very powerful to him. All he is going to be interested in is can it play his proprietory games and read his proprietory datafile formats. Like Flash, or Java applets.

    60. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      Same as the geek factor on every other OS of course.

    61. Re:Please, no "Amiga is Dead" stuff... by fvwmfan · · Score: 1

      One person's shameless plug is another's useful information. AROS is indeed an OpenSource answer to AmigaOS. You, on the other hand have something worthwhile to contribute?

    62. Re:Please, no "Amiga is Dead" stuff... by Dwonis · · Score: 1
      This was a terrfic response, and makes me feel even worst about my parents never buying me an Amiga

      Note, a lot of the stuff mentioned didn't work on OS 1.x, which might have been all that was available at the time, so don't feel too badly.

      On the other hand, *my* Rev 5 A500 only had Kickstart 1.2, and it still kicked butt for years! :-)

    63. Re:Please, no "Amiga is Dead" stuff... by Dwonis · · Score: 1
      But honestly, what use does Amiga have now that Linux (or Mac OS X or Windows for that matter) can't do - and in most ways better?

      GAMES! Well, and genlocking. ;-)

    64. Re:Please, no "Amiga is Dead" stuff... by fvwmfan · · Score: 1

      No, for $700 dollars you will supply the hardware, the OS and THEN set it up the way I want it.

      Can't see how you're going to get Datatypes and AREXX working, however.

    65. Re:Please, no "Amiga is Dead" stuff... by fvwmfan · · Score: 1

      Maybe the vast majority of Slashdot users don't want any other competition in the "lets kill off MicroSoft" market. They feel so insecure and uncertain about Linux's future that they feel truly threatened by the existence of any other OS at all. AmigaOS isn't the only target, you will have noticed.

    66. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      No, for $700 dollars you will supply the hardware, the OS and THEN set it up the way I want it.
      Actually, for 700 dollars I'd be providing the motherboard and an 800Mhz processor. Pretty nice margins for me, especially since there's no real reason not to use an existing OS and create this alleged UI from the bottom up. Actually, in that case I'd have memory protection and virtual memory as well. :P

      Can't see how you're going to get Datatypes and AREXX working, however.

      That's why I'd be the relatively highly paid guy making it look the way you want, and you'll be the guy paying me so you don't have to see, know, or understand.

    67. Re:Please, no "Amiga is Dead" stuff... by Squozen · · Score: 1

      I don't know why, but the typo 'Sockwave' just made me burst out laughing... :)

    68. Re:Please, no "Amiga is Dead" stuff... by Skuld-Chan · · Score: 1

      I can't speak for AmigaDOS 4, but I still use my Amiga 4000 and Toaster 4000 card as a production video switcher - it does a very good job of this.

      I know everyone is saying eww - analogue video. But you know what? Not a day goes by when I don't see a commercial on TV (this is in the Portland Oregon metro area) that was made with the toaster (it has plenty of "signature" effects that you don't see anywhere else)).

      And for geek factor > My A4000 has the somewhat famous Phase 5 PPC board in it - and its kinda fun to play with Linux PPC on it as well. Hopefully I'll be able to get mac on linux running on it. It also has ethernet, and while you can browse the net with it - its not a fun experience.

    69. Re:Please, no "Amiga is Dead" stuff... by dammy · · Score: 1

      No, AROS can hosted on Linux and BSD. AROS can also run in emulation (on windows and IIRC, OS-X). Last but certainly not least, AROS runs *natively*! Try one of the AROS nightlys or AROS-Max distro since those are "live" CDs for a taste of native speed.

      Dammy
      http://www.thenostromo.com/teamaros/

    70. Re:Please, no "Amiga is Dead" stuff... by Domini · · Score: 1

      This sounds a lot like my phone...

      Firstly, I wrote a 3D cad program on my Amiga in 1986... I loved the machine.

      The stuff you list here is not what I would say defines the usefulness of an Amiga.

      Amiga is good as a curiosity in that it was remarkably well-designed for it's time.

      It has no niece market left apart from hobbyists.

      Amiga IS dead... and as such it should be remembered as a GOOD machine.

      I still have a working A1200 at home which I sometime tinker on, but I cannot get a network card working for it... I cannot buy one locally in my country. Thus it's impracticle even for an e-mail machine as the hardware support is also niche.

      -sigh-

      But I for one still want to read about AmigaOS on Slashdot, so keep on posting!

    71. Re:Please, no "Amiga is Dead" stuff... by MagicSN_Amiga · · Score: 1

      :) (Who is the 1 Apple II User ??? Hehehe...) Anyways, it is thousands wof users for AmigaOS... Also for those people who seem to be so scared that AmigaOS would not be dead (if it would be dead, what would be the point that as soon as it comes to slashdot, many people try to proof it is dead EVERY time ? Seems they are scared of something ? :) ): Look at the following page (usage/statistics of ONE Amiga Online news site for the still running January) http://amigaworld.net/webstat/usage_200501.html If you'd call Amiga dead, you'd have to call Linux (and everything else asides from maybe Windows) dead as well. If you do not call Linux dead, don't call Amiga dead either. Steffen

    72. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0

      No, I'm pretty sure a Mac is superiour in this task. At least, a pastel colored one.

    73. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0
      But does it run linux?

      Oh, wait...

    74. Re:Please, no "Amiga is Dead" stuff... by Anonymous Coward · · Score: 0
      that allowed mounting the whole Internet as a harddisk

      Yes! Forget goatse!

    75. Re:Please, no "Amiga is Dead" stuff... by dammy · · Score: 1

      BTW, TCP/IP stack was just submitted into the AROS CVS. Should be seeing NIC drivers within a week or so.

      Dammy
      TeamAROS

    76. Re:Please, no "Amiga is Dead" stuff... by amigabill · · Score: 1

      The shameless plus was offtopic as a reply to my comment, and thus didn't make sense in that location of the forum.

      My own contributions? Is an ATI Radeon driver worthwhile? If not, then I appologize for getting one to happen.

    77. Re:Please, no "Amiga is Dead" stuff... by fvwmfan · · Score: 1

      Is an ATI Radeon driver worthwhile?

      Of course it is! I salute you.

  4. Too pricey by denjin · · Score: 5, Informative

    While I loved my Amiga in the day, I can't justify spending $1375 for a G3-800 system basd on the new Micro systems.

    This is from softhut, but I don't want to direct link since it is slow anyway:

    AMIGA ONE PRECONFIGURED SYSTEMS

    Micro A1 System:
    First True Luggable / LAN Boy Amiga System !!

    See Case Images
    Micro A1-C Motherboard with OS4
    750fx G3 Processor @ 800MHz
    Built-In Sound
    80GB 7200RPM Hard Drive
    DVD/CDRW Combo Drive
    2 USB Ports, 10/100 Ethernet
    Keyboard and Mouse
    ------ $ 1375.00

    All completely installed, tested and ready to run

    1. Re:Too pricey by rjstanford · · Score: 1

      Yup. Interestingly enough, there's another PPC system out there for $1375 - the new iMac:

      1.6ghz G5
      512mb RAM
      80gb SATA drive
      DVD/CDRW drive
      Keyboard, mouse, 10/100, etc,
      Oh - and an integrated monitor, TOSlink out, etc, etc.

      Its funny, in a sad way, that they've been able to beat Apple at the expensive proprietary hardware game...

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:Too pricey by Cylix · · Score: 1

      2.2G ghz AMD 64 3500+ (socket 939)
      KT800 Pro
      512mb RAM
      DVD+-RW/CD-RW
      250GB SATA drive
      Pretty Case ;)
      17 inch matching flat panel monitor
      Wireless Keyboard And Mouse
      Some neat looking speakers

      1000$ (shipping and handling not included, plus you build it yourself).

      Then you can roll the savings into a nice tuner/tv out card.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  5. Good Fun! by Bumjubeo · · Score: 1
    Steve Jobs was reported to be extremely worried about the Amiga, but fortunately for him and Apple, Commodore had absolutely no idea what they were doing.

    Interesting now I wonder if Steve Jobs is going to remember this statement, I want to try one of these, I think it should be good fun!\ Let hope its put together well :)

  6. Vaporware by jeffkjo1 · · Score: 1, Redundant

    the operating system is very close to a final release.

    While a new Amiga OS is just as intriguing to me as the next guy, this operating system has been vaporware for quite some time now, and I question when it will actually arrive.
    This Amiga OS began winning Wired's Vaporware award back in 1999.

    1. Re:Vaporware by amigabill · · Score: 1

      The public beta, and the two updates to same, are available to everyone and ANYONE who owns the AmigaOns PowerPC motherboards. You don't need to eb a developer or sign any paperwork to get it, you only have to own the motherboard. So anyone with the hardware can, and should by now already have it. Sure, it's not an official final release, but it's quite usable by anyone with the cash to buy the motherboard.

      Admittedly, the board is a bit expensive compared to PCs, but remember we're a far far smaller market and don't get any quantity discounts on components to build the things. Few chip vendors are willing to get involved with the small quantities at all and simply ignore such small markets, and we're happy to have a board at all...

    2. Re:Vaporware by NoMoreNicksLeft · · Score: 1

      I own 5 amiga's myself. I used to try and find them at thrift stores and flea markets, so I could sell them on ebay... but after playing with them, decided I couldn't part with the things. I never owned one when they were in their prime (or any computer, for that matter, though if I could have, and if I knew what I now know, it would have been an amiga), but I am an afficianado of them all the same, if such can be said of someone who came to the game so late.

      All that said, it's kinda sad to see you sitting here begging for whatever name-branded Amiga scraps you can get. By all rights, I should be sitting here posting with my brand new Miggybook 3ghz m88k machine, with sanaII wifi card and integrated hdtv tuner. Amiga OS 4.0 seems, well, lame.

    3. Re:Vaporware by Anonymous Coward · · Score: 0

      The pre release is included with every AmigaONE motherboard sold.. Amigans are actually using it today, so i dont think you can call it vaporware.

    4. Re:Vaporware by amigabill · · Score: 4, Interesting

      > All that said, it's kinda sad to see you sitting here begging for whatever name-branded Amiga scraps you can get.

      Huh? I'm not begging for anything. I have a good job designing chips for a living and can easily pay for whatever I desire.

      Also, when other Amiga users were drooling over the shiny new Voodoo3 drivers, I was scratching my head not understanding the obsession when Radeons and GeForces were on their second generations. Instead of begging, I made a proposal to Nvidia for an NDA, I'd do all the work, support,e tc. all they'd have to do was put hardware on the shelves at the local PC emporium, which they already did. They didn't even respond with a polite "no thank you", they completely ignored us. ATI responded to my proposal with an NDA contract and some documentation. We do all the work, support, etc. and all they have to do is put Radeons on the shelves at te local PC emporium, which they already do.

      I didn't beg for anything. I made a business proposal acceptable to ATI, and AmigaOS4 now runs nicely on Radeon cards.

      I discussed the convenience of AmigaOS on a laptop, and thus iBook hardware with other developers, but there doesn't seem to be a business agreeable to all involved there. I'm now investigating the feasability of developing a PowerPC laptop of my own, which if it is a viable product will make an open-platform system as much as I could, and allow anyone write their own OS, drivers, etc. which is an obstacle to some extent when looking at Macs. Is this a feasable idea? It may not be, but this hasn't been proven to me yet.

      Hey, Gentoo and Freescale seem pretty happy with the "other Amiga motherboard", the Pegasos2 AKA "Open Desktop Workstation" PowerPC motherboard. Wouldn't they be happy with a more easily portable PowerPC board as well?

      http://www.gentoo.org
      http://www.freescale.com/ webapp/sps/site/overview. jsp?nodeId=018rH3bTdGZj9N58582822

  7. Price? by tkrotchko · · Score: 1

    Am I reading this correctly? 500 euros for a motherboard?

    But its probably a really really good motherboard?

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Price? by British · · Score: 1

      Am I reading this correctly? 500 euros for a motherboard?

      But its probably a really really good motherboard?


      They are charging that much to match how pricey the Amiga was in the 80s. You have to adjust for inflation, you know.

    2. Re:Price? by confused+one · · Score: 1
      But its probably a really really good motherboard?

      Yeah, for an 800MHz G3

    3. Re:Price? by amigabill · · Score: 1

      Consider the size of the market. They manufacture a few hundred boards at a time. Do you know how hard it is to get components like the Northbridge chip in such small quantities? Most vendors completely ignore such small purchase requests, severely limiting the choice, and thus the lack of competition lets the willing vendors take advantage... Over a few years a couple thousand have been made and sold, and the dealers (A good friend of mine is such a dealer of AmigaOne boards) can't get enough for the customers waving money at them, even at this high of a price. Crazy but true.

      We aren't in the millions or hiundreds of thoudsands of units, so bulk pricing of course does not apply like it does for x86 or even Mac boards.

    4. Re:Price? by Luscious868 · · Score: 1

      But its probably a really really good motherboard?

      Yeah, for an 800MHz G3

      The people who were bitching about the price / preformance ratio of the Mac Mini are going to have a heart attack when they read this!

    5. Re:Price? by Anonymous Coward · · Score: 0

      At least that includes the OS and everything you need is on-board - sans drives, cables and PSU of course.

    6. Re:Price? by Anonymous Coward · · Score: 0

      Maybe you should have targetted your operating system to a useful platform. Do you think anyone cares that your business doesn't benefit from an economy of scale? No, they don't. Enjoy selling all 500 motherboards and going out of business while wasting your life developing something pointless.

    7. Re:Price? by ShawnDoc · · Score: 1

      The Mac Mini (and all Mac's) are a relativly mainstream product intended to sells tens of thousands of units to the mass market. The MB in the review is aimed squarely at a very tiny niche market with no hope of taking advantage of the cost reductions associated with mass production.

    8. Re:Price? by amigabill · · Score: 1

      We're not out of business, and sales have gone beyond 500 long ago.

      Those involved are looking to other markets, which are currently small but have future potential, which are not currently dominated by x86 or anything at all, and which may place more priority on things other than x86 compatibility or raw horesepower.

      And the AmigaOne motherboards are not sole exclusively to Amiga users. They are also evaluation boards for the northbridge chip company running Linux, and marketed to embedded systems and industrial systems companies as a lower-power device than x86 boards. The ones that get teh Amiga sticker on them are likely lower numbers than the total of all boards produced...

      Genesi did the same thing with their Pegasos2 PowerPC motherboard, selling some to Amiga users with their Amiga-like and related MorphOS software, and they are now the eval board for Freescale and partnering with Gentoo Linux...

  8. Re:I was wondering when by KingBahamut · · Score: 1

    Ive heard random stories here and there, BeoS reborn in the ZOS amiga model. SkyOS, and the like. How valid this is would be contigent upon the development. I know for a fact for instance, that EROS , another amiga clone doesnt even have a full tcp/ip stack written yet. Have to wait and see.

    --
    "God of Rock, thank you for this chance to kick ass. "
  9. PowerPC by ihatewinXP · · Score: 1

    It will be interesting to see if the combination of Amiga, various Unix/Linux distro's and possibly a hacked OSX could actually bring down the cost of the motherboards into something accessible for more mainstream hobbyists / uses. The cost of such small runs is probably a big deal when it comes to What Is Holding Back Amiga Now.

    I know i would love to play with a Yellowdog Linux media server running on some ultra quiet G4 rig, but the cost of kits are too prohibitive when I know that the same can be done Intel/AMD for a pittance.

    --
    ---- The real Slashdot is still here. You just have to browse at -1 to read the comments.
    1. Re:PowerPC by dammy · · Score: 1

      That's why http://www.aros.org/ is developed and natively run on x86.

      Dammy

    2. Re:PowerPC by hcdejong · · Score: 1

      Since YDL will probably run on a Mac mini, you've now got your chance for only $500 (if you insist on a new machine).
      That said, yeah, it'd be cool to have an OS X-capable motherboard.

    3. Re:PowerPC by ThousandStars · · Score: 1
      I don't think it's going to happen. Almost everyone with PowerPCs in the non-embedded world (i.e. PC in the old sense) these days gets them from two places: Apple or in servers. Since that's unlikely to change in the near future, unless MS decides to port Windows to PPC, which is about as me being declared King of England.

      It would be interesting, but so would a lot of more probable things. If you want an ultra-quiet, inexpensive G4, those now exist.

    4. Re:PowerPC by TheRaven64 · · Score: 1

      IBM are pushing the PowerPC architecture in south-east Asia at the moment. If they can get the volume up enough then I have no doubt that cheap PowerPC systems will start appearing on eBay imported from Hong Kong (or wherever).

      --
      I am TheRaven on Soylent News
    5. Re:PowerPC by che.kai-jei · · Score: 1
      unless MS decides to port Windows to PPC, which is about as me being declared King of England.
      well if longhorn eventually becomes a collection of APIs and emulation layers that run on top of somthing like vanilla .netBSD 4.0 or anything else they choose you will see it run on PPC, and any other processor MS sees fit to advance their business. didnt they also buy an emulation specialist company recently? arent they famed for making sure they dont break backwards compatibilty when its in their business interests?

      legacy expertise + emulation expertise + netbsd + longhorn buzzwords = far fetched windows predictions

      my prediction is that the above will be a natural progression for windows which will then mature to become a half way viable platform for developers. however that obviously assish speculation and its more likely they choose me as queen of england in your stead! also i see them selling slim start up CDs with boot strap device probing code on a plain bsd kernel as everyone will have broadband -- for home users then their servers will compile code gentoo style as well as userland apps as you make your choices in the installer. this will be 'to stem piracy' although i odnt see how and i dont think they care unless they are serious about making china buy windows. as corps and businesses will need a source base or whatver to installs as they need as well as pre installs on brand new dells and what have you i cant see it working ot fight piracy. but this will move MS harder away form shrink wrap and towrads subscription based services for updates and add on apps. which i am sure they want. you heard it here first! i just dont need a dumb blog for me to spout off wild predictions i use the comment form on slashdot! sorry for being off topic but all this junk just ocurred ot me. it was your on the mark ppc comment that sparked it! your fault
    6. Re:PowerPC by HanzoSpam · · Score: 1

      It will be interesting to see if the combination of Amiga, various Unix/Linux distro's and possibly a hacked OSX could actually bring down the cost of the motherboards into something accessible for more mainstream hobbyists / uses. The cost of such small runs is probably a big deal when it comes to What Is Holding Back Amiga Now.

      Unfortunately they all run on what amounts to proprietary motherboards, so I don't think you're going to be seeing a benefit from an economy of scale any time soon. OS X won't run on an AmigaOne, AmigaDOS won't run on a Mac, and neither one will run on a Pegasos.

      The only one of the motherboards based on an open standard is the Pegasos, but, unfortunately, the only OS's which run on it are the not quite ready for prime-time MorphOS, and PPC Linux. And if you're looking to run PPC Linux, a Mac is still the most cost-effective way to go.

      It's a shame Hyperion won't release Amiga OS for an open platform, because that might help drive the market for commodity PPC boards, such as Pegasos, giving the desired economies of scale.

      But they won't, and Apple sure won't, so for the foreseeable future the PPC platform is doomed to be a overly-expensive solution in search of a problem.

      --

      Progressivism: Parasites helping parasites to help themselves - to other people's stuff.
    7. Re:PowerPC by ThousandStars · · Score: 1

      Do you have any links or information demonstrating IBM's desktop -- which is what I assume you mean -- push in southeast Asia? I haven't heard such a thing, and if it is true, I wonder how many people are buying -- particularly given that PPC won't run Windows.

  10. amigaworld.net by operato · · Score: 1, Informative

    i used to own an a1200. it still feels more responsive than any computer that i've had since. you can get groovy snapshots and news at http://amigaworld.net/

  11. UI Responsiveness by mirko · · Score: 4, Interesting

    Running the OS and all its apps completely in memory provides a very different user experience than one is used to from modern operating systems. Switching applications is instantaneous, as is switching screens (providing you are running separate screens at the same monitor resolution, otherwise you have to wait for your monitor to resync).

    Scrolling is about as fast as on my 2.4GHz P4 PC. While the PC clearly blows away the AmigaOne on pure CPU performance (for example, unarchiving files, or ripping to MP3), for general use they "feel" about the same. The A1 feels much faster than my 733MHz Pentium 3 running XP, and makes my poor 500MHz G3 iBook running OS X feel like a pig stuck in molasses.


    The author obviously never tried RiscOS : on my 33MHz RiscPC (bought in Dec94), there's still nothing that can match its responsiveness... except a 202MHz Strong-ARM RiscPC.

    You just don't have time to even think about taking an espresso when you double-click a directory folder.

    But yes, that's right : RiSCOS is cooperatively multitasking, hence the quick interaction.

    --
    Trolling using another account since 2005.
    1. Re:UI Responsiveness by operato · · Score: 0

      bs my a1200 (14.3mhz) is amazingly responsive, if it weren't for the floppy disk access lol! and only 2mb ram

    2. Re:UI Responsiveness by ClippyHater · · Score: 1

      Maybe I'm missing something, but isn't cooperative multitasking the root of all multitasking evil? One bad app that doesn't relinquish control in a timely manner then things start getting sluggish/frozen.

    3. Re:UI Responsiveness by mirko · · Score: 1

      Have you *ever* owned a RiscPC or at least used one a whole week ?
      I had mine for 10 years and I also owned a "Miga". I can tell you which one is the most usable, and it's not yours.

      --
      Trolling using another account since 2005.
    4. Re:UI Responsiveness by mirko · · Score: 2, Interesting

      Yes it is... on a bloated syste, but under RiscOS, apps were sufficiently well written so that they would not crash that often.
      And as the machine can just reboot in less than 5 seconds, I am fine, thanks :)

      My advice is that you visit this site which a friend has 100% made on his RiscOS machine (might be an Iyonix, that Xscale based RiscPC...) you'll then see how useful this machine can be to a creative mind (did I mention how its ergonomical features just made it even more straightforward for anybody to achieve its goals ?).

      --
      Trolling using another account since 2005.
    5. Re:UI Responsiveness by merlin_jim · · Score: 1

      but isn't cooperative multitasking the root of all multitasking evil

      I've never considered cooperative multitasking to be a multitasking operating system at all... it's a multitasking API built into the operating system.

      A true multitasking operating system has to be preemptive.

      And to try out a metaphor, cooperative multitasking is like having 4-way stop signs at every intersection... it works as long as every driver follows the rules, but even then is far from optimal as regards throughput...

      --
      I am disrespectful to dirt! Can you see that I am serious?!
    6. Re:UI Responsiveness by rpozz · · Score: 1

      RISC OS does it quite well. In the unlikely event something goes wrong, you can interrupt a bad application and kill it. While pre-emptive multi-tasking is less likely to look you out of your system, it also causes quite a serious performance hit. Cooperative multi-tasking also seems to handle certain things better, for example re-drawing window contents.

      However, the main disadvantage with cooperative multi-tasking is that it won't work with multiple CPUs.

    7. Re:UI Responsiveness by david.given · · Score: 1
      The author obviously never tried RiscOS : on my 33MHz RiscPC (bought in Dec94), there's still nothing that can match its responsiveness... except a 202MHz Strong-ARM RiscPC.

      Back in days of yore I was a real Acorn fanboy, and recently I inherited a RiscPC from a friend.

      It's true, they're incredibly fast and smooth and responsive and... and I can't find anything useful to do with it. That 33MHz processor simply doesn't have enough power to do anything that involves number-crunching. If you install Linux on it, it really gets driven home how slow the hardware is.

      And you reboot into RiscOS and it's snappy and streamlined and... and there aren't any modern applications. No Firefox or Thunderbird. No Open Office (although I do have a copy of Ovation, which is pretty good). Even the network card is coax and won't plug in to my LAN.

      I really want to do something useful with this thing, but can't. I can't even play games on it, because the RiscPC is sufficiently different from its predecessor, the Archimedes, that most Archimedes games won't run. Still no Nevryon! Sob.

    8. Re:UI Responsiveness by mirko · · Score: 1

      And you reboot into RiscOS and it's snappy and streamlined and... and there aren't any modern applications. No Firefox or Thunderbird. No Open Office (although I do have a copy of Ovation, which is pretty good). Even the network card is coax and won't plug in to my LAN.
      My Network card is Ethernet and I have the Ant Internet Suite II.
      And excellentissima Applications are !Compo, !ArtWorks, !Zap, !Chaos, !Photodesk...

      No, really, just trell me what you need and I'll get it for you.

      --
      Trolling using another account since 2005.
    9. Re:UI Responsiveness by mrogers · · Score: 1

      More like 4-way yield() signs :-)

    10. Re:UI Responsiveness by EXrider · · Score: 1

      Somehow Apple did it with OS9 back in the day, you could buy Power Mac's w/ dual G4's, and all you needed was the "Multiprocessing Extension" in your extensions folder to utilize the extra CPU. That OS was co-op multi-tasking.

      Be had multiproc machines too, I don't recall if that OS was preemptive or not though.

      --
      grep -iw skynet /etc/services
    11. Re:UI Responsiveness by jgilje · · Score: 1

      BeOS had preemptive multitasking

    12. Re:UI Responsiveness by DM9290 · · Score: 1

      In 1994 there was no operating system which touched Amiga OS for responsiveness.

      Not only was AmigaOS a pre-emptive multitasking OS, but it was a real time pre-emptive multitasking OS.

      This means that applications and processes did not simply time share, but that high priority processes which were ready to run are guaranteed to get the CPU within a fixed period of time (measured in ms) provided they were the highest priority task which was ready to run.

      On Amiga OS, you assigned the mouse and keyboard IO a high priority and it would not matter how busy your system was. If you interacted with the machine, all other processes are put aside and the computer reacts to you. RIGHT NOW.

      Combined with the fact that the OS would redraw window contents (with the simple refresh window flag on) rather than wait for the application to redraw itself, meant that a busy application could still be brought to the front and the window contents would not be blank. Modern OSes still give me blank windows when an application is busy.

      I remember, playing full screen video, and sound, while simultaneously formatting a diskdrive, downloading a file and dragging the entire screen up and down on a 25Mhz 68030 Amiga 4000 back in '94.

      Interprocess communication on the Amiga is faster than any other kernel to date. (and probably faster than any other kernel ever will be)

      For all its shortcomings, (mainly lack of memory protection and a clear market direction from Commodore), AmigaOS was as responsive as hell.

      With that said. The BeOS kernel seems to have improved on AmigaOS in most areas except the UI, with minimum trade offs in performance. But BeOS is a complete kernal with full SMP supports and memory protection/virtual memory.

      The BeOS UI (IMHO) is not as good as AmigaOS.

      I vote for an Amiga UI implemented under a BeOS kernel + AREXX. And BeWindow/BeMessage support added to AREXX.

      call it : AmigaBeOne or something.

      --
      No one has a right to their *own* opinion. They have a right to the TRUTH.
    13. Re:UI Responsiveness by MarkCollette · · Score: 1

      I've got you beat. I could format 2 floppies, be downloading several files, play music, and compile code with GCC, all simultaneously, on my A2000 with only a 14 MHz 68020.

    14. Re:UI Responsiveness by Anonymous Coward · · Score: 0
      cooperatively multitasking
      Just like the Classic Mac OS! Which, incidentally, still feels much more responsive than OS X whenever I (still occasionally) boot into it on the same hardware that I'm used to running OS X on.
    15. Re:UI Responsiveness by vidarh · · Score: 1
      I hope you realise that the reason IPC on Amiga was so fast (and no, it was not "faster than any other kernel to date") was that it was nothing more than an interrupt protected insert in a doubly linked list. You can achieve the same on Unix compatible OS's today by having apps mmap() a memory area and maintaining a linked list of messages for each app. But of course this comes at the cost of less separation of the address spaces unless each pair of apps that wants to communicate set up a separate shared memory map.

      As for window refresh, lots of X11 window managers do the same, as can most other OS's, but it was rarely used on the Amiga - most app's did redraw, because letting the OS redraw meant having the OS keep a backing store, which meant wasting memory, which most Amiga programmers detested.

      The low latency interactivity of the Amiga had more to do with the task prioritisation, as you mentioned, and the way interrupts were propagated, as well as the extremely low overhead of context switches due to lack of memory management.

      All in all, though, I still dislike virtual memory. Even on the Amiga's with MMU, the virtual memory extensions that were written never got popular for the simple reason that they are disastrous to performance.

      I'm still amased that something as simple as a mail application today often takes tens of MB, while I'd never have considered using offline readers (for BBS's) in my Amiga days if they used more than a few hundred KB.

      Yes, they apps are more capable, but often I wonder how much of the functionality is worth it, and how much of it could have just been provided as plugins/extensions instead, and that I'd never use.

    16. Re:UI Responsiveness by Filecore · · Score: 1

      C'mon it's not RiscOS, Risc OS or even RiSCOS!!! It's RISC OS.

      Also, I bet an http://www.iyonix.com/ running RISC OS 5 can match the responsiveness of your RPC600 ;-)

    17. Re:UI Responsiveness by Anonymous Coward · · Score: 0

      Part of the problem with modern applications' memory consumption is caching to maximize various aspects of performance. The pixmaps used for themes will be cached, as will various copies that are stretched or tiled, data from the disk will often be cached, the datastructures used for menus and listboxes and strings will often be cached, and so on and so forth ad nauseum. I think that there is something of an amusing self-defeat that comes with this behavior, in that so much is cached that it will stall the processor on fetches and push a lot of data into a page file unless the host system has considerable physical memory. There are also the side-effects of the design methods used in modern software construction with respect to abstraction to consider.

    18. Re:UI Responsiveness by Filecore · · Score: 1

      Yes, RISC OS browsers certainly aren't the best, but you can get to access most things, and Netsurf (http://netsurf.sourceforge.net/) development is ongoing. There's certainly nice email clients - Messenger Pro for example.

      OpenOffice? No thanks. RISC OS users are used to tiny footprint apps with no bloat. Ovation was superceded about 6 years ago by Ovation Pro. Easywriter and Techwriter http://www.iconsupport.demon.co.uk/ are also very good word processors with the ability to save and read MS Word files.

      Check out the best RISC OS news site: http://www.drobe.co.uk/

    19. Re:UI Responsiveness by armb · · Score: 1

      With preemptive multitasking but no memory protection (like the Amiga), one bad app that tramples memory and you are screwed.
      But in both cases, most of the time it works out well enough, and given the hardware of the time, had advantages in speed that balance the downside. Zealots even claimed they were good things because they discourage badly written applications, but that's going too far (and naturally, Amiga zealots thought preemptive multitasking was vastly superior while defending lack of memory protection).

      --
      rant
    20. Re:UI Responsiveness by Blakey+Rat · · Score: 1

      Depends on how well the apps were written. Hell, millions used MacOS 1-9.2 and that was all co-operative multitasking... but the applications were written good enough that I never noticed, or cared, about it. (Every so often you'd hit a misbehaving app, which was annoying, but there's always an alternative application, right?)

      Anyway, Windows XP has pre-emptive multitasking, and I'm frequently waiting for it to 'swap in' windows that it decided to store in virtual memory. I'd rather have co-operative applications and no virtual memory than wait for sluggish applications to thrash the HD.

    21. Re:UI Responsiveness by DM9290 · · Score: 3, Interesting

      I hope you realise that the reason IPC on Amiga was so fast (and no, it was not "faster than any other kernel to date") was that it was nothing more than an interrupt protected insert in a doubly linked list. You can achieve the same on Unix compatible OS's today by having apps mmap() a memory area and maintaining a linked list of messages for each app. But of course this comes at the cost of less separation of the address spaces unless each pair of apps that wants to communicate set up a separate shared memory map.

      I knew this. Thats why I felt safe to predict it could not be beaten in speed by another OS. The unix mmap() must still be slower because the memory mapped file still appears in the filing system (at the very least you need to aquire a file descriptor etc to set up. ) . Unix context switching tends to requires more overhead (due to VM and scheduling), and you still can't directly dereference a passed pointer into memory, but must deference a pointer plus an offset into the memory mapped file because it would not sit at the same absolute memory address in both applications. On Amiga, address 45500 (for example) is 45500 for every single application in the entire system. Whereas you would need to say 45500 + base of shared memory space under Unix. This at a minimum requires an additional pointer arithmetic operation.

      Moreoever on the Amiga virtually every single system call passed data via pointers without making copies into the called process (very fragile and delicate but very fast). Unix system calls which need to pass data to another process copy the data rather than simply pass a pointer.

      Finally... mmap() is not the typical method of IPC on Unix. It is more common to use slower pipes.

      If there is another OS which does this with less operations than AmigaOS (while still maintaining basic functionality.. I did not mean to include embedded Oses for single purpose machines) then forgive me. But I am not aware of it.

      As for window refresh, lots of X11 window managers do the same, as can most other OS's, but it was rarely used on the Amiga - most app's did redraw, because letting the OS redraw meant having the OS keep a backing store, which meant wasting memory, which most Amiga programmers detested.

      There was some utility available which forced all windows to be simple refresh windows. Thereafter the application is not notified of the refresh event and it didn't matter what the programmer chose to implement (because the app wasn't notified).

      I didn't find this option in MS-Windows. I often find myself looking at non-refreshed windows in XP.

      I agree that amiga programmers detested wasting memory (ahh.. I remember dynamic memory allocation well), but they also detested wasting CPU cycles to redraw. And with built in hardware blitting and video DMA... well..

      once the user used that utility (I can't remember the name), all windows becamse simple refresh windows. (and for those slashdotters not familiar with Amiga that means.. "simple" from the programmers perspective. i.e. let the OS refresh)

      I have run linix systems with no virtual memory at all. Windows bitches and complains if you try to have no virtual memory regardless of how much physical memory you have.

      The cost of RAM is low enough these days that VM is not really required anymore.

      --
      No one has a right to their *own* opinion. They have a right to the TRUTH.
    22. Re:UI Responsiveness by faragon · · Score: 1

      The cost of RAM is low enough these days that VM is not really required anymore.

      I can not agree with that point. Virtual memory is not only intended for running "out of physical RAM", but also for optimizing allocated but "unused for a long time" physical RAM. Modern CPU's MMU are capable of both segmentation and paging, with quite complex memory bound detection; by don't using it you're just wasting transistors: better for you to use Motorola Coldfire, ARM MMUless or any other cheap CPU clocked at 4GHz.

      There is also other approach, as example, use about 50% of system memory as swapping area (packing the data when storing and retrieving); that idea isn't new, as was used by many "RAM doublers" with both few success or gloriam.

      Anyway, you can disable swapping in many systems, I'm used to do that with Linux and LynxOS.

    23. Re:UI Responsiveness by DM9290 · · Score: 1

      I should not have said VM. I really meant to say swapfile/partitian. I didn't mean all types of VM.

      MMU's are necessary for memory protection as well, so using a cpu with no MMU is not an option.

      --
      No one has a right to their *own* opinion. They have a right to the TRUTH.
    24. Re:UI Responsiveness by operato · · Score: 0

      amigaos is hilarious being able to format a floppy and do other things at the same time. see several different program screens at the same time if i wanted. play mp3s on 25mhz, ok saying that it was rather bad quality but hey i done it!

    25. Re:UI Responsiveness by kabz · · Score: 1

      Ovation !?!?!? I thought all the power users used !Impression ...

      hehehe, that was a great app.

      --
      -- "It's not stalking if you're married!" My Wife.
    26. Re:UI Responsiveness by mirko · · Score: 1

      Ovation Pro, the one which is PCA-compliant. :)

      --
      Trolling using another account since 2005.
    27. Re:UI Responsiveness by NutscrapeSucks · · Score: 1

      Apple didn't really do it -- the second CPU just sat there unless you were running a specially written Photoshop filter or something.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
  12. I loved the amiga by 91degrees · · Score: 5, Interesting

    But this isn't what the Amiga was.

    The Amiga was a great games machine, with cool custom chips taking the load off the generally-not-too-great CPU, a highly consistent architecture, and an adequate, quirky OS which was good where it mattered for the applications it was used for.

    Custom hardware was not something that was seen in commodity PCs at the time. Neither were good quality graphics and sound. It wasn't a better machine. In many ways it was inferior. It was a very different machine, and that's why it suceeded where it did.

    AmigaOS 4.0 is simply another OS. Perhaps it's a very nice OS. BeOS was as well. But a nice OS doesn't make it better.

    1. Re:I loved the amiga by Feanturi · · Score: 3, Insightful

      The Amiga was a great games machine, with cool custom chips taking the load off

      Which makes it kind of ironic that it was games that ultimately led me to leave the Amiga in favor of the PC. There were all these cool games I was seeing at my friends' houses, that I couldn't play. It sucked to switch, but the gamer in me just had to.

    2. Re:I loved the amiga by theendlessnow · · Score: 1

      You hit the nail on the head. When I remember my Amiga, I did not love the platform because the OS, it was the hardware. Amiga as it was is indeed dead. It is sad to consider this new and completely different thing to be "Amiga" somehow. It is not. Not even close.

    3. Re:I loved the amiga by Siker · · Score: 1

      Actually, I appreciate the set of features which seem to exist in this remade OS. Datatypes is just a great idea, and a quick startup time is something else I remember and miss from the time I ran an Amiga. But most amazing is that MUI is still around; I remember that as a graphical user interface with amazing flexibility. MUI took the whole idea of 'themes' one step further - before most people had even thought of themes in the first place. It was a breeze to sit down and design your own personal look on all your programs, and make it look really really good. So those things, together with the speed, are really what I miss from the Amiga. And they're right there in this OS. For me, this is what Amiga was all about. Good design, good speed.

    4. Re:I loved the amiga by 91degrees · · Score: 1

      Me too. Wing Commander, I could live without, but I gave up waiting for a decent version of Doom.

    5. Re:I loved the amiga by 91degrees · · Score: 1

      Can you tell me about datatypes? I kept hearing about them after I retired my Amiga. It sounds like a flexible data plugin mechanism (which would certainly be useful), but I really never found out exactly what they did.

    6. Re:I loved the amiga by Siker · · Score: 1

      Yeah, datatypes were like that. If I understood it correctly at the time, it would for example be like... if you had a graphics program, it would support the datatype 'images.' Then the operating system would handle the rest: it would read and write any image type file you had the correct datatype for. Meanwhile the program could just sit back and look like it supported everything. If after a while a new type of image data files appeared, say JPEG2000, it'd just be a matter of downloading the new datatype plugin from Aminet for the users and boom, all your graphics programs were ready.

    7. Re:I loved the amiga by zebs · · Score: 1

      Its been a while since I did anything Amiga... But basically you're right. With OS3 datatypes were introduced along with a program called Multiview. Multiview can open and display any type of file - so long as you have the appropriate datatype installed. As such multiview was used for reading Amigaguide files (think html), pictures, music, video, plain text.

    8. Re:I loved the amiga by rs79 · · Score: 2, Interesting

      The Amiga was a great games machine.

      It ran games? Oh yeah there was that Wolftank von Moneybucks guy. And it made Schwab famous for doing in a weekend what Pixer took weeks to do. Got an updated mpg, Leo? Only Loren believes you destroyed all the copies...

      What made the Amiga cool from my perspective (I still have A1000 serial #7) was, in an era of Windows 2.1 and an essentially unprogrammable Mac (Pascal? Hahahahaha) it let you have Bash, UUCP, a rational C compiler and a liner ("sergments are for worms") address space. It was as close to unix as you could get, your only other options were stolen Bell stuff or MS 286Xenix which could be made to work, but not well or easily.

      Keith Doyle's (Hi Keith!) _Director_ begat Macromedia's program of the same name, which begat Flash, and it was the first computer to sync the CPU clock with a video timings, the computer to TV convergance happened first with the Amiga.

      It was ungodly fast at video stuff haveing no less that three graphcs processors (in an era where EGA was "advanced" and expensive) but best of all, Amiga people were a cut above. We owe a lot to the Amiga and IMO the Linux movement today just recapitulates the whole Amiga thing.

      Havung said that, my next computer will be a osx mac and I fiannly get to shoot these fucking windows PCs. I switched to cheap (ebay) suns for servers. Witha any luck, in my lifetime I'll get to see wintel boxes become extinct before the last elephant in the wild drops dead.

      --
      Need Mercedes parts ?
    9. Re:I loved the amiga by amigabill · · Score: 1

      > AmigaOS 4.0 is simply another OS.

      Excellent point. Why should ANY "simply another OS" product not be allowed to exist, as Slasdot posters would indicate as their preference for AmigaOS to not exist?

      Also, many Slasdot posts ask what you'd possibly use AmigaOS for. It's simply an OS. Linux is simply an OS. *BSD is simply an OS. They can ALL be used for the same things, believe it or not...

    10. Re:I loved the amiga by Brandybuck · · Score: 1

      ...but best of all, Amiga people were a cut above.

      So tell me, have you figured out yet why everyone else in the world hated you?

      --
      Don't blame me, I didn't vote for either of them!
    11. Re:I loved the amiga by star_gazer09 · · Score: 1

      I had 2 Amiga 1000s, a SideCar, and a 2000. I loved those machines. I ported several orbital mechanics programs to them and they ran, as my father used to say, "like a scalded dog" compared to the 286s of the day. I held on to them forever, but sadly had to let them go for lack of space and time. I think this is great... I don't understand all the dissing. If these people want to do this, then godspeed. Either they will sink without a trace, find a niche, or find parity with the current leaders. If they do the first two, why should anyone else give a damn!?!? If a miracle occurs and they become a playa, then we all benefit from the competition.

  13. But can it.... by NerdBuster · · Score: 0

    can it run the Juggler demo?? or how about Shadow of the Beast?? Man I loved the Amiga ever since I had an Amiga 500!

  14. Nevermind Amiga... by Anonymous Coward · · Score: 2, Funny

    Amiga users are my mortal enemy! Long live the AtariST

    ahh warm and fuzzy.

    1. Re:Nevermind Amiga... by Anonymous Coward · · Score: 1, Informative

      Is that the same Atari ST that had a faster processor than the Amiga. :)

    2. Re:Nevermind Amiga... by goatan · · Score: 1

      I thought i would never have to cross swords with an Atari swine ever again ;), those where the days constant and pointless schoolground argument over which was best (Amiga obviusley). Now the younger Win/Lin/Mac crowd carry on the pointless jousting (the older crowd concede that there OS of choice might not be for everyone) and it's still fun to watch.

      --
      Saying Apple is better than MS is like saying Botulism is better than rabies.

  15. Re:I was wondering when by dammy · · Score: 1

    That's AROS. TCP/IP stack should be submitted (Oh I hate going out on a limb, but hopefully the Developer will be on time) to the AROS CVS by Jan 21st.

    Dammy
    http://www.thenostromo.com/teamaros/

  16. Actual prices by ihatewinXP · · Score: 1

    The article states that the mobo's will be $700 with software included (read: 2 discs, no case, monitor, mouse, hard drive, etc.) and that this is the price for being an "early adopter."

    Um, something tells me that 'only adopter' would be a tad more appropriate and that these economies of scale will never kick in no matter how many generic components they use or corners they cut. Look at Apple, $499 is a "Oh hell, i'll give it a try" price. With what the Amiga case doesnt come with you will easily spend a grand on what is basically a _G3_.

    --
    ---- The real Slashdot is still here. You just have to browse at -1 to read the comments.
  17. forgive me if this is a F.A.Q. but ... by Matt+Ownby · · Score: 1

    is this a new Amiga in name only? Or is it somehow compatible with all the old software from the 80's? Or.. what's the connection with this new Amiga and the classic Amigas?

    1. Re:forgive me if this is a F.A.Q. but ... by confused+one · · Score: 1

      No, Yes, It's come full circle & the same guy(s) run it. Of course, this is all in the article...

    2. Re:forgive me if this is a F.A.Q. but ... by j-turkey · · Score: 1
      is this a new Amiga in name only? Or is it somehow compatible with all the old software from the 80's? Or.. what's the connection with this new Amiga and the classic Amigas?

      Naaw, this appears to have picked up alot of the legacy stuff from the original Amiga (as has been discussed here)...as well as much of what became lameness as it became outdated. Still no protected memory (which I find outlandish -- this is why I found MacOS pre 10 so useless). I think this was left out so that it would run legacy software, but I'm not 100% sure. It still uses MUI, which I find to be ugly (even though I was an early adopter and actually bought it back in the day). The interface is still very Amiga, and I'm guessing that the functionality of the interface is still Amiga (left button for clicking and right button for pulldown menus). I think that future revisions will also get Arexx, a scripting language based on IBM's Rexx. Probably kept AmigaDOS too, which was similar to a Unix shell.

      Don't get me wrong, I was a total Amiga fanboy back in the day...and I'm still nostalgic about the platform, but from the reivew, it seems like too little too late. IMO, the Amiga saw its end of life when 24-bit graphics cards for Wintel were less than $100. At that point, Amiga's AGA graphics (imo, the strongest part of the system) were insufficent to compete in the desktop arena. It could do 8-bit graphics, albeit horribly slowly, whereas even the cheapest Wintel cards could do 8-bit farily quickly. The later AGA Amigas could display 18-bit images using HAM8 mode (Hold and Modify). This was essentially a pallete shifting hack to allow more colors to be displayed at once.

      The Amiga was a really neat platform for its day -- but after reading that article, it really clings to the original AmigaOS (the cool stuff as well as the flaws). I'm just not sure what it will bring to the table for anyone -- especially without protected memory.

      --

      -Turkey

    3. Re:forgive me if this is a F.A.Q. but ... by hattig · · Score: 1

      Still no protected memory

      It's there, just disabled for 4.0.

      It still uses MUI

      No, it uses Reaction. MUI is there for compatibility. Reaction interfaces with the Amiga BOOPSI gadget system properly, unlike MUI, however I think that MUI is more featured, then again it is a lot older.

      I think that future revisions will also get Arexx

      Python is meant to replace Arexx in the long term, IIRC. Obviously, Arexx has been part of AmigaOS for quite a long time anyway.

      Amiga's AGA graphics (imo, the strongest part of the system) were insufficent to compete in the desktop arena

      AGA was crap from the beginning. Blame Commodore for cancelling an earlier update because of personal politics. What use is a chipset that can do 128 and 256 colour screens if they are too slow to use effectively? AGA needed a 256 colour bitmapped mode which would have been quicker. 24-bit colour for PCs was still rare in 1992 though.

    4. Re:forgive me if this is a F.A.Q. but ... by j-turkey · · Score: 1
      It's there, [protected memory] just disabled for 4.0.

      Wow -- why was it disabled? Testing? Compatibility?

      AGA was crap from the beginning. Blame Commodore for cancelling an earlier update because of personal politics.

      Personal politics? What was this all about?

      --

      -Turkey

    5. Re:forgive me if this is a F.A.Q. but ... by Anonymous Coward · · Score: 0

      The "same guys" here are nothing to do with Commodore or any Amiga worthy of the name. They're just exploiting a shrinking market.

    6. Re:forgive me if this is a F.A.Q. but ... by vidarh · · Score: 1
      Presumably compatibility. Many Amiga apps would make assumptions about being able to pass structures between tasks (Amiga speak for processes, or rather threads since there is no protection) with pointers into eachothers address spaces and stuff like that.

      As for personal politics, Commodore was all about personal politics and bizarre power games... Wish I knew why it was as fucked up as it was - it was one of the most frustrating things about owning an Amiga back in it's glory days: You saw what their techs were capable off, but inevitably Commodore would find a way of messing it up. The mess that was the A4000 and A1200 (the first two models to include AGA) was just one of the last of a long string of ridiculous management screw ups - much better designs than the ones that were launched frequently were almost completed before management pulled the plug and went with something even Frankenstein would have been ashamed of (A4000 for instance).

  18. Gah. ROM. by imag0 · · Score: 5, Insightful

    from TFA... ...Many people have asked whether or not they can install OS4 on their Macintosh, since both use PowerPC hardware. The answer is no, as OS4 requires a custom ROM embedded on all AmigaOne motherboards in order to boot. This was done under agreement between Eyetech and Hyperion, in order to cut down on piracy and to reduce the number of hardware combinations that Hyperion needed to test and support...

    I was pretty interested until I got to that "custom boot rom". Hell, guys, even Apple tossed that requirement when they went to NewWorld.

    Severely limits the usefulness of the hardware and software in my eyes. Guess I'm not the target audience then.

    1. Re:Gah. ROM. by FullCircle · · Score: 2, Insightful

      That boot ROM is solely used to lock the OS to licensed hardware.

      Otherwise the Pegasus board or any Mac could potentially run this OS.

      Stupid move #4875674 from Amiga.

      --
      If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy. - James Madison
    2. Re:Gah. ROM. by Anonymous Coward · · Score: 0

      What's the problem? It's just part of UBoot. It's not like it stops you from running other OSes on the machine. I have a dual boot system with Debian and OS 4. No problems there. It just makes sure that only licensed machines run OS 4.

      The actual ROM is loaded from the harddrive just like on Macs.

    3. Re:Gah. ROM. by Anonymous Coward · · Score: 1, Interesting

      Here here.

      I have an old G3 powerbook that I would love to see run something other than OS9. LinuxPPC/Debian won't install as the host OS; after much hacking the best I've got is the boot-from-OS9 option. It also lacks USB ports so installing OSX won't work.

      So, like yourself, I was stoked until the 'custom boot rom' thingy. Oh well.

    4. Re:Gah. ROM. by Tony+Hoyle · · Score: 2, Insightful

      Yes I think they just killed their chances right there.

      The ability to give this a try on a Mac would have been cool, however I'm not going to pay $1,300 for a custom board just because I'm a bit nostalgic.

    5. Re:Gah. ROM. by amigabill · · Score: 2, Interesting

      Managment has in the past discussed the possibility uf a USB widget to hold the "custom ROM" part, which would make it possible to run on machines without it soldred to the motherboard, yet still retain that same level of piracy protection, whatever it's actually worth.

      This would make it possible to keep the managers happy and the OS functional on Macs or Pegasos2 or whatever. Neither Apple nor Genesi of course want to get into the licensing of the custom USB widget and ship the AmigaOS CD with their card. I believe there were hints that a 3rd party could, as far as Amiga Inc. and Hyperion were concerned, buy a Mac or Pegasos2 from the respective vendor, license the AmigaOS and USB widget from Amiga/Hyperion, and sell the combination of the two products and have to support the hardware themselves as Apple nor Genesi would do so anymore. Similar in concept to if I were to buy a Dell with Windows, install Linux, and sell the result with a disclaimer that Dell will no longer support the machine, call me for help instead.

      But the option exists, or at least did at one time. Obviously, no one has taken up that offer to date.

      The remainder of the BIOS is Uboot, which you guys would be happy to know is GPL stuff. This actually POSTs the machine, and then hands control over to the custom ROM code to get the OS running.

    6. Re:Gah. ROM. by Anonymous Coward · · Score: 0

      a CD ROM. a stupid, slow, fragile, noisy, rotating piece of plastic that will scream "ouh ouh we don't trust you, dear customer" each time you boot.

      this is just... gay !

    7. Re:Gah. ROM. by Squid · · Score: 2, Funny

      It'll be just like the 80s again. I can see it now, the animated boot screen with wavy lines that says
      "4M1G4 0S 4.0
      kr4CK3D 8Y BLU3ZM0B1L3
      J3FF i5 A h0M0"

      A dongle, huh? Methinks someone in charge of the current Amiga doesn't remember 1989 very well. Dongles back then meant "it might take almost TWO whole days for the kracked (yes, with the k, cuz they all thought it was k00l) version to start making the rounds." Or better yet, "I BOUGHT the damn thing and I still downloaded the kracked version because I lost the dongle."

      What they ought to do is ship the OS with a custom USB floppy drive that can read all the various weird Amiga disk formats (including the custom ones used by games). That way it's more of a conceptual dongle - you don't need it to run the OS, but it sure makes it a lot more pleasant if you can actually get to your old disks.

    8. Re:Gah. ROM. by jschottm · · Score: 1

      yet still retain that same level of piracy protection, whatever it's actually worth

      What exactly is it worth? The Amiga fanbase at this point is down to the die hard enthusiasts who are typically the people willing to put money into the platform. I doubt piracy will be a huge issue, while the need to buy expensive specialized hardware will certainly put off potential users. An operating system whose web browsers can't render CSS properly and lacks a word processor that can read/write MS Word flawlessly is not something that Joe Sixpack (or even Rob Macuser) is going to be running out to pirate regardless of whether it will run on a computer they already have.

      Besides the fanatics, the only real target market for this is geeks like me that enjoy interesting things to play with. I certainly can't justify paying $700 for a computer that a four year old Mac will outperform. Particularly one that doesn't bother keeping up with basic standards. No gigabit ethernet? No high speed USB or firewire? No, not everyone in the fan base needs them, but the fact is that they're cheap enough that the could have been added at very little additional cost.

      And well, I hate USB locks. Everyone I know hates them. There's plenty of other interesting and unusual projects for me to poke at to bother. Pissing off customers (and potential customers) is a very poor strategy for companies, particularly small ones, to persue.

  19. Not Sure, Maybe Too Late? by u16084 · · Score: 1

    Hmm, Just hearing the name C= Commodore.. brings back memories and tears to my eyes. But, IMHO I think its a little late to start pushing hardware and software. I would need a real good reason to spend 500 Euros on a Motherboard. Time will tell.

    --
    -- I Dont Deserve A Sig I Have Bad Karma
  20. YES! shadow of the beast please!! by freejamesbrown · · Score: 2, Interesting

    dude, did anyone else spend hours using ray-tracing programs? well, actually, you used the program for about 5 minutes, and then waited about 40, and then used it for another 5, and then waited 40...

    ah, the 1980s!
    m.

  21. AmigaOS -- Disks by subVorkian · · Score: 1

    I loved working on Amigas. This was the first system on which I learned C. I have a stack of disks with old code and would love to access this stuff. Is anyone aware of utilities to read old Amiga disks (I know I am off-topic, find it in your heart to forgive me).

    1. Re:AmigaOS -- Disks by Anonymous Coward · · Score: 0

      You can't read Amiga-disks on a regular pc-drive. You simply can't emulate an Amiga-drive through software.
      More info her

    2. Re:AmigaOS -- Disks by Anonymous Coward · · Score: 0

      http://www.google.co.uk/search?hl=en&q=read+%22ami ga+disks%22&btnG=Google+Search&meta=

    3. Re:AmigaOS -- Disks by Emil+Brink · · Score: 1

      Standard (PC) floppy drives cannot read Amiga-formatted disks; they are incompatible on a very low level. It is not software-fixable, you will need to find someone who has an actual working "classic" Amiga, and hope your old disks have stood the test of time. Most disks don't, it seems. :/

      --
      main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
    4. Re:AmigaOS -- Disks by Anonymous Coward · · Score: 0

      Or spend some money on a CatWeasel ISA or CatWeasel PCI Disk drive controller

      http://www.softhut.com/cgi-bin/test/Web_store/web_ store.cgi?page=catalog/hardware/accelerators/io_in dex.html

    5. Re:AmigaOS -- Disks by Weaselmancer · · Score: 2, Informative

      No sweat. =)

      You can buy a Catweasel. Or alternately, you can pop on eBay and snag an old Amiga for about 50 bucks. Find a Fred Fish disk with a terminal program...buy a null modem cable and move the files over.

      Currently that's what I do. I DMS a disk into a file, and then null-modem it to my laptop. WinUAE runs 99% of the images I make that way.

      Hope that helps. BTW, my Amiga 500 was my first C programming experience too. Aztec C. Loved it.

      --
      Weaselmancer
      rediculous.
    6. Re:AmigaOS -- Disks by Nimey · · Score: 1

      Find yourself a Catweasel and your prayers will be answered.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    7. Re:AmigaOS -- Disks by Quarters · · Score: 2, Informative
      A PCI format Catweasel floppy disk controller can get a standard 1.44MB floppy drive to read the odd-format Amiga disks. Cloanto has a page about it.

      Cloanto also offers a data transfer service if you don't want to buy a new piece of hardware for a limited data transfer job.

    8. Re:AmigaOS -- Disks by LaundroMat · · Score: 1

      Ask around on the English Amiga Board: http://eab.abime.net/

      --
      "Those innocent fun games of the hallucination generation"
    9. Re:AmigaOS -- Disks by Anonymous Coward · · Score: 0

      You want this:
      http://home.t-online.de/home/ChristianK./adr-proje ct/index-e.html

      It worked for me in the past. All that is required is a wire running from the parallel port to the PC floppy drive.

      My drive still worked after using it, although your milage may vary.

    10. Re:AmigaOS -- Disks by rs79 · · Score: 1

      I have a hundred old Amiga floppies with all my old email from the 80s on the. I have a neighbor with 5 Amigas. After messing with them for a weekend, not one is readable. Hmmm... I have a 5 meg SCSI drive on that thing... hmmm...

      --
      Need Mercedes parts ?
    11. Re:AmigaOS -- Disks by subVorkian · · Score: 1

      >>Hope that helps. BTW, my Amiga 500 was my first C programming experience too. Aztec C. Loved it.

      I used Lattice C -- but I remember test-driving Aztec C. Very cool IDE.

      Thanks for the tips.

  22. Business Amiga by JollyTX · · Score: 3, Interesting


    It always amazes me to think that

    1) The Amiga, though marketed as a gaming machine or play-with-graphics machine, had an operating system so capable and Unix-like

    and

    2) That business never realized the huge potential of a multitasking, windowing, command-line integrated OS to run spreadsheets and wordprocessors on instead of the clunky program launcher that was MS-DOS.

    --
    Can you hear me, Major Tom? I'm not the man they think I am at home...
    1. Re:Business Amiga by rs79 · · Score: 1

      That business never realized the huge potential of a multitasking, windowing, command-line integrated OS to run spreadsheets and wordprocessors on instead of the clunky program launcher that was MS-DOS.

      Ah yeah well, there would have ahd to have BEEN an Amiga Word Processor and Spreadsheet would't there?

      There was supposed to be a WordPerfect port to the Amiga and a weak demo copy circulated but never panned out. In a world utterly captivated by Lotus 1-2-3 the fact that the Amiga excelled (no pun intended) at editing images and video was a big "oh, neat" but did not exacly set the business world on fire.

      Quartz watches almost killed nice mechanical ones and the PC reached ubiquity. Pogo was right.

      --
      Need Mercedes parts ?
    2. Re:Business Amiga by podperson · · Score: 2, Interesting

      Business Amiga was crippled by the inability of the Amiga to drive a high res display you would want to look at for more than five minutes. The most useful display mode for word-processing had 2:1 aspect ratio pixels, making it unsuitable for graphics. Some programs would adjust the proportions of images and text, others would simply display tall thin text and images.

      Business Amiga was also crippled by the utter lack of useful business software (e.g. the most frequently recommended Word Processor, "Excellence", could barely manage a three page document before becoming unusable).

      Our Mac 512k lost its power supply in 1989 and had to be fixed. During this period we were forced to word-process on our Amiga. It was an absolute nightmare (and we had legal or pirate copies of every single program out there -- the Amiga community was AWESOME at software piracy... something that also destroyed the Amiga as a business computer).

      Business Amiga was crippled by a complete lack of human interface guidelines, leading to every application having a uniquely bizarre user interface.

      Business Amiga was further crippled by the Amiga's lousy mouse (we generally had to replace our mouse once per year, at considerable cost -- eventually I took to rebuilding them with a soldering iron), horrible disk drives (aside from the noise, they were very slow), clunky UI (most users preferred CLI over Workbench, Amiga's "Finder" equivalent), and lousy support (I believe that AmigaOS 1.3 was, in essence, a Commodore blessed compilation of shareware/freeware third-party replacements for their own OS-level components, collectively titled ARP -- the Amiga Resource Project).

      The Amiga was still a phenomenonally successful machine (at least outside the US) and a great games platform. I don't think PC games really started to catch up until after 1990.

      But for business, the time the Amiga was even vaguely useful, Mac OS had Multifinder, fantastic displays, Word, Excel, WriteNow, Pagemaker, Lightspeed Pascal and C, etc. etc. So you could play it safe and buy a PC, or get a useful GUI-based computer. Amiga was neither.

    3. Re:Business Amiga by GQuon · · Score: 1

      a: It wasn't "Intel Inside". A "mark of quality" to dummies who had no idea what Intel was.

      b: "Who needs more than 640k"? And "multitasking is only a gimmick".

      c: People are afraid of change. And IBM compatibles were becomming the status quo.

      d: Commodore sucked at marketing. *

      e: Some machines they were not able to produce fast enough to satisfy demand. (I'm thinking of the Amiga CD32 here. Not a business machine though.)

      *: Counter-example: www.commodorebillboard.d

      --
      Irene KHAAAAAAN!
    4. Re:Business Amiga by arose · · Score: 1
      Quartz watches almost killed nice mechanical ones
      Because precise watches are bad?
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    5. Re:Business Amiga by Anonymous Coward · · Score: 0

      Business Amiga was further crippled by the Amiga's lousy mouse (we generally had to replace our mouse once per year, at considerable cost -- eventually I took to rebuilding them with a soldering iron)

      Am I missing something? Yes, the "classic" (sarcastic tone-of-voice quotes sorely needed there) mouse was awful; they released it with every Amiga (including the A600) up until the A1200 came out at the end of 1992. What a joke; it looks like the kind of angular mid-80s design that was quickly replaced elsewhere when people actually began to *use* mice and realised that the shapes of early offerings were horrible. C= should have replaced it after a couple of years; for ****'s sake, they could just have rebranded someone else's design!

      Here's what I don't get; there were plenty of decent Amiga-compatible mice available from other companies, so why did you replace your dead mice with the same Commodore POS?

    6. Re:Business Amiga by Squid · · Score: 1

      The WordPerfect port DID ship, albeit it was (obviously) the 80s version that made little use of the GUI and was never updated properly for faster machines and newer versions of the OS. It was the Lotus 123 port that existed but was rumored to have been killed on orders from Commodore itself. (It boggles the mind. Never ascribe to stupidity that which can more easily be explained by mind control rays from Neptune.)

      The Amiga did have some good productivity apps (ProWrite, Excellence, Final Copy and Final Writer, Final Calc and TurboCalc, several DTP apps, Scala for Powerpoint-like presentations), it just never made a big deal about them, printing was bizarre, vector font support was somewhere between weird and weak, oh and no one wanted to do business work at interlaced resolutions (took awhile for the Amiga to support progressive VGA resolutions). Oh, and whenever Commodore would ship a business app bundled with the machine, it was never one of the good ones ("KindWords"?), and/or they would botch the bundle ("send in your proof of purchase and a YEAR from now we might remember to send you your apps").

      By the time Commodore fixed the technical problems circa 1990, meanwhile the rest of the world had convinced itself there was something inherently "professional" about eight-letter filenames, crashing screensavers, and "Hot Dog Stand" color presets.

  23. But why... by hcdejong · · Score: 1

    ... do the Amiga folks even bother developing their own hardware? Wouldn't it be much simpler to use an existing platform, say (if you want a PowerPC), the Mac?

    1. Re:But why... by amigabill · · Score: 1

      Business politics...

      One reason is that if you run on x86, people will be too impatient for certain applications or games to be ported, and end up dual-booting with Windows. Over time, the user is likely to spend more and more time in Windows, and less and less time in the new OS, reducing NewOS's market. NewOS application/game developers wil suffer even more because the users got tired of waiting and bought the Windows version of their thing instead, and won't buy it again as NewOS-native.

      Another reason is that Amiga had begun a shift to PowerPC years ago, and the more modern Amiga apps/games software is all PowerPC based now. Going x86 would throw those things out the window.

      There was a project called Amithlon at one time that would have lended itself to migrating to x86 native, but apparently some people involved with that got in a 3- or 4-sided licensing war and killed the thing. It began as a 68K Amiga emulation where you did not see the underlying OS at all, like you do with the UAE emulator. It had an API to write x86 native code, and a small number of apps did just that. It could have extended to an eventual completely x86 native AmigaOS platform, pity it failed to do so. The main drawback is that Amithlon only emulated the 68K CPU, so the more recent and more powerful PowerPC-native apps would not be usable, and some of those that were highly desired were no longer supported and would not have got an x86 port.

      Another reason spouted is that to support the x86 platform, many many many drivers for different motherboard chipsets need to be made. The developers can't keep up with all of that. If they did a certain specified subset, you guys would still complain that it's not enough. So why bother?

      I asked about an iBook port. Somewhere there's business politics preventing this, and it sounds likw some of this isn't due to Apple corporate policy regarding documentation of their hardware. Someone has a contract or something that has the effect of disallowing this.

      Another reason is that documentation cannot be had for a number fo chips to write drivers for. As this is a commercial product, simply using the GPLed Linux driver sources is not a good answer, as the corporation does not want to give away their product sources. (It's their right to make that business decision to remain proprietary, regardless of the open-source ideology popular at Slashdot) Though this decision does make it harder to support a larger variety of popular and cheap hardware.

      For example, Nvidia won't even reply to emails asking for an NDA agreement to give a polite "no thank you". ATI on the other hand has granted the company I'm involved with an NDA and documentation to write proprietary Radeon drivers for AmigaOS. Regardless of what we'd like to do, with the limited resources for programming, and the limited number of chips we can get documetnation for, it makes more sense to do a small set of hardware to start with.

      I agree with some of these, I personally do not agree with them all, but these are the ones I can think of at the moment explaining why the decision makers have done what they did.

      Eyetech, an Amiga dealer for years and an industrial electronics supplier got together with a PowerPC northbridge chip company to sell boards for embedded and industrial systems. They skim some boards off the production line and put an AmigaOne sticker on them for us to use, Eyetech and the northbridge company support us ebtter than some chipset companies do, so that's our starting point... AmigaOS now has a pretty decent HAL layer, so other things can be supported when it makes sense to do so, but those making the decisions don't think it makes sense to do so at this time.

      There is an effort underway to license the IBM G5 reference (the kit including eval motherboard, schematics, software dev kit, etc. is about US$6000) but is currently in rather early stages.

    2. Re:But why... by rossifer · · Score: 1

      What you answered was: why didn't amiga choose x86.

      But the grandparent asked: why can't amiga be used on more common PPC hardware (like Mac)?

      Alternate way of asking: why require the ROM when it stops the experimenter (and potential application developer) from pulling a common piece of hardware off of a nearby shelf (a mac CPU) and checking out the new AmigaOS?

      I'm certainly not going to spend >$1000 to take a look (even though I owned an A1000, A500 and A2500 back in the day) when I've got two G3's collecting dust in storage that should be adequate...

      Regards,
      Ross

    3. Re:But why... by Uber+Banker · · Score: 1

      Grandparent post was very interesting. To your specific points:

      But the grandparent asked: why can't amiga be used on more common PPC hardware

      Amiga OS4 does run on PPC (G3s and G4s are linked) did you bother to read the links before posting? Why didn't it run on PPC from the start? You do realise that was the mid 80s??? The PPC was created in early 90s.

      (like Mac)

      Well, because the Amiga did run on more common hardware (like Mac), the 68000.

    4. Re:But why... by amigabill · · Score: 1

      Sure, x86 was a big part of my post, but you seem to have missed these pieces of it:

      I asked about an iBook port. Somewhere there's business politics preventing this, and it sounds likw some of this isn't due to Apple corporate policy regarding documentation of their hardware. Someone has a contract or something that has the effect of disallowing this.

      and this one:

      There is an effort underway to license the IBM G5 reference (the kit including eval motherboard, schematics, software dev kit, etc. is about US$6000) but is currently in rather early stages.

  24. I would love to have one by wobedraggled · · Score: 1

    But that price is a killer.

    I still toy with my amiga stuff from time to time, and use winUAE all the time, it was a great machine in it's day, too bad it was mis-managed, otherwise we might be still sing them today

    --
    Ubuntu- Linux for human beings.
  25. Re:I was wondering when by KingBahamut · · Score: 1

    I work with an AROS fanatic , so I only go by what he tells me. Still I have a copy of it, without the tcp stack. That bounty was 600 dollars I believe, yes?

    --
    "God of Rock, thank you for this chance to kick ass. "
  26. In other news... by djplurvert · · Score: 1

    ...Ford announces you will now be able to order a Model-T in colors other than black.

    1. Re:In other news... by Anonymous Coward · · Score: 0

      "...Ford announces you will now be able to order a Model-T in colors other than black."

      Yes, they're on Model-T alpha .8 - they expect to be able to release 1.0 as soon as they can finish the drastic, ground-up modifications on the F-150 to make it accurately emulate the Model-T, complete with solid axels, wooden wheels, no heater, no safety glass, a top speed of 30 mph and a "no star" safty rating. The new Model-T will also run exclusively on leaded gas.

      After 1.0 is released, they'll begin work on Model-T 2.0. Model-T 2.0, when completed in 2009, should have the capabilities of a modern F-150.

  27. New OS? by Exluddite · · Score: 1

    What for? Workbench 1.3 works just fine. I went hours yesterday before I got hit with a "guru meditation" error.

    --
    What does this button do...
    1. Re:New OS? by amigabill · · Score: 1

      And Linux kernel 1.0 surely could be useful for something, why did they ever decide to improve upon that? 2.6.x is unnecessary, correct?

      Improvement and advancement is always a good thing, regardless of the product category, or at what version certain people left for a competing product.

  28. Better than Linux desktops by northcat · · Score: 1

    This looks better than most Linux desktops.

    1. Re:Better than Linux desktops by Anonymous Coward · · Score: 0

      This looks better than most Linux desktops.

      That's great! Why don't you go out and buy yourself one? In fact, buy yourself two!

      Of course, you'll be paying a shitload of cash for a completely closed system with a shitty G3 processor and an integrated Radeon 9000 (or is it 7000?).

      But never mind - you can still run all that great original Amiga software natively can't you? What's that you say? It's emulated? And most of it won't work for shit?

      Oh well, you've still got a great modern OS to play with! Except for memory protection, apps and drivers.

      But it does come with a web browser. That works for 30 minutes before you have to pay for it.

      Go on - order one! You deserve it, you superficial little prick.

    2. Re:Better than Linux desktops by Anonymous Coward · · Score: 0

      The cool thing about AmigaOS4 is that it is totally customizable, so you can make it look exactly like you want it.

    3. Re:Better than Linux desktops by Anonymous Coward · · Score: 0

      Linux trumps Amiga 4.0 on customizability on principle alone.

    4. Re:Better than Linux desktops by WMD_88 · · Score: 1

      Certainly faster. Even fast Linux environments (XFce, Fluxbox, etc.) aren't as fast. And, I think only XFce can compete feature-wise, in terms of the fast systems.

  29. Slashdot by Arc04 · · Score: 1

    "Instead of cd .. to go up one directory, the command is cd /."

    1. Re:Slashdot by Anonymous Coward · · Score: 0

      CD /
      Or just /

      Both work.

      Same as you can type in the name of a subdirectory on the shell and if there isn't a program with that name also in the directory it automatically changes to it.

  30. Hyperion's comment on Windows stability by tkarhu* · · Score: 1

    From the article:

    You initiate the warm boot by holding down Ctrl and tapping the left and right Windows keys.

  31. Dock by Vollernurd · · Score: 1

    Aagh! What did they copy the Dock for?!

    --
    Smokey, this is not 'Nam, this is bowling. There are rules.
    1. Re:Dock by Anonymous Coward · · Score: 0

      Well I guess Apple copied the Dock from Amiga because they thought it was useful. When my Amiga was brand new in 1992 it had a dock. Mac only got a dock with OSX by 1999 at the very earliest.

    2. Re:Dock by iainl · · Score: 1

      All this "OSX copied the Dock from Amiga" thing is fun. AmiDock was a straight ripoff from NeXTStep anyway.

      --
      "I Know You Are But What Am I?"
    3. Re:Dock by Anonymous Coward · · Score: 0

      They didn't.

      AmiDock became part of AmigaOS with release 3.9 of AmigaOS which was released on the 4th of December, 2000.

      MacOS X 10.0 var released around March 2001.

  32. Re:I was wondering when by dammy · · Score: 1

    Correct, that $600 TCP/IP stack Bounty is do on Jan 21st and the developer is in "Tidy up mode" prior to him submitting it to the CVS. I was hope for it to be submitted last weekend, but such is life.

    Did he show you a AROS nightly snap shot or a AROS-Max distro?

    Dammy

  33. And this is a FEATURE, not a BUG? by Anonymous Coward · · Score: 0

    Running the OS and all its apps completely in memory provides a very different user experience than one is used to from modern operating systems. Switching applications is instantaneous, as is switching screens (providing you are running separate screens at the same monitor resolution, otherwise you have to wait for your monitor to resync).

    Sorry, but how not being able to use virtual memory is a feature? I can stop using swap partition in Linux altogether, or mount it in RAM (and yes, I've done both, and yes, it's lightning fast with no trashing, if you have enough RAM), but I can also use swap partition when I need more memory than I have RAM installed, if I choose to do so. Please explain it to me, how on earth not having this choice is a main feature of Amiga? Should we release Linux with no swap support and market it as better? Or am I missing something?

    1. Re:And this is a FEATURE, not a BUG? by Siker · · Score: 1

      That's not how I understood it. In the article, he talks about the extremely small size of the operating system in conjunction with this statement. It seems reasonable he is describing that he likes the small memory footprint of the OS.

    2. Re:And this is a FEATURE, not a BUG? by stratjakt · · Score: 1

      Why would you mount a swap partition in RAM?

      It's not a "feature", it's just part of the design of the OS. It's just the way it is. Some day, someone will write a good VMM for AmigaOS.

      Until then, keep mounting your linux swap files into ramdisks and tell yourself how much more efficient you are than all those other dummies who just access RAM directly.

      --
      I don't need no instructions to know how to rock!!!!
    3. Re:And this is a FEATURE, not a BUG? by vidarh · · Score: 2, Informative
      Not needing to use virtual memory is a feature.

      Having swap in RAM defeats the entire purpose of having swap space in the first place.

      Several virtual memory management apps were written for the larger of the classic Amiga's and worked fine, but most of the time we made do with a few MB of memory and the lack of a vmm was rarely an issue.

    4. Re:And this is a FEATURE, not a BUG? by Anonymous Coward · · Score: 0

      Uhm, so are you telling me that I don't need more memory, right? Oh, thanks! I didn't know it! I think I'll sell half of my RAM on ebay right now!

  34. Not Nostalgic, just a little empty.... by monks1975 · · Score: 1

    I stayed with the Amiga until 2001 (!), hoping that they (whoever actually owened it at the time) would get 4.0 out of the door. I ended up with a towered A1200 with a PPC co-processor card, Blizzardvision gfx card etc (must of cost £1000+). I loved lots of the design principles of the OS. It was enormous fun- DOpus 5; ARexx...

    But for me though it's too late. I no longer want to be tied to the hobby/tweaker mindset (though it was fun at the time), now I just want something that is elegant and works.

    In a lot of ways, a Mac Mini with panther/tiger looks like the successor to the A1200 I loved to tweak and play around with. I hope the Mac Mini spurs a resurgance in bedroom coding/music/demo stuff.

    BTW: Any idea how good the UAE port for OSX is these days?

    1. Re:Not Nostalgic, just a little empty.... by Anonymous Coward · · Score: 0

      UAE on OSX, at least on my G4 eMac, blows toast. Which means, the idea of using my Cloanto ROMs got me very excited, until I tried it. You'd think 1.25Ghz would be enough, but you'd only think that.

  35. Re:I was wondering when by KingBahamut · · Score: 1

    the copy I have is Max I believe. Id have to look through my cd stack to verify. what I saw was pleasant, my nuke box ( the box I constantly install and reinstall with whatever fancy I have motivated to do so ) had it on there for about a week.

    --
    "God of Rock, thank you for this chance to kick ass. "
  36. Motherboard Pricing... by Anonymous Coward · · Score: 0

    Well, yes, eyetech sells PowerPC boards, sure.

    But when taking a closer look on the prices (500 GBP for just the motherboard), you'll get a Mini Mac (also Power PC, but at more GHz) for half the price, including more periphery and software. Something tells me that this is a dead start for the AmigaOS.

  37. It's a time machine by gelfling · · Score: 1

    Bavck to the days when there were 30 different OS's and 30 different hardware architectures all of them competing in a grim Darwinian wrestling match unto Death. Well Amiga and others perished in Circus Maximus; they got the thumbs down and a dagger in spine. Face down in the blood and dust and it never did, does or will matter how great they were.

    We toast the fallen, All Hail Amiga!

  38. not-too-great CPU by glrotate · · Score: 1

    in 1985 the 68000 was an excellent CPU, certainly compared to the 8086.

  39. Re:Hmm, they need to work on bringing it CURRENT! by Emil+Brink · · Score: 1

    The Amiga Workbench always listed available memory in the screen's title bar like that. I was happy to see it remained in OS4. :) It's interesting that the two numbers are the same, on "classic" Amiga hardware that was never the case since the two memory types were physically different on the motherboard, and used for different purposes by the system. I sure hope your assumption that they will be removed is wrong, although displaying in mega- or kilobytes might make them a bit more readable.

    --
    main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
  40. This would have been relevant in 1994 by tsangc · · Score: 4, Insightful

    This would have kept the Amiga minimally relevant in 1994, but not in 2005. There were really two real markets for the Amiga in 1994, the time of Commodore's demise: Creative professionals and hackers/nerds/hobbyists.

    The Amiga's greatest challenge in 1994 was really CPU power and system architecture. It was tied to the 68K series processor and the custom chips which made it powerful in 1985. If these PowerPC based systems and OS came out ten years ago, it would have saved the machine, at least to be a niche player.

    The Amiga's primary advantage over other machines for creative users like videographers, artists and the like was the fact it was NTSC synchronized for adding titles, and for driving devices like the VideoToaster. That assumed a world view where the computer stayed as outside of the signal path, modifying analog video somewhere between source and recorder VTRs.

    The world changed very quickly--and the desktop video world instantly picked up on nonlinear editing. Suddenly everything, given enough power and bandwidth, was INSIDE the machine. Certainly NewTek responded with the ToasterFlyer, but this was still a rehash of using the Amiga between playback and record devices. By 1997, even the cheapest desktop PCI NLE board was processing effects in the digital domain: The Amiga couldn't keep up, tied to the 68K series alone and was doomed in the video market.

    The OS was very much suited to media applications: It was lightweight, quick and supported multiple resolutions plus had a lot of built in file formats like ANIM, 8SVX, IFF ILBM etc. But with enough CPU power and memory, this becomes a non issue: Through the brute force of a Pentium with a PCI video bus, and I don't care how bad the OS is, it's still going to be more powerful than an overheating 040 with bandwidth limited Amiga custom chips or a late model VL bus VGA chip slaved off on the Zorro II bus.

    The hobbyist market was also lost when Commodore died. A lot of people, myself included, had piles of fun learning about how the Amiga worked. But when CBM went bankrupt and it's later owners died as well, most of us turned elsewhere or plain well gave up on "playing" with computers. Many turned to Linux, BSD, BeOS and the like.

    There is no real market for this device, at least not a serious one.

    In the end, this will be a curiosity, primarily like the cool Jeri Ellsworth C-One board. Most people buying it will be the truly hardcore. Few hobbyists will be interested, as the casual computer enthusiast will be turned off by it's high price and low feature count.

    1. Re:This would have been relevant in 1994 by stratjakt · · Score: 1

      Speaking of CommodoreOne.

      How the hell can I get a CommodoreOne? The last time I checked they weren't shipping to the US? Has this changed, or are there any resellers?

      I really want one to monkey around with. Reconfigurable via FPGAs, it can turn into a C64, Vic20, Atari2600, Atari800..

      This makes me wonder, though: They claim 1581 emulation using regular 3.5" PC drives. Back in the day, I was told this wasn't possible because they used completely different methods to write the disks? By emulation, do they mean the drive looks like a 1581, but writes differently, or that I could actually use the crates and crates of old disks I have?

      I guess it doesn't matter, since I can't get one.

      --
      I don't need no instructions to know how to rock!!!!
    2. Re:This would have been relevant in 1994 by martinoforum · · Score: 1

      Yeah, I had an Amiga and even used it up until about 1997 armed with a hard disk and a couple of extra meg of RAM.

      Great computer. Much more fun to learn and play with than either Windows or Linux, basically because of the fact that all the elements of it basically made sense rather than being the result of a long history of bolting things together. Naturally, as the required feature set expanded people started bolting stuff on, but by that time the Amiga was basically dead as a commercially viable entity so it didn't matter so much, and it never really ruined the fun of it.

      Computers got a lot less fun after the Amiga, I have to say. Thankfully, that made me resign my post as a house-bound geek and get a life doing other interesting things. Being a PC nerd always seemed significantly less cool, and having stuck my toe back in the waters in recent years by building a PC and installing Gentoo on it I can only say I have confirmed this - being a PC nerd is much less cool.

      Also, the Amiga had the best computer-related publication ever in the form of Amiga Power, RIP.

    3. Re:This would have been relevant in 1994 by Anonymous Coward · · Score: 0

      Thankfully, that made me resign my post as a house-bound geek and get a life doing other interesting things.

      Hope you didn't get into that dubious sounding drug, "gurls" (not sure of the spelling; it sounded like that anyway). Several of my friends disappeared after becoming involved with that, and I never saw them again.

      Damn shame. I think they spent all their money on it, because I never saw them at the comic book store again.

  41. Amiga the Avro Arrow of Computing by Anonymous Coward · · Score: 0

    As a Canadian with some aerospace knowledge, and a one time Amiga 2000 and Amiga 500 owner, I can't help but feel that Amiga had parallels with the cancelled Avro Arrow fighter project up here.

    1. Re:Amiga the Avro Arrow of Computing by Anonymous Coward · · Score: 0

      why on earth would canada need a fighter plane anyhow? it boggles the mind...

  42. Re:Hmm, they need to work on bringing it CURRENT! by 91degrees · · Score: 1

    I sure hope your assumption that they will be removed is wrong, although displaying in mega- or kilobytes might make them a bit more readable.

    But these numbers were useful for spotting memory leaks. If OS4.0 has the same memory management as previous versions (i.e. virtually none), then this is essential.

  43. Neo-Retro-Computing by MROD · · Score: 3, Interesting

    Well, it's very interesting about how the Amiga has managed to continue on in the back waters of computing for the last few years. However, it's not the only one!

    Thos of you who remember the Sinclair QL (ie. people such as Linus Torvalds and some of the early AmigaDOS authors who worked at Metacomco) might like to know that some people are continuing the development of both the hardware and the operating system..

    eg. Q40 and their latest Q60 motherboard designed to fit in a PC case.

    What's old is new again!

    --

    Agrajag: "Oh no, not again!"
    1. Re:Neo-Retro-Computing by 68k+geek · · Score: 1

      I am intrigued. More information, please.

    2. Re:Neo-Retro-Computing by MROD · · Score: 1

      I'm afraid that's pretty well all the information I have other than the board also runs Linux!

      --

      Agrajag: "Oh no, not again!"
  44. Well at least... by flumps · · Score: 1

    they can use any old amiga hardware to wedge the office doors open ;)

    --
    "So there he is, risen from the dead. Like that fella, E. T." - Father Ted Crilly
  45. Too little, too late by Mr.+Cancelled · · Score: 4, Insightful

    I and others have posted about the problems before... There's nothing new here.

    OS4's now years behind schedule.

    You've been able to buy motherboards for awhile. In fact those that purchased early were promised the OS and a T-Shirt if I recall. As of now, nothing's shipped other than a beta release of the OS for these early adopters. In fact, just the OS4 motherboard and a G3 CPU is more expensive than an entire Mac Mini system, and is inferior in about every way.

    Any hype they've managed to build for the new Amiga has long since faded away, as have their missed dealines. Anyone remember the "Amiga Anywhere" promo blitz? Partnerships with Microsoft... Going to put an amiga on every machine, etc. Never happened.

    I am a former Amiga user, and was really interested in the new Amiga when it was first announced (3 years ago? Memory's kinda faded, as has the Amigas allure). I've long since wrote them off though...

    As I pointed out the other day, the Mac Mini would make an excellent Amiga OS4 box, but Amiga won't license the OS to run on non-Amiga hardware, so you're either stuck paying way too much for an underpowered machine, or you move on to a "real OS", and write off the Amiga as a dead-end, as most of the computing world has already done. Why Amiga, who need as many users as they can get these days, refuse to license their OS for other PPC hardware is beyond me.

    Their excuse is to prevent piracy, which was a problem for Amiga in its heyday, but come on... Paranoia is no excuse for a bad business plan. And really, what is there to pirate? I don't see a ton of companies getting ready to shove Amiga warez down our throat. There's probably what? 2 dozen titles at the most currently shipping for Amiga?? That's probably about one title per user when you get right down to it.

    In short, I think we'll see a BeOS come-back long before an Amiga come-back.

    1. Re:Too little, too late by Anonymous Coward · · Score: 0

      I realise this is so pedantic as to be ridiculous, and I'm actually laughing at it too - but:

      You've been able to buy motherboards for awhile. In fact those that purchased early were promised the OS and a T-Shirt if I recall. As of now, nothing's shipped other than a beta release of the OS for these early adopters.

      People's T-Shirts have started arriving in the last week. Only years late... how wacky is that!.

      The sad thing is it's getting hundreds of people's hopes up that the new owners of Amiga are on the right track, doing good, and will finally completely resurrect the platform.

      And I thought Steve Jobs had a powerful RDF. Amiga can do this by delivering T-Shirts!.

    2. Re:Too little, too late by Coryoth · · Score: 1

      In short, I think we'll see a BeOS come-back long before an Amiga come-back.

      Well this looks at least as nice as Amiga OS4, has far more software available for it (the GoBe Productive suite runs fine for instance), and runs on standard PC Hardware. So yes, the BeOS come-back is already ahead of the Amiga come-back.

      Jedidiah.

    3. Re:Too little, too late by Anonymous Coward · · Score: 0

      The promised t-shirt finally arrived this week!

      Better late than never i guess..

    4. Re:Too little, too late by armb · · Score: 2, Informative

      As a couple of Anonymous Cowards have said, the T-shirts have shipped. Maybe when I get home I'll actually try digging my Amiga out of the cupboard and see if it still works (the 1084 monitor does, it's being used with a Playstation). I might even get as far as making a ROM file and playing with UAE sometime, and/or AROS.
      But buy a new Amiga? What for?

      --
      rant
    5. Re:Too little, too late by BiggerIsBetter · · Score: 1

      I doubt the concern is piracy. I suspect it's more about their business model. They know they're a niche market, so possibly they're trying to "do an Apple". Control over the OS and hardware worked well for Apple, but they have some things Aimga doesn't have...

      1) User base
      2) A sexy OS
      3) Good hardware

      Amiga should recompile OS4 for x86/x86-64, sell the OS *by itself* - and cheaply - and try to get some deals going with some innovative games shops.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  46. Re:Hmm, they need to work on bringing it CURRENT! by merlin_jim · · Score: 1

    Interesting. Is that because there are no useful programs to be loaded at boot time, the test OS didn't happen to load anything at boot time, or because the OS continues to load stuff even though there is a "usable desktop" after 30 seconds?

    If you look at Microsoft's Bootviz documentation, they claim that the proper benchmark is "usable desktop" and are guaranteeing the same 30 sec cold boot time after tuning with Bootviz on any XP machine (that meets XP's min requirements, of course)

    --
    I am disrespectful to dirt! Can you see that I am serious?!
  47. Amiga VS PC's by Dekks · · Score: 1

    I used to be highly jealous of a friends Amiga, sure almost all the games it had were out on the PC but they all seemed so much more polished ont he Amiga, its built in sound chip sounded a lot better than my shiny new SoundBlaster (replacing my old adlib card), the graphics were better and the thing flew along compared to my 386sx. I can't even remember them declining, it seemed one day you could still buy the Quaver themed computer packs based on a crisps (potato chips to you Americans)character, I kid you know and the next they were no where to be seen.

    1. Re:Amiga VS PC's by Dogtanian · · Score: 1

      I can't even remember them declining, it seemed one day you could still buy the Quaver themed computer packs based on a crisps (potato chips to you Americans)character, I kid you know and the next they were no where to be seen.

      Uh, perhaps Commodore going bankrupt could have a lot to do with that? Dixons and some other places sold off the remaining CD32s (don't know if they still kept other Amigas then) cheap, and didn't get any more in.

      The Amiga market was basically being eaten away by the growth of the PC market; when I got my A500+ at the end of 1991, the Amiga was the computer everyone was exchanging games for at secondary school. A year later, everyone was into the PC and interest in the Amiga was pretty much dead.

      The A1200 came out just a bit too late to stand a good chance against the PC onslaught. It was C= keeping up (at best) with the PC at a time when the A500 was becoming very dated (and hideously underpowered).

      Basically, I think that when one company started getting out of the market, they all did. It was the same with budget games for the 8-bit machines; they went from being stocked pretty much everywhere to being a thing of the past in a period of 12-18 months or so.

      Shops sell less --> Less produced --> Shops sell less --> Less produced --> Some shops stop altogether --> Most companies stop producing --> Sensible shops (most) get out of the market --> Hobbyist niche and/or commercial death.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  48. Some Amiga +points.. by adeyadey · · Score: 1

    1) Virus proof - at least in the modern sense - x86 xploits will not work..
    2) Huge library of legacy free/cheap small-memory demand programs, at least by modern standards. Same could be said for CBM64, but AmigaOS apps are actually useful..
    3) Lots of code written for the RISC chip of its day, the 68K, the chip that should by rights be in every PC today..
    4) Great graphics 4 time=good apps
    5) Guaranteed gooey nostalgic warm feeling when you use it, as opposed to fear/lothing/desparation when using Gates-evil-empire-designed software..
    6) I want the Amiga to be popular again so I can sell my old Amiga tat^H^H^H collectables on ebay.
    6) ???
    7) Profit..
    8) Thats no moon, its lunar lander..
    9) Processing power enhanced if you imagine a Beowulf stylee cluster..
    10) Able to run Linux..
    11) You could attatch a Friggin laser to the Fish PD collection..
    11) Hence, we welcome our new retro-AmigaOS4 overlords.

    er sorry, force of habit. Rewind to point 5, care to add any more?

    --
    "You lied to me! There is a Swansea!"
    1. Re:Some Amiga +points.. by Threni · · Score: 1

      > 1) Virus proof - at least in the modern sense - x86 xploits will not work..

      You mean it won't run x86 code presumably, given that I had Amiga viruses 15 years ago.

      > 3) Lots of code written for the RISC chip of its day, the 68K, the chip that
      > should by rights be in every PC today..

      The 68000 was a CISC chip. The RISC chip of the day was the ARM chip which the Acorn machine had.

      > Rewind to point 5, care to add any more?

      Very good graphics hardware for its time (ie it was the only home computer which really had any) = good games and hobbyist scene (demos/intros).

      Fixed platform (like a console) so no `aww - i need to buy a graphics card with T&L` whenever you get a new game.

      I can't tell you how much I really wanted the PC to run on 68000s instead of those shitty Intel chips.

    2. Re:Some Amiga +points.. by adeyadey · · Score: 1

      You mean it won't run x86 code presumably, given that I had Amiga viruses 15 years ago.

      Indeed, but an Amiga on the internet today would be proof against what is out there now.

      The 68000 was a CISC chip.

      Technically yes, but its instruction set was closer to RISC than x86, and would be easier to implement in a fast way..

      I can't tell you how much I really wanted the PC to run on 68000s instead of those shitty Intel chips.

      Yup, I agree..

      --
      "You lied to me! There is a Swansea!"
    3. Re:Some Amiga +points.. by Threni · · Score: 1

      >>The 68000 was a CISC chip.
      >Technically yes, but its instruction set was closer to RISC than x86, and would
      >be easier to implement in a fast way..

      I think that `closer to RISC` is an odd way to describe the 68k - as compared to the x86 - what with the 68k having more instructions.

      But we agree on something, which gives me a warm, fuzzy feeling!

  49. ummm... were is the outrage?? by Anonymous Coward · · Score: 0

    "... custom BIOS to prevent piracy"
    what, no zealots here? Let us replace Hyperion with Pheonix and Amiga with Microsoft. Then try to boot your pirate copy of XP or better yet, Linux From Scratch. Oh the hypocracy.

  50. Small Footprint & Low wattage = Embedded ? by HighOrbit · · Score: 1

    Amiga might have been a great desktop in its day, but from the review it sounds like it is dying (no pun intended) to be an embedded system. It uses low-power processors and has a small light-weight footprint. If they can nail down the stability, they might have a good platform for embedded applications like ATMs, Kiosks, household appliances , etc.

  51. AROS by POds · · Score: 2, Informative

    Again it seems like its time to mention AROS. Its Amiga like, it has less features, less applications, it looks bloody similar, but, its open source. I feel if the future of Amiga lovers lies anywhere, it'll be here. It wont happen over night, but it will happen (if there is an amiga future).

    --


    Giving IE users a taste of their own medicine since 2005 - http://pods.-is-a-geek.net/
  52. Amiga was great - back in 1985 by Viol8 · · Score: 2, Insightful

    Its now 20 years on. Theres little point trying to relive the past because its never as good as you remember and thats all this company is trying to do. AmigaOS is vapourware more or less and besides, the good thing about the Amiga was its hardware, the OS was pretty much an irrelevance other than as a boot loader for the apps. Hardware these days is so far beyond the hardware of 1985 its not even funny. Whats the point?

    1. Re:Amiga was great - back in 1985 by Ziviyr · · Score: 1

      the OS was pretty much an irrelevance other than as a boot loader for the apps.

      I disagree,
      AmigaOS was not like a common 8-bit "OS".

      I haven't really looked interestedly at AmigaOS since AmigaOS3.5 took to routinely freezing for a whole year without fixes. But the OS really did provide alot of useful hardware coordination for programs while they ran. Never mind how well it juggled several program interfaces and facilitated interprocess communication.

      --

      Someone set us up the bomb, so shine we are!
  53. UAE by minator · · Score: 1

    >BTW: Any idea how good the UAE port for OSX is these days?

    Not as fast as the Windows version but it's under active development so it's getting there.

    http://www.rcdrummond.net/uae/

  54. Possible GPL violation? by Peter+Millerchip · · Score: 1, Interesting

    The following line from the article caught my eye:

    "Wireless PCI cards using the Prism chipset are supported thanks to an OS4 driver ported over from Linux."

    If they did a direct port of the code, surely that would be a GPL violation? The Linux driver would be under the GPL and therefore they would be forced to either take it out again or license OS4 as GPL.

    Of course if they just used the Linux driver to reverse-engineer the workings of a Prism card, that would be acceptable - but the article sounds like that wasn't the case.

    I'm assuming there must be some point I've missed, so would anybody more knowledgeable about Amigas be able to set the record straight?

    1. Re:Possible GPL violation? by gzunk · · Score: 1

      You can't really say that an operating system is a derivative work of a driver for a wireless PCI card.

      Assuming that the driver for OS4 is in a self-contained piece of code then all they would need to do is release the code for the driver that they ported. Not for the OS that uses the driver.

      So I don't think it's a GPL violation.

    2. Re:Possible GPL violation? by Stephen+Williams · · Score: 2, Informative

      AmigaOS is a microkernel; drivers run as tasks separate from the kernel. So it's just a case of running a GPLed program on a non-GPLed operating system.

      -Stephen

    3. Re:Possible GPL violation? by SuiteSisterMary · · Score: 2, Informative

      Why would they have to license the entire OS under the GPL because the shipped a GPL'd driver with it?

      Oh, they wouldn't. They'd just have to release the code that they added to the driver.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    4. Re:Possible GPL violation? by Anonymous Coward · · Score: 0

      It's not shipping with the OS. The driver and its source code are freely available on the net.

    5. Re:Possible GPL violation? by GauteL · · Score: 2, Insightful

      As someone already posted.. the microkernel issue might change this, but a monolithic kernel can't just use a GPL'd driver, because the GPL does NOT allow linking with closed source application.

      You are not allowed to use a GPL'd library as part of a closed source application even if you open up your changes to the library.

      You are however allowed to ship GPL'd software together with your closed source OS (like Apple does), as long as all the applications are seperate entities. (Although Apple also releases the source of their BSD/Mach-based core).

      If the driver is run as a usermode application (which may very well be what happens with the driver in the AmigaOS microkernel, I'm no expert) then it can be distributed without opening the kernel.

    6. Re:Possible GPL violation? by amigabill · · Score: 1

      Do you know if this driver even is based on the GPL sources from Linux? I'm an Amiga user, have read about this wireless driver, and do not know. It hasn't been stated anywhere I've read about it. It may nto be based on GPL sources, making your paranoia grossly unfounded.

      If it IS based on GPL sources, do you know if they provide sources or not? I haven't got one, so haven't myself seen what's included on the driver CD. It could very well already be there, making your paranoia grossly unfounded. If not on the CD, has the seller received any requests? If no one has asked for sources, your paranoia is currently grossly unfounded.

      Trust me, there are GPL zealots in Amiga land as well. They've made quite a fuss about a couple things, and through these public discussions brought about corrections to the valid compaints. If there actually is any GPL issue to be concerned with, it will be fussed about in the not very distant future as people start purchasing these driver/PCI card bundles.

      There's also great interest in these drivers from the MorphOS community. They will be making a bug fuss if they discover these are GPLed drivers and no sources are available for them to port it to their "other AmigaOS" of choice.

    7. Re:Possible GPL violation? by Tony+Hoyle · · Score: 1

      Under the GPL, any two pieces of code that are linked together are derivative works of each other.

      So the filter driver I wrote for XP means that Windows is a derivative work of my driver... (err... ????)

      This even got tested in court - in germany it was decided that any app that uses MySql is a derivative work of it, and must be GPL licensed.

    8. Re:Possible GPL violation? by Anonymous Coward · · Score: 0

      Its ok, no one on slashdot cares about copy-right infringement, so they can do whatever the hell they want with the GPL.

      Besides, most people ignore the GPL just like slashdoters ignore EULAs.

    9. Re:Possible GPL violation? by Anonymous Coward · · Score: 0

      The GPL is the most fscking evil thing yet devised by man. It's the Ebola of licenses.

    10. Re:Possible GPL violation? by SammyTheSnake · · Score: 1

      That's not how it works.

      The GPL only allows distribution of a work (i.e. the driver) if the source for anything the code is linked with is distributed under the GPL.

      It has nothing to do with derivative works, the GPL is the only license you have to distribute the driver and the only ways you can distribute the driver in accordance with the license are:

      1. on its own, not linked with anything (binary or source, but if it's binary you have to make the source available)
      2. linked only with GPLable works
      3. according to some (including Linus Torvalds) a dynamically linked driver module that can be distributed separately doesn't count as linked. I believe RMS would disagree on this one, though...

      The GPL FAQ is good, I recommend everyone reads it whenever they're not sure how it works :)

      Cheers & God bless
      Sam "SammyTheSnake" Penny

  55. OK, it's not dead. But what is it GOOD for? by Anonymous Coward · · Score: 0

    AmigaOS is to Linux what Linux is to Windows. Remember how many Windows users out there think you're crazy for using Linux and truely believe there is nothing to use Linux for except for server stuff before you post your "Amiga is dead" stuff, as you will be exactly correct as all those ignorant Windows users are in their comments about Linux and Linux users.

    When someone tells me that Linux is less popular than Windows (on the desktop, that is) I tell them about many of its advantages. I don't tell them that there are many cases when something is unpopular, therefore everything must be great. I know that they laughed at Copernicus, they laughed at Einstein, but they also laughed at Bozo the Clown. Will you tell us WHAT are the advantages of Amiga? Please, I am really curious. Is there anything more than just nostalgia? I asked about multitasking and memory protection. The answers were: yes, Amiga had both in 1985, no, in fact only the preemptive multitasking since day 1 in 1980, but not really, it was actually co-operative multitasking... *sigh* Does it have ANYTHING that any modern OS should have? Multitasking? Memory protection? Virtual memory? Security? Filesystem access control? Capabilities? If not, then WHAT does it have that makes it so special? Please answer with something more than that Linux is less popular than Windows, because I could go on and on telling you about advantages of Linux. Please tell me WHAT Amiga does better than Linux instead of "AmigaOS is to Linux what Linux is to Windows" because saying that you imply that Amiga is much better than Linux but we are too stupid to understand it, not saying about any actual advantages.

    Thank you for your respect. And to the article poster, we're not welcome here, please don't bother Slashdot again...

    Right... You're not wanted and that's why you get Score:5, Insightful... Will you write anything meaningful or are you here just for Karma?

    1. Re:OK, it's not dead. But what is it GOOD for? by FromWithin · · Score: 1

      Please tell me WHAT Amiga does better than Linux instead of "AmigaOS is to Linux what Linux is to Windows" because saying that you imply that Amiga is much better than Linux but we are too stupid to understand it, not saying about any actual advantages.

      It's difficult to explain unless you've used it for a while. It's the responsiveness, the design, the file and device (and assign) structure, the library system, the screens, the customizability (is that a word?), the Ram Disk, and a lot more. There is just something about it that makes it really nice to use. It's a comfy OS. There is no bizarre file structure for system (or other) files like Linux, no stupid registry like Windows, none of bloat that comes with any graphical interfaces for either. On many levels, it's just much nicer to use. I don't know how else to put it!

      $700 is a lot to pay, no doubt, but if I had the spare cash I would buy one because it would make my every day tasks much more stress free.

    2. Re:OK, it's not dead. But what is it GOOD for? by Anonymous Coward · · Score: 0
      Please tell me WHAT Amiga does better than Linux instead of "AmigaOS is to Linux what Linux is to Windows" because saying that you imply that Amiga is much better than Linux but we are too stupid to understand it, not saying about any actual advantages.
      It's difficult to explain unless you've used it for a while. It's the responsiveness, the design, the file and device (and assign) structure, the library system, the screens, the customizability (is that a word?), the Ram Disk, and a lot more. There is just something about it that makes it really nice to use. It's a comfy OS. There is no bizarre file structure for system (or other) files like Linux, no stupid registry like Windows, none of bloat that comes with any graphical interfaces for either. On many levels, it's just much nicer to use. I don't know how else to put it!
      In other worlds, it is only nostalgia. "Difficult to explain but it feels better" is what audiophiles say about their pseudoscientific crap posted on randi.org. In that case AmigaOS is not to Linux what Linux is to Windows at all.
  56. No its not dead..... by MrByte420 · · Score: 2, Funny

    Its resting....

    I'm very very sorry - but i just couldn't help myself...

    --
    If religous zealots don't believe in Evolution, then why are they so worried about bird flu?
  57. It won't run games??? by Cr0w+T.+Trollbot · · Score: 0, Troll
    "Legacy Amiga applications, such as games, that were written to access the old custom chipset hardware directly, will not run in OS4.0."

    Oh, joy. Well, it's not like games were ever a strongpoint on the Amiga, is it?

    The only reason the Amiga, with it's sub-Mac standard GUI and inferior hardware, ever developed the following it did was because of games. For a few years in the late 1980s, thanks to superior sound and color than that on competing platforms, the Amiga was the machine to own to play (and program) games on.

    Now they're promising an Amiga that will run an almost-modern, not-even-remotely-as-polished-as-OS-X OS on hardware that's two Mac-generations behind (the G3, with G4 "coming soon"), and it won't run any of the classic games? And any but the hardest of hardcore Amgia fans would buy it why?

    As an insanely challenging uber-geek project, this is fine, but it's not anything anyone is ever going to make a viable business out of.

    - Crow T. Trollbot

    1. Re:It won't run games??? by Anonymous Coward · · Score: 1, Insightful

      Trollbot certainly is a fitting name.

      Now, that supposedly sub-Mac GUI was in fact at least as advanced as that of the Mac while it was actively developed. In fact draggable screens with multiple resolutions, proper multitasking and so on made the Mac look pretty sad in comparison.

      Yes, games were a strong point of the system. However too few followed programming guidelines and that's what the cost is today: they don't work. Tough. Get over it and use them with E-UAE which will most likely integrate fully with the system at some point and you can run all the old games there and run the modern ones within the OS. Best of both worlds.

      That said SDL-ports of games are the most interesting things these days except for a few commercial ports. It's still early days for OS4 and it's always easier to critizise something that hasn't even gotten off the ground yet. Sure it may never do so, but no reason shouting it won't - that won't change a thing either way.

  58. *sniff* by whitelabrat · · Score: 1

    It was a sad day when my father and I retired the A1200 w/030 cpu for a PII 400. I had gone through my freshmen year at university with our A1000. I can still hear the floppies grinding away.

    Unfortunately with 10 years past, I can't see any future for the old buggers except for low budget TV stations. Mac OS X is everything the Amiga could have been in my opinion.

  59. The undead computer. by wheany · · Score: 1

    I'm not dead!
    I'm getting better!
    I feel fine!
    I think I'll go for a walk.

  60. Hardware is poor and way too expensive, by ragoutoutou76 · · Score: 1

    Make AmigaOS run on something like Mac Mini and maybe it'll have a chance to become something more than a just an zealot-only OS... No memory protection? Even Win NT 3.51 has memory protection.

  61. Amiga was revolutionary. It smoked everything. by guidryp · · Score: 4, Informative

    In 1985 the A1000 blew everything out of the water. I still have my A1000 in a box somewhere. One of the coolest PCs ever built the entire team signed the inside cover (including Jays dog).

    Processor:
    An 286 was state of the art and the 68000 compared more than favorably.

    Graphics:
    Heck EGA was just recently introduced, Macs were monocrhome. Amiga had extraordinary high colour capability (up to 4096 colours IIRC) and custom co-processor to accellerate 2d operations

    Sound:
    A basic PC beeped. The first soundblaster was still 2 years away. The amiga had multichannel digiatal waveform sound with co-processor support.

    OS:
    PC had Dos or Windows 1.0 (steaming pile of dung).
    The amiga had a small efficient GUI OS with true pre-emptive multitasking...

    The Amiga was a revolution of HW and software. What killed it was stagnation. It remained relatively unchanged for years allowing competition to catch and surpass some of its basic specs.

    Personally I moved on when Win95/OS2 VGA/ 486/ Soundblaster finally made PCs tolerable.

    1. Re:Amiga was revolutionary. It smoked everything. by Vorx · · Score: 1

      Misha -- Jay's dog's name was Misha

      Don't ask me how I remember that. IIRC, I read in an interview that the dog also was involved in the chip design -- Dave Heinie(?) said that Jay would ask the dog whether to include a gate or not, and if the dog barked, the gate would go in -- otherwise not.

      Computers today are missing this kind of hobbyist spirit that infused the Amiga... I had more enjoyment coding for that system than anything else, ever.

      --
      Yes this is my real UID. No, it was not bought from EBay.
    2. Re:Amiga was revolutionary. It smoked everything. by Anonymous Coward · · Score: 0

      the entire team signed the inside cover (including Jays dog).

      Just to clarify... Did the entire team sign the inside cover of your A1000 or did they sign a mold that made hundreds of thousands of plastic A1000 with copies of their signatures. The latter really isn't very impressive. It's like seeing all the names scroll by on a credits screen.

      (I have an A1000 and I'm familiar with the plastic "signatures" you're talking about.) What pissed me off was the tape they used to wrap the machine in its packing plastic... that shit was so sticky and left a residue that's still there today!

    3. Re:Amiga was revolutionary. It smoked everything. by klui · · Score: 1

      Cool. Signatures of the team. Too bad the picture here http://www.binarydinosaurs.co.uk/Museum/Commodore/ a1000/a1000.php is not very clear. Anyone have another link? I find it also interesting that the A1000 was only certified for FCC Class A (same link above) instead of the more stringent Class B just like NeXT computers.

  62. TRIPOS? by Burb · · Score: 1

    Out of interest, does OS4 bear any relation to TRIPOS? I'm sure (or am I going crazy?) that the earliest releases had a TRIPOS kernel written in BCPL. Anyone want to enlighten me?

    --

    1. Re:TRIPOS? by MROD · · Score: 1

      From what I remember, AmigaDOS was originally based on many of the ideas of Tripos. Indeed, at the commandline it's hard to tell the difference. (I've hacked about on a Tripos system using only my knowledge of AmigaDOS.)

      However, AmigaDOS isn't a direct decendant of Tripos, though early versions of AmigaDOS were partly written in BCPL by Metacomco in Bristol, UK. on Sinclair QLs.

      This early code was very quickly replaced subsiquently.

      --

      Agrajag: "Oh no, not again!"
    2. Re:TRIPOS? by StarWreck · · Score: 1

      The original version of the AmigaOS (originally "Workbench") was built from TripOS. TripOS was a completely written in assembly language for the 68k processor. However it couldn't really even be an OS, it was more of the infrastructure for an OS. Thus when merged with the original Amiga Workbench on an Amiga 1000, you come out with a fast and efficient operating system.

      Because TripOS was the infrastructure for AmigaOS and was completely written in 68K assembly, it had to be ripped out... kicking and screaming... for AmigaOS to be ported to PPC. Very little of TripOS remains in the new AmigaOS 4.0

      --
      ... and in the DRM, bind them.
    3. Re:TRIPOS? by peterhjalmarsson · · Score: 1
      So many misconceptions...

      * The Kernel in the bundle of mishmash that seems to be called Amiga OS these days is called Exec. A completely brilliant and very weird piece of software (written by Carl Sassenrath in assembler if I remember correctly?), it is partly responsible for the speed and responsiveness of Amiga OS. It is also responsible for making it so darned hard to add mem protection and virtual mem to the system.

      * The file system and CLI shell utilities was bought from Metacomco/TRIPOS when Amiga Inc's own system was not ready in time. In many ways a load of crap even if we were proud of it at the time. It was interesting as an academic paper but it was never adapted to the real-world realities. IMO anyway.

      * There was a windowing system called Intuition that managed windows, menus and stuff. It had some limitations compared to X (where I came from) because of memory limits in the system (anyone remember GIMMEZEROZERO windows?), but was decent for it's time.

      * The graphical user interface/shell on top of those three was called Workbench - corresponding to the Windows desktop, KDE or similar. Today it is of course very dated, but there is still some good ideas that never showed up anywhere else.

      All in all an extremely interesting product and in so many ways lightyears ahead of it's time. One of my favourites is the almost-never-mentioned language libraries where we had a reasonably well separation between code and displayed texts, making it easy to switch an application from let's say English to Swedish with just an O/S call! I hear that MS is putting a similar function in the next OS...

      And there were tons of these more or less unique features!

      / Peter Hjalmarsson (ex Amiga Support Manager, Commodore Sweden)

  63. Re:Hmm, they need to work on bringing it CURRENT! by StarWreck · · Score: 1
    Neither browser supports CSS, for example, which on many websites merely degrades the appearance somewhat, but on some sites messes up the formatting completely. Also, some poorly-coded Javascript code will sometimes cause problems with AWeb and iBrowse. Oh nothing like shipping an OS in the Internet-age without a working browser. Seems a bit silly to even bother when most people's computers are SOLELY intended for the Web and Email.
    You're not completely stuck with only IBrowse and AWEB... CLASSIC NETSCAPE (ie 4 and earlier) has been out forever for AmigaOS 3.9, so I don't see why it couldn't be recompiled for OS 4.0. Maybe that could serve as a gap filler until Mozilla (which is what new Netscape uses) has been ported.
    --
    ... and in the DRM, bind them.
  64. Oooh! New conspiracy theory! by Fantastic+Lad · · Score: 1
    The actual facts:

    When Amiga began to reach a combustion point, that is, to have a powerful effect on the world of personal computing, Ex-CIA and Government spooks became board members and ran Commodore into the ground, forcing the doors closed in about two or three years of stupid business decisions.

    That part isn't the conspiracy theory. That stuff is real.

    Here's the theory:

    They did it on purpose.

    --Why? Well, because the machine didn't suck for one thing. It had a very 'Open-Source Community' feel to it, (even though it wasn't actually Open Source). It was the kind of machine which made the user feel in control and powerful. And it didn't take itself too seriously or inspire fear. It was fun. --And it wasn't like Apple; it wasn't made for people who didn't want to know. It wasn't made for people who didn't like to tinker under the hood, but it could still be used by such people. It managed both! Amiga was a positive force. Man, you could feel that! Not like PC's (confusion boxes) and Macs (glossy computers encouraging the dream of mindlessness.) "We became your masters the day we started thinking for you." --Man, if any computer ever rose to speak in a soothing voice and not open the pod-bay door, it'd have an apple logo on it's hood)!

    I still don't entirely like my dipshit PC, and all the people who are working to change that and give it a more 'Open-Source Community' feel are fighting an uphill battle against big industry, aka. the MIC. (Military Industrial Complex)

    Like Gaimen and Pratchet described in their one collaborative book, "Good Omens", the collective power of an entire population all experiencing a moderate bit of annoyance is a far more powerful tactic than a lone demon corrupting a single priest.

    Can you imagine an Amiga becoming a zombie machine? Not bloody likely.


    -FL

  65. Re:YES! shadow of the beast please!! by guidryp · · Score: 1

    Awesome game.

    Never managed to finish it though. Very hard game. I still have my A1000 and Shadow of the Beast if the floppy isn't corrupt(big if).

  66. You're BOTH the enemy.... by Rikardon · · Score: 1

    ... long live the Apple ][gs!

  67. One of my favorite Wired articles by sootman · · Score: 1

    For those who weren't around at the time and want a hint of what the machines could do, Wired ran this story a while ago about people who continue to use old computers, including Amigas.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  68. Re:Hmm, they need to work on bringing it CURRENT! by Anonymous Coward · · Score: 0

    Classic netscape never ran on an Amiga. A port was started, but they aborted it.

    Slashdot sucks for Amiga info. Every time there's an Amiga story, I see all kinds of crap information being posted.

  69. Sorry, I'm late to the party... by DrWhizBang · · Score: 1

    The price for the motherboard varies depending on the dealer you are purchasing from (yes, there still Amiga dealers in existence!) but is around US$700. ... Basically, these are "early adopter" prices.

    Am I the only one that finds the quoted phrase ironic?

    --
    Schrodinger's cat is either dead or really pissed off...
  70. RE: Amiga: It's not dead by eno2001 · · Score: 1

    It's just pining for the fjords! ;P

    If you want a dead OS go install BSD. I don't see what all the fuss is about dead OSes anyway... I happen to like my OSes like I like my women: dressed in black and cold as ice. Yeah, I have a thing for "goth girls".

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  71. Re:Hmm, they need to work on bringing it CURRENT! by Anonymous Coward · · Score: 0

    Netscape and IE 4 have never been on Amiga. They have been on MacOS and that could be run using ShapeShifter or Fusion (Mac emulator).

  72. history repeating by the+arbiter · · Score: 1

    Damn, it's BeOS all over again.

    A decent, sexy OS that will be killed by corporate infighting, shitty marketing, suicidal management, and expensive and impractical hardware requirements.

    Christ, when will people learn?

    --
    Boycott everything - they're all trying to fuck you one way or another
  73. Re:Hmm, they need to work on bringing it CURRENT! by StarWreck · · Score: 1

    My guess is that you are either a troll or too stupid to read the whole post. I said CLASSIC NETSCAPE, Not Modern Netscape. I also said OS 3.9, NOT OS 4.0.

    http://simoami.freeservers.com/cgi-bin/i/images/Am igaOS4GUI.jpg

    Go back to Slashdot Troll Hell.

    --
    ... and in the DRM, bind them.
  74. Re:YES! shadow of the beast please!! by Anonymous Coward · · Score: 0

    i was maybe 7 years old, and the guitar theme when you died in Shadow Of The Beast still haunts me. I could never get past like the 3rd level, but who cares? I want to see it again, but i'm afraid it wouldn't live up - like seeing airwolf after 15 years!

    uh huh uh huh, da good stuff~

  75. Re:Hmm, they need to work on bringing it CURRENT! by Anonymous Coward · · Score: 0

    I am happy to say that they are totally customizable today, you can both remove them or change their style.

  76. It's Ironic... by chipset · · Score: 1

    I just realized that I have always gravitated towards the platform with the best user experience. In the 80s, I was using an Amiga. I had 4 of them, the last one an A3000UX. It was a great machine.

    However, I saw the platform coming to an end and bought into the 486. I tried Os/2 Warp, Windows and Linux. Linux was fun to tinker with, OS/2 was nice but clunky and windows... well, between crashes, it worked ok.

    I grew tired of the windows crap and moved to Mac OS X, as I really didn't like the Mac OS 5-9 user experience.

    I would love to try AmigaOS 4. But mainly to tinker with it. If it ran on my g5, it would certainly be something to consider. Yet, they are making it a closed platform, which means that you can't even get a taste of it without shelling out a few hundred bucks.

    Seems kinda like the quandry BeOS was in, doesn't it? That's why they ported it to the Mac architecture then to x86.

    Unless they open it up to other hardware, it is just a moot point. People will refuse to buy into expensive hardware for even less support, less software than the Mac. People complain about Apple hardware costs. Try Amiga? Naah, won't happen.

  77. Re:Hmm, they need to work on bringing it CURRENT! by StarWreck · · Score: 1
    --
    ... and in the DRM, bind them.
  78. The "other Amiga" at gentoo.org top-page by amigabill · · Score: 1

    Interesting point. The "other new Amiga" PowerPC motherboard is currently headlines on gentoo.org.

    Political issues created a rift between Amiga Inc. the company and the people of MorphOS the "other Amiga OS platform" a few years ago. There were two PowerPC motherboards in development at the time that would have both run AmigaOS4. One was the AmigaOne currently sold by Eyetech, the other was the Pegasos being made by DCE, a company which somehow evolved from Phase5 who was the leading maker of Amiga CPU upgrade cards.

    The software guys from Phase5 started their own OS, now called MorphOS, which was Amigalike and ran Amiga applications/games, etc. Their friends at DCE gave them Pegasos boards, and the two items were sold by Genesi to Amiga users on their side of the rift, while Amiga Inc., Hyperion, and Eyetech sell AmigaOne boards with AmigaOS 4.

    Well, some MorphOS developers got mad that they had not been paid as promised by Genesi, and a rift formed there as well, and Genesi now seems to be turning their back on MorphOS. But they've embraced Linux, and are a partner with Gentoo now, as seen today at www.gentoo.org (Hopefully Gentoo won't see the payment situation some of the MorphOS coders claim to have never received, see www.morphos.net)

    So, the "dead" Amiga market has directly, through some soap-opera routing, lead to a GentooPPC motherboard.

    Is GentooPPC a BAD IDEA? No. Is running it on a PPC motherboard a BAD IDEA? No. Is the original reason this board exists, to run AmigaOS, a BAD IDEA? Apparently you guys think so... But without the Amiga, the Pegasos2 (aka "Open Desktop Workstation") motherboard would not be available to be advertized by and partnered with Gentoo Linux...

    It's also supposedly now an official evaluation board at Freescale... (http://www.freescale.com/webapp/sps/site/overview .jsp?nodeId=018rH3bTdGZj9N58582822)

    So please tell me, is the Amiga platform which has lead to something like this still a totally wacked and stupid bad idea to allow it to exist? Good things can still come of it.

    I myself have some ideas that I think could be neat for the computer industry as a whole, resulting from my desire for a PowerPC Amiga Laptop with open docs so anyone can write whatever OS, drivers, etc. they want for it. I'm seriously interested in such a thing, to the extent I'm looking to find CAD softrware and soon plan to ask around at manufacturers to see what can be done. (Business politics/contracts apparently prevent AmigaOS 4 port to iBook/Powerbook...)

    If Getting a license to run AmigaOS on such an open-platform PowerPC laptop is not possible, then I see no reason to make the laptop hardware I desire. Is this a good or bad situation? Do you demand that I stop researchng the business of making an open-platform PowerPC laptop, for no more reason than because I personally would want to run AmigaOS on it?

    (I have not yet made a proposal to the OS guys to see what the licensing would be, I want to find out if making a laptop without ordering hundreds of thousands of units per month is even possible first...)

    1. Re:The "other Amiga" at gentoo.org top-page by Anonymous Coward · · Score: 0

      The Pegasos board is completely pointless; just buy a Mac mini.

  79. Give me BeOS or give me death by melted · · Score: 1

    Someone should pick up where Be Inc left off, and resurrect BeOS, and add a good security model to it. Just yesterday I downloaded some screenshots of BeOS 5, and five years later, they still look as fresh as they did back in the day. If this is not a testament to their UI design, then I don't know what is.

    As an added bonus, this thing ran on X86 hardware and it was FAST, even back then. It'll probably boot in under five seconds on contemporary hardware.

    1. Re:Give me BeOS or give me death by jaredbpd · · Score: 1

      I'd totally love to see a BeOS comeback. Every now and again I still comb eBay looking for an affordable BeBox just to play around with.

    2. Re:Give me BeOS or give me death by ChrisK077 · · Score: 1

      Er, do you happen to know about the open source effort (formerly called OpenBeOS, now called Haiku) to recreate BeOS?

      I think it's quite likely that there'll be at least an alpha version of the OS out this year.

      No additional security features in the first release, though, the goal was to use R5 as a fixed reference point to avoid arguments about the design of the OS until it was fully functional.

  80. Amigux by Doc+Ruby · · Score: 1

    They should convert AmigaOS into a UI mode of Linux, with underlying data/logic libraries, like Palm is doing with PalmOS. So it can be HW independent, backwards compatible, and live "forever", joining other "OS'es" in competition with Windows. And maybe run on my smartphone.

    --

    --
    make install -not war

  81. It does call into question... by Anonymous Coward · · Score: 0

    Since this is nothing more than a "standard" P4 with a BIOS locked motherboard, doesn't this call into question the entire Amiga strategy?

    What I mean is, charge $100 for the OS, and then sell a MB that works or just let people pick their own hardware.

    This strikes me as the same failed BeOS strategy that failed with the BeBox.

    1. Re:It does call into question... by amigabill · · Score: 1

      > This strikes me as the same failed BeOS strategy that failed with the BeBox.

      Be was doing well in the BeBox days. They were doing well in the "runs on Macintosh hardware" days.

      Be died after they went x86...

  82. Jesus Chirst on a crutch by Lord+Apathy · · Score: 0, Flamebait

    It's like the fucking nightmare that won't die. I loved the Amiga but that was 20 years ago. Pat the dirt down, it's time to move on people.

    --

    Supporting World Peace Through Nuclear Pacification

  83. Re:Hmm, they need to work on bringing it CURRENT! by Anonymous Coward · · Score: 0

    Maybe you need to stop being so fucking retarded, and stop posting a MOCK-UP "screenshot."

    Netscape (and Mozilla) have never ever run on any version of AmigaOS, ever.

    I repeat, the "screenshot" you keep linking to is just what some amiga zealot would LIKE it to look like.

  84. Whoops, G3.... by Anonymous Coward · · Score: 0

    I was thinking G4, but it came out P4.

    Point is the same.

  85. AmigaOS is non-free and not so useful for me. by jbn-o · · Score: 1

    I could respect what the AmigaOS folks were doing if the OS had something to offer me. As it is, the OS is proprietary and it doesn't come with programs to do some of the tasks I've come to expect from a modern OS (such as a modern GNU/Linux distribution): word processing, spreadsheet calculations, web browsing, and text editing all with best-of-breed programs from the free software world. So, it misses on both a software freedom scale and a functional scale.

    The hardware is simply lacking. I can get a comparable used G3-based machine for less money (like a used Apple iBook for about US$300 on eBay) that will run a modern free software OS.

    I don't care about AmigaOS being unpopular. I reject it because it is useless to me on grounds that I care about.

  86. Why assume that Intel x86 is here forever? by reed · · Score: 1

    Why does everyone think that the Intel PC will last forever? Why is it ridiculous for new hardware with a new OS to be feasible?

    That said, if I was able to run AmigaOS on a PC or Mac, even in a slow emulation mode, or on a cheaper native machine, I'd consider porting my software. Especially if there's a POSIX layer to work with.

    There is something to be said for starting over from scratch with a nice simple system. Anyone remember something called "V2OS", a new OS built from scratch for Intel x86? I was ready to start playing with it and writing programs, but I don't think they ever got a C compiler finished for it...

  87. I miss World of Commodore by limabone · · Score: 1

    As a kid I remember heading out to airport in Toronto for the annual WoC, where we could see all the latest Amiga and C64 stuff. It was a huge event, and seemed more like a place for people who actually 'enjoyed' this stuff rather than just for people who are in the business.
    I remember picking up my Amiga 500 HD and extra ram there, the thing was really ahead of it's time, I remember reluctantly purchasing my first Wintel box (386) and it was definitely a downgrade!
    *sniff*

  88. Amiga PDA by greywire · · Score: 2, Insightful

    It was touched upon in the article, but I think they are really missing the boat on resurecting the Amiga (and have been for years). It would be nearly impossible for Amiga PC's to compete today. They need to go where the AmigaOS, in today's hardware market, could shine: PDA's. With modern Coldfire processors (very fast 68k compatible, low power, embeded cpus) you could easily build a PDA that would run AmigaOS screamingly fast.

    Even better, if they could make a custom graphics chip that could emulate AGA and maybe add some new features, this PDA could double as a great game machine (and you have all the old amiga games to run on it). There's two markets right there.

    --
    -- Senior Software Engineer, Attorney appearance services, locallawyerapp.com.
    1. Re:Amiga PDA by cheekyboy · · Score: 1

      An amiga PDA would be its only future.

      It did so much on so little in the past, can you imagine an amiga full desktop OS on 64meg ram and 256m flash.

      --
      Liberty freedom are no1, not dicks in suits.
    2. Re:Amiga PDA by greywire · · Score: 1

      How hard could it be? The worst part would be AGA emulation, but we already have that in UAE. All that needs to be done is to create some handwriting recognition software, drivers for touch screen and memory cards (I believe these are usualy formated in FAT so that should be easy).

      With even 16 or 32 megs of ram and 256mb flash card, a 200Mhz+ coldfire cpu (yes they now have one that is 68k compatible) you could run dozens of games and applications... that's higher specs than my A4000 back in the day.

      The AROS people ought to be doing this. I wish I had the time and resources to do it myself..

      --
      -- Senior Software Engineer, Attorney appearance services, locallawyerapp.com.
  89. Re:Hmm, they need to work on bringing it CURRENT! by StarWreck · · Score: 1

    Hmmm, thats odd. I'm running Netscape 2.0 on my Amiga 500 right now.

    --
    ... and in the DRM, bind them.
  90. GNUStep? by goMac2500 · · Score: 1

    If they brought GNUStep to AmigaOS it might help get ports of Cocoa software.

  91. Uhh..ok.. by JustNiz · · Score: 1

    I loved the Amiga back in the day. I even did most of the work for my CS degree on an A1500.

    But now I have a Linux PC that can do much more than my Amiga could, and can run any of several good Amiga emulators out there for when I get all nostalgic.

    So unfortunately I can't think of a single reason why I (or any other PC owner) would want to buy new Amiga hardware today, especially as it would mean buying new software all over again.

    What (if any) features does this new hardware have that a PC doesn't, and what market are they aiming at?

  92. Re:Why assume that Intel x86 is here forever? by JustNiz · · Score: 1

    >> if I was able to run AmigaOS on a PC or Mac, even in a slow emulation mode, or on a cheaper native machine, I'd consider porting my software. Especially if there's a POSIX layer to work with.

    You can, there's several good amiga emulators out there. A slow PC running an Amiga emulator still gives you a MUCH faster Amiga than the original ( 10+ yrs old) hardware.

  93. No more Longhorn complaints by rharder · · Score: 1

    I don't want to hear any more complaints about how late Longhorn is.

  94. Ignoring the question? by Anonymous Coward · · Score: 0

    Will you please answer my question: what are the advantages of Amiga? Please, I am really curious. Is there anything more than just nostalgia? Will you please answer or was your "Score:5, Insightful" post just trolling? Thanks.

  95. PowerPC-Sparc. by Anonymous Coward · · Score: 0

    "I know i would love to play with a Yellowdog Linux media server running on some ultra quiet G4 rig, but the cost of kits are too prohibitive when I know that the same can be done Intel/AMD for a pittance."

    Don't complain. Try finding an inexpensive Sparc solution. At least MIPS is competitive.

  96. revenge of the mac guy by zpok · · Score: 1

    There are no programs for it, they have no market share. Just buy a Mac!

    God, I always wanted to say that ;-)

    --
    I think, therefore I am...I think.
  97. In the Immortal Words of William Shatner... by bigbabich · · Score: 2, Funny

    GET A LIFE!! Move out of your parents basement! You! Have you ever kissed a girl? (now me) For the Love of Christ people! I had an Amiga 500, 1000 and 2000. I played games, I had fun, I even took one apart and spliced an op amp into the sound board so I could run negative voltages through it (try that with a pc) to run my laser graphics cards. BUT IT'S OVER! DONE WITH. Get a grip and let it fucking DIE already! I'm sure the architecture and OS were ahead of their time, but unless they were more than 18 years ahead of their time, then their still over the hill. Go outside and work on your car! or Go inside and work on your girlfriend! I don't care that one of the hotkeys looks like Bob Dobb's. Throw the fucking thing away, upgrade your PC or Mac and GET A LIFE! Amiga...it's over.

    1. Re:In the Immortal Words of William Shatner... by TCaM · · Score: 0, Offtopic

      The Model T is over. The Cuda is over. The Corvair is over.

      There is still a market for parts for the above cars. Many people still enjoy owning and driving these cars, even though a Honda Civic would be cheaper, get better mileage and likely have much lower maintainence costs.

      Just because you don't give a damn doesn't mean that anyone who likes them is a loser or a fool.

  98. Why by rbanffy · · Score: 1

    The single question that comes to my mind is "Why?".

    I loved the Amiga. It was amazingly fast, had a very interesting architecture, with the custom chips doing a wonderful job offloading the CPU. But its responsiveness derived from having no virtual memory - if you loaded a big enough dataset for whatever program you wanted, it would fill all memory available and either crash itself or the whole computer.

    I understand nostalgia. I have a bunch of old computers that still work - and I will keep then working as long as I can - from a couple Apple II clones, Macintosh LC, Color Classic, early PowerMacs and a Monorail PC... A couple weeks ago I almost bought a MSX. They are cool, sure, but they are toys by today's standards.

    There is space for inovation and inventive hardware, tough. But let's make new stuff not regurgitate old classics - I would buy without any hesitation, a contemporary 68K based Amiga computer (or an Acorn Archimedes equivalent, BTW), as long as it was cheap. But I would not pretend to be buying a useful computer - it is a toy. I would use them to relive good experiences of my youth. It's not early adopter stuff - it's only adopter. Extending their useful lives is like overextending good jokes - they cease to be funny.

    I would love to have a MIPS, ARM or PPC ATX motherboard to play with. Kudos for the guys who made the board. I would love to play with Linux or BSD on them or any other brand-new exotic advanced OS, but let's face it: Amiga is all about nostalgia, not advanced features. At least, not these days.

    1. Re:Why by kabz · · Score: 1

      Yeah, exactly, why ???

      The Amiga at the time was pretty cool. I did some of my first programming work in Metacomco C, and assembler, in fact I had the 68000 assembler source for some video digitiser thing, so I could integrate it into a medical application.

      But the cool games, the speed, the graphics, the sound ... it doesn't compare to what we can do with decent PC hardware now.

      Go check out the Avalon site, PC's can do the Amiga ball demo in XML now, instead of some poor bastard sweating it out in video and 68000 programming for days on end.

      I still love computers, but the action is in Open Source. If you have a bunch of energy, go help out. Spread Firefox. Buy AMD ;-) Fix the crappy UI of the GIMP etc., etc.

      --
      -- "It's not stalking if you're married!" My Wife.
  99. Re: Amiga: It's not dead by Anonymous Coward · · Score: 0

    Dead OS? BSD is dead? Oh FU*K, no way when did that happen?

  100. Now that's impressive! by schon · · Score: 2, Funny

    Jay would ask the dog whether to include a gate or not, and if the dog barked, the gate would go in -- otherwise not.

    Wow, now that's impressive. The best I've been able to get from my dog is for him to ring a bell when he has to go outside to take a crap.

  101. Prop open a door? by Jeremiah+Cornelius · · Score: 1
    What a sad end! I saw the ArsTech screencaps - Man!

    I really think we need another Gnomintosh, with library incompatibilies!

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  102. Strange crossbreed of older PC and MAC hardware by casualgeek · · Score: 1

    Looking at the motherboard spec, it looks like stuff from my older PC (VIA bridge, Radeon, PC133 SDRAM, ...) and stuff from an older MAC (G3). Why not have a decent (and recent) PC or MAC emulate the whole thing? (For almost the same price...) Maybe just have the G3 PPC on a PCI add-on card inside a PC if CPU emulation performance is an issue... I hate it when people try to reinvent the wheel twice...

  103. Listen up Amiga Inc. by Anonymous Coward · · Score: 0

    Yet again Amiga Inc. shows just how dumb they
    are.
    I mean, a ROM protection ?!? in 2005 ? Come on!

    You should be praying that people get to pirate
    a copy and TRY IT on their Macs or whatever !!!

    THEN you sell upgrades for current hardware
    not supported before via the Net etc...

    Build the market first then get the cash.

    Do we have to tell you everything ?!?

  104. Should have been based on *BSD or other *nix by Eravnrekaree · · Score: 1

    At one point I recall that Amiga was going to use Linux as a base for its operating system similar to how Apple uses FreeBSD as a base for its operating system. It doesnt sound like this still holds true today since I hear no mention of Linux in regards to Amiga's OS. It probably would have been a good choice for them to go with some established OS like FreeBSD or Linux rather than try to build something from the ground up, then they could have also benefited from sharing an application pool with other Unix-type OSs. It would have also allowed them to get a product out the door quicker with their limited development resources. If each minority OS has its own proprietary API and requires its own applications and cannot share applications with other OSs, there is not as a good of a chance they can compete agianst the huge Windows monopoly, but if all of these small OSs follow POSIX and other Unix standards and share the same application community, they will have a much better chance of being able to compete.

    Part of the *nix philosophy I believe is interoperability and choice provided by source compatability, the ability to compile software on any OS that complies with POSIX and other unix standards. This preserves peoples choice since they can choose what OS and computer plaftorm to use while being able to access the same community of software programs. It is also essential to small OSs with small userbases. Not being able to use certian programs on certian OSs because of non-standard system APIs is a major cause of OS lock in and limited freedom in OS choice, hence Windows. I believe if independant OSs really want to be viable and to compete against MS, they need to support POSIX, X11 and other Unix source compatability standards, these standard furthermore allow an OS designer to use their own internal architecture, since the standards mostly affect APIs visible to the programmer and command line suite rather than the interal OS design. This is why we see so many different filesystems avialable on Linux for instance while applications can use them without having to know the particulars of each one, and how changes to the underlying system can be made without requiring rewriting of the apps.

  105. Re:YES! shadow of the beast please!! by arose · · Score: 1

    Raytracing is still the same today. :-D

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  106. amiga by Anonymous Coward · · Score: 0

    how cool! exiting article, long live amiga

  107. What is the point of AmigaOne hardware? by jrnchimera · · Score: 1

    I don't understand why the "new" Amigas are being built around a new hardware platform. What makes "Amiga" so attractive today is the software and OS. Why not just build OS4 to run on existing hardware platforms? You could build a standard Intel/AMD box and load Amiga OS4 for less money and end with more powerful hardware...

    1. Re:What is the point of AmigaOne hardware? by greywire · · Score: 1

      Well here you go:

      1. If they used commodity PC hardware, then all Amiga hardware companies would be up sh*t creek.

      2. If it ran on an Intel board with PC cards they would have to support umpteen zillions of combinations of hardware, which would be a support nightmare for a small company to handle.

      3. Marketing reasons, including not wanting to totaly alienate the existing users.

      Why doesnt Apple use Pentium motherboards and standard PC stuff? Same reasons. That's why apple wont be switching to pc hardware like a lot of people have rumored over the years.

      Now it would be nice if they made a G5 Amiga with DDR and all the bells and whistles but how much more would it cost? It would take more resources and a longer time to develop for a product that may or may not sell.

      --
      -- Senior Software Engineer, Attorney appearance services, locallawyerapp.com.
  108. No, it bloody well shouldn't... by argent · · Score: 3, Informative

    Basing Mac OS X on UNIX worked because there wasn't anything to the old Mac OS that was worth saving, except the applications, and they were able to transit the applications to a new OS reasonably cleanly over years WHILE maintaining sales wit hthe old OS.

    This is a completely different situation. The old Amiga OS was the closest thing to a real-time microkernel desktop environment that's ever been released to the general public: QNX dropped out of a retail version of Photon, and the only other candidate, OS/9 (no relation or Mac OS 9) on the Radio Shack color computer long predated anything like a desktop OS. If Amiga went that way, well, they would just be another Linux distro... and one that didn't run a lot of important Linux software because it's not an 80x86 and so it won't run binary-only packages.

    I'm amazed that this seems to have maintained almost everything that was good about AmigaDOS, including the wonderful infinitely configurable message-passing OS architecture. Until this moment I had written off AmigaOS as another doomed Linux clone. It may be doomed, but if so it's doomed with style.

    Part of the *nix philosophy I believe is interoperability and choice provided by source compatability, the ability to compile software on any OS that complies with POSIX and other unix standards.

    I ran the Amiga sources newsgroup for some years, and did several ports of UNIX applications to the platform. Even back in 1986 it was already a very UNIX-friendly and UNIX-compatible environment. I can't imagine that it's moved away from that since.

    they need to support POSIX, X11 and other Unix source compatability standards

    The first web browser I ever used was UNIX Mosaic, running on my Amiga using a local X11 server from a UNIX box running at my ISP. The text editor I used was "elvis", one of the classic "vi" clones, and porting it to AmigaDOS was almost trivial compared to what I'd had to do in other ports.

    This is why we see so many different filesystems avialable on Linux for instance

    The Amiga had user-written user-mode file systems, including some amazing ones like a RAM based file system that survived reboots, long before Linux existed. The Amiga API is VERY well designed for this kind of thing... and needless to say no applications had to be rewritten to make it work!

    This is nothing but good news. Please do some research before dismissing this amazing OS because it's not based on Linux.

    1. Re:No, it bloody well shouldn't... by Eravnrekaree · · Score: 1

      Yes, I certianly agree. I should have researched AmigaOS and I do apologise for my oversight. Since AmigaOS it appears does have a solid multitasking foundation that is very viable today, it makes sense to continue to develop it. What is important is POSIX support so Amiga users can share the Unix application base. This of course is no problem. I certianly dont think Linux is the only thing out there, and I think OS choice is a wonderful thing and I am glad that AmigaOS is such a good OS and hopefully it will continue to improve its POSIX support. OS choice and diversity is what Unix should be about.

  109. Summary by StikyPad · · Score: 1

    New hardware, new OS, not backward compatible with existing software, but you can run a port of the Windows Amiga Emulator for the ultimate in efficiency. Oh yeah, the hardware features such technology as USB 1.1, and PC-133 RAM.

    Good God, I loved my Amiga, but that's because it was the state of the art, not the state of decay that it's become.

  110. Business Amiga-HIG Book. by Anonymous Coward · · Score: 0

    "Business Amiga was crippled by a complete lack of human interface guidelines, leading to every application having a uniquely bizarre user interface."

    I can't imagine why. I have the HIG's for the Amiga right here.*

    *I collect interfaces.

  111. The same guys?? by Dwonis · · Score: 1

    I don't think it's the same guys running it. Jay Miner, for example, died over a decade ago.

  112. Re:Gah. ROM. (what rom?) by Anonymous Coward · · Score: 0

    What rom? I believe that the functionality that was in the 68k Rom has been removed from a rom and is part of the install now ie sits on a directory on DH0:

    the whole idea is that the OS is more portable, a Developer at hyperion states that he could port the complete Os in weeks to another PPC motherboard, I believe that he was talking about a Peg and a Mac when he was discussing this,

    All he needs is some hardware docs and for them to buy a licence from amiga.

  113. French English? by Quobobo · · Score: 1

    From the article:
    Interestingly, unlike OS X, there is an option for both Canadian -- French and Canadian -- English! I'm intrigued by this French English!

    (I know he meant Canadian French and English, but how did he mess it up that badly?)

  114. Atari by slapout · · Score: 1

    I don't want to start up the old Atari ST/Amiga flamewar. Just want to mention that there is a project call "ARAnyM" (Atari Running on Any Machine) designed to setup an atari environment on modern operating systems. Not exactly an atari st emulator, but similar. (There are plenty of emulators if you want one of those.)

    Article about it:
    http://www.myatari.net/issues/dec2002/aranym. htm

    ARAnyM Homepage:
    http://aranym.sourceforge.net/
    (That's right, it's opensource.)

    --
    Coder's Stone: The programming language quick ref for iPad
  115. Nvidia v's ATI for the Amiga by slick12 · · Score: 1

    Hi, I was at an Nvidia seminar a while ago and remembered a comment about Nvidia not responding... so I put it to one of the Nvidia developers. He apologised, gave me his card and said that any such request sent to him would get positive results. If you want to follow up I still have his card here somewhere. :-)

  116. The new Amiga has been broken since its release by Anonymous Coward · · Score: 0

    The Amiga One motherboards has serious flaws. You can't use IDE DMA and Ethernet at the same time, the on board sound does not work, and the northbridge has this special "feature" (hrrmm) that prevent cache coherency which corrupts data if you don't specially adapt the OS to handle this. It is also very poor at other kinds of DMA transfers and the memory performance really sucks, as does the AGP speed (announced to be 2x but it's less than 1x in some occasions). The manufacturer, Eyetech, knows about these problems but wants to silence them down and deny most of them and has not shown any interest to help their customers with repairing the goods or replace the motherboards with working ones. The name tag "Amiga" may confuse the ignorant because the motherboard has nothing "Amiga" on it. If you expect to get to use any of the features that made the Amiga what it was, you will be disappointed. The Amiga One is a standard mediocre PC with PPC instead of X86, and the only way of using it as an Amiga is to run an Amiga emulator (i.e. UAE which also runs much better on any x86 hardware). Oh, and the price of these 1999 level of hardware (motherboard+CPU) is between 700EUR-900EUR depending on what model you are looking for and where.

    This hardware is the base of Hyperion's (a game manufacturer) OS4, which is an effort to write an AmigaOS in PPC native code. They haven't got very far yet but it's getting more and more usable. Some of the problems it has is difficult to know if they are from software or the poor hardware. Hyperion also made some design decisions that many old Amigans feel uncomfortable with (to say the least) but fortunately there are other alternatives, both for PPC and x86.

  117. Mod parent up by aliquis · · Score: 1

    What, +1 interesting? It should be +12 FATALITY!