Slashdot Mirror


How Icaros Desktop Brings the Amiga Experience To x86 PCs

angry tapir writes "Icaros Desktop is an effort to build a modern Amiga-compatible operating system to standard x86 hardware. It's a distribution built atop AROS, which is an open source effort to create a system compatible at the API level with the AmigaOS 3.x series. I recently had a chat to the creator of Icaros, Paolo Besser, about the creation of the OS and why Amiga continues to inspire people today."

47 of 202 comments (clear)

  1. Deadest horse by glrotate · · Score: 5, Funny

    Evar!

  2. Re:x86 denial by Chrisq · · Score: 2

    Well in 20 years, we'll have x86 denial syndrome instead (of Amiga Denial Syndrome that is).

    I deny that

  3. 68k games by Hatta · · Score: 3, Interesting

    Can I seamlessly run Amiga games written for the 68000 on it? This would require emulation, but it's been done before.

    --
    Give me Classic Slashdot or give me death!
    1. Re:68k games by Anonymous Coward · · Score: 2, Informative

      Take it from someone who used to program Copper every day in the early 90's: It's not exactly a miraculous superchip that is hard to emulate. Games are usually pretty easy, the Amiga demos are harder to emulate 100% thanks to various copper effects.

      Sure, Amiga architecture was way different from PC, but these days PCs are so powerful they can emulate 68000+Blitter+Copper easily. I'm pretty sure UAE has this covered pretty damn well by now.

    2. Re:68k games by arth1 · · Score: 3, Informative

      Take it from someone who used to program Copper every day in the early 90's: It's not exactly a miraculous superchip that is hard to emulate.

      No, the copper isn't, but what the copper triggers, when is somewhat harder.
      You don't have a lock to scanline in an emulator. For the display effects, you need to emulate every scanline separately and generate a complete image as it would have looked at the end. No biggie when you have fast enough hardware.

      However - and here lies the devil - the copper isn't just used for display effects but can also control a bunch of other hardware registers. (Including audio, where waiting until the end before presenting results won't do what you want - a simple example being creating a 100 or 120 Hz tone by doing two equally spaced copper moves per frame. And the CPU.)
      And you can even modify the copper list while it is running, triggered from either the CPU or the copper through a copper-scheduled blit, or both. Then it becomes a small headache to get things done in the right order at the right time.

      Getting some of it right is trivial. Getting all of it right is not.

    3. Re:68k games by paolobesser · · Score: 2

      Yep. Games already run on AROS without any Amiga licensed ROM. Just fire up UAE with AROS' own KickStart, and games should run wihout any major issue. We are now working on Jenus-UAE and AROS M68K to completely replace AmigaOS 3.x files, and run old workbench applications (like Wordworth, PageStream, ImageFX etcetera) in a coherent environment. Just think about Windows 7's XP mode, or any OS running VirtualBox or VMware with desktop integration. We can't do otherwise, since classic Amigas had completely different hardware and processor architecture than modern PCs.

  4. Re:First Post by pipatron · · Score: 5, Funny

    The x86 architecture is actually still used a lot on the desktop and server market, but I understand what you mean. It's pretty dead in the tablets and cellphone market, the largest market for processors.

    --
    c++; /* this makes c bigger but returns the old value */
  5. Why not use a Linux distribution? by wvmarle · · Score: 3, Interesting

    I wonder why they wouldn't use a Linux distribution for this project.

    Correct me if I'm wrong, but what I recall from the Amiga back then (a friend had one), and what I have seen here so far, this "Amiga Experience" is all about the GUI, not so much about the underlying tech. Which is no matter what totally different than on the original Amiga for the simple fact that we have so different hardware nowadays. Hard drives, more memory, USB, optical drives, WiFi, you name it. It wasn't there back then, and is standard now.

    Already there are themes to make Gnome or KDE look and behave exactly like OS-X, or Mac Classic, or Windows XP or whatever. They can be themed so thoroughly, using different window managers probably even more possibilities, that I'd say this is the way to go.

    Take a Linux distro, e.g. Ubuntu, as base, and build your own customisation on it. There are plenty of derivative distros that do it just like that. Ubuntu being a derivative itself. And presto you have the Amiga Experience, with all it's quirks, with all the underlying goodness of modern hardware support etc.

    Or am I really missing something here?

    1. Re:Why not use a Linux distribution? by HarrySquatter · · Score: 2, Insightful

      Because they don't want to use Linux? And, yes, it is also about the kernel, filesystem, etc. according to the Amiga snobs.

    2. Re:Why not use a Linux distribution? by Bill,+Shooter+of+Bul · · Score: 3, Informative

      Well, according to the cult of the Amiga, you can't replicate the fluidity and responsiveness of Amiga with Linux. Amiga was about the hardware and software. The hardware was quirky, cool, and cutting edge. To use an Amiga in its day was like a trip to the future. Plus it didn't have any memory protection, so a single goof in a program would kill the entire system sadly you can't do that with just a gui in linux. At least not without creating your gui in the kernel.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    3. Re:Why not use a Linux distribution? by HarrySquatter · · Score: 2

      Also, if you had finished the whole summary you'd notice how they want API compatibility with AmigaOS which you don't get from Linux or by changing the GUI.

    4. Re:Why not use a Linux distribution? by Alan+Shutko · · Score: 3, Informative

      That's exactly what they did. Icarus Desktop is a distribution of AROS, in a prepackaged VM image to make it easy to use. AROS is similar to WINE, in that it can run programs within a hosting OS. It also has native ports, but those progress slowly on the hardware support side.

    5. Re:Why not use a Linux distribution? by idontgno · · Score: 5, Informative

      Yeah. What we need is a Linux kernel module that traps userland segmentation faults and throws a kernel panic. XD

      I love all my Amigas; I fought on the epic frontlines of the Amiga versus Atari BBS flamewars before most of you were an ache in your daddys' groins. I carried the Boing Ball flag into harm's way too many times to count. But the true Amiga experience, as depicted by connoisseurs, requires abandonment of such niceties as memory protection and process isolation.

      The hardcore nostalgics forget that the Amiga didn't have memory protection first because the hardware wasn't routinely available, and more importantly because the seamless memory map allowed all of RAM to be a huge playground for the CPU and custom co-processors to accomplish amazing things at less than 8 Mhz. Also, the kernel was blazing fast because there was no meaningful context transition from userland to kernel; everything was memory-pointer based, and all memory was directly mapped and non-virtual.

      Therefore, it was also fragile. But that was an acceptable cost for blazing speed and jaw-dropping media performance at a time that MS-DOS machines were single-tasking, playing beeps and boops through a 2" speaker in the system case. and displaying EGA-level graphics.

      So, let's not wax too nostalgic. True nostalgists wouldn't want this any more than an intelligent car collector will settle for a kit car body, even if it's on a more powerful and capable chassis than the original 1950s Ferrari (for instance).

      Amiga enthusiasts who are curious or interested in one evolutionary path of the old OS might want to see this.

      Other than that, I can't imagine this being a very popular product.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    6. Re:Why not use a Linux distribution? by eternaldoctorwho · · Score: 2

      I love all my Amigas

      I'd imagine your Amigos are jealous.

    7. Re:Why not use a Linux distribution? by dammy · · Score: 2

      AROS team didn't want to use Linux (although the AROS Developers use Linux to develope AROS), but Commodore USA is using Mint called CommodoreOS Vision (currently in Beta) for their new Commodore Amigas: http://www.commodoreusa.net/CUSA_OS_Vision.aspx

  6. Re:Good luck. by squiggleslash · · Score: 5, Insightful

    Hardly. Ten years ago, maybe.

    I have to say this project upsets me.

    Why? Because if it had been completed fifteen years ago, it'd have been something I'd (and millions of other Amiga enthusiasts) would have been able to jump on, and over time it would have grown. The issues with Exec's lack of MMU support would have been, as time progressed, dealt with in an evolutionary way (I have no idea what the solution would have been, but I'm pretty sure it would have come about.) And so the platform would have lived on.

    Unfortunately it wasn't completed then, and the mindshare has moved to GNU/Linux. The problems with AmigaOS back in 1994 are still present in AROS. There's no easy way to fix the issues any more, because the people interested aren't tight knit and large enough to actually agree upon a way forward.

    Which is NOT, absolutely NOT, to diss the efforts of the AROS crew. What they've produced is impressive, and anyone who thinks all operating systems should either be POSIX or Windows based should, absolutely should, download this and play with it.

    What upsets me is that I can't, any longer, jump on something so wonderful. There's no point.

    --
    You are not alone. This is not normal. None of this is normal.
  7. FFS let the Amiga rest in please by Viol8 · · Score: 4, Insightful

    It was a superb machine (arguably the best personal computer) in the 80s and early 90s, but its now 2012 and things have moved on. Why are people still intent on trying to resurrect it like some festering computer zombie? Its making a mockery of the Amiga name and of the time and effort the original designers put into its HARDWARE - because it was the hardware rather than the OS which really made it what it was.

    1. Re:FFS let the Amiga rest in please by squiggleslash · · Score: 5, Interesting

      No, it was the OS. The OS was fantastic. I'd have been much more comfortable jumping to ix86 back in the mid 1990s if AmigaOS had been available then.

      The hardware was fantastic in 1985. In 1990, it was OK but looking a little odd. By the time AGA finally rolled out, there were serious concerns amongst many in the Amiga community that the Amiga hardware was already way behind the PC and Mac. And, of course, infamously, it was about that time that Carmack made it clear that Doom would never be ported to the Amiga due to hardware concerns, despite it running on the lowest end PCs of that era.

      --
      You are not alone. This is not normal. None of this is normal.
    2. Re:FFS let the Amiga rest in please by BitwizeGHC · · Score: 2

      No, it was the OS. The OS was fantastic. I'd have been much more comfortable jumping to ix86 back in the mid 1990s if AmigaOS had been available then.

      IBM peeled off some Amiga developers to work on the Workplace Shell for OS/2 2.x and later. That OS also had some enthusiasts (and still has a few).

      --
      N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
    3. Re:FFS let the Amiga rest in please by squiggleslash · · Score: 2

      Well, kinda. The Amiga 500 was 6 years old, but the 500 and 600 were the most popular brands of Amiga ever made and there were tens of millions of them. The 1200 was sold towards the end of Commodore's life and didn't sell at anything like the same rate.

      Could the 1200 run Doom? Well, yeah, just about, but that wasn't what Carmack was getting at. He was looking forward, saying "Look, mainstream Amigas have this bitplane architecture. It's nice, and flexible, but when it comes to 3D games, it's just never going to pan out. Sorry." Unbelievable levels of assembly-level optimization would be needed to get Doom to work at an acceptable framerate on a 1200, and as for a popular model of Amiga, forget it. What would that say about Carmack's next big project?

      Commodore knew it was a problem at the time too, and the CD32 actually had a bizarre hardware hack thing in it that would copy data in a chunky forward optimally to a planer format so the CPU didn't have to do that work, but...

      The point I'm making is that the Amiga, in the early nineties, just wasn't something you bought for the hardware. It was nice hardware, but you could get better, and what's more, if you knew where the industry was heading (in terms of hardware requirements to support the software that was coming), the Amiga architecture was on its last legs.

      Commodore knew that. Actually, they knew that in the late eighties, but various projects to fix it were either cancelled (AAA) or came too late (Hombre - which arguably was an attempt to create a post Amiga system, rather than a next generation Amiga.)

      --
      You are not alone. This is not normal. None of this is normal.
    4. Re:FFS let the Amiga rest in please by pipatron · · Score: 2

      I use Amiga OS almost every day. Technically, Linux have almost every capability that Amiga OS have.

      I write "almost" because the Amiga OS is more or less a true "microkernel", so you could replace most everything in the system live. Normally you don't do this though, and it's pretty insignificant.

      What it excelled at during the days was that it had true multitasking with a fast message passing functionality, and it took something like 5-10 years until other desktop operating systems had that (windows, macos, atari etc). In combination with hardware that could have different resolution and colours on different parts of the screen it meant that you could easily work with multiple programs at once without anything being sluggish.

      All of this is easily done today, and I don't see the point of running Amiga OS on an x86 except for the "because I can"-reason. I use my Amiga because it has cool hardware and I like to code for it.

      --
      c++; /* this makes c bigger but returns the old value */
    5. Re:FFS let the Amiga rest in please by uhuru_meditation · · Score: 2

      Apart from multitasking, lots of colors, very small kernel and speed, hundreds of smart and cool features, graphical beatifications, smarmy and small programs - it was always safe to turn off or turn on computer by - pressing on/off button - without waiting for the shutdown crap. It booted in few seconds - well below 10. It had 4 channel stereo sound. There was an ecosystem of add-on cards, pushing it way beyond anything out there. Apart from all that - in the very early 90's the only animated thing on a PC was green blinking cursor, while Amiga run video productions and myriad of graphical editing and manipulation imaging programs. Do I have to mention games? TV connectivity, composite video, RGB video and various simultaneous display and video overlay possibilities. All that at max speeds of 50 MHz - mind you. So ..not really better, but different.

    6. Re:FFS let the Amiga rest in please by squiggleslash · · Score: 3, Informative

      Over time, there probably isn't a lot that's better than what we have today, beyond efficiency and a look and feel that I just felt comfortable with - which itself is somewhat subjective... hey, take a look here: http://home.datacomm.ch/mrupp/TAWS/WB.html

      At the time however, these were considered radical:

      - Pre-emptive multitasking
      - A shell that was half way between Command.com and Bourne. Had some very nice user friendly aspects, such as named parameters and a shared command line parsing system.
      - The file system supported mixed case, long, filenames.
      - An automatically-managed multiple desktop system. Larger apps would have their own desktops. Each could be a different screen mode if necessary (important in the days when there was a resolution/colour tradeoff)

      Everything was patchable and extendable. Utilities were encouraged to intercept standard library calls for all kinda of stuff. The file system had some extremely nice features such as an assignments system that allowed you to assign symbolic names to directories - you didn't have drive letters or a single file system, but something more partitionable. From Workbench 2.0 onwards it had an extremely pleasant look and feel (older versions, not so much.)

      It's hard really to describe how radical and better it was at the time to anything else mainstream. Unfortunately, it became obsolete the moment MMU support (and other security features) became important, which is to say, as soon as the Internet proper came on the scene.

      --
      You are not alone. This is not normal. None of this is normal.
    7. Re:FFS let the Amiga rest in please by toejam13 · · Score: 2

      At the time, the Amiga had a very good blend of processor, graphics and audio performance tied together with a multitasking OS (rare at the time) for a reasonable price. But the OS was admired because it had a very small footprint and was very fast. It was also easy to use.

      The only major benefit you'd get out of it today is that it is incredibly lightweight. But that is because it uses a very simple memory management subsystem. There are a lot of benefits of using a more complex memory subsystem, which is why the one used by the Amiga has been abandoned outside of all but the most basic embedded systems.

      One feature that would have been nice to bring to a modern OS was the datatype system. It was essentially a universal codec subsystem that could handle not only the different encoding systems (codecs), but the containers as well. And it wasn't limited to video - it could also handle audio, text and images. The closest thing Windows has today is the ffdshow codec package for the DirectShow subsystem.

    8. Re:FFS let the Amiga rest in please by Nutria · · Score: 2

      The downside of that was that there was no memory protection

      Replacing a non-protected OS with a protected version while retaining app compatibility is impossible. That's why Apple had to ditch the original Mac code base and replace it with OSX.

      --
      "I don't know, therefore Aliens" Wafflebox1
  8. Re:Good luck. by toejam13 · · Score: 2

    Ten years ago I might have agreed. Today with every major desktop OS running on x86 or x86-64, not so much. Besides, people are more interested in the Amiga experience as opposed to the underlying hardware. This goes double since the majority of PPC systems in the post-Commodore world have been something of an expensive joke.

  9. Still inspires? It doesn't. by xxxJonBoyxxx · · Score: 3, Informative

    >> why Amiga continues to inspire people today

    Um...not really. I owned two Amiga machines and worked on two different Video Toaster rigs. Fun at the time, but I'm very, very happy that the Amiga's best features (graphics, sound and text-to-speech) went mainstream. I haven't plugged in any of my old systems in more than five years.

    Let it rest - RIP.

  10. Re:First Post by jythie · · Score: 5, Insightful

    Hobbyists are more then enough to justify it. If they get a kick out ouf playing with AmigaOS then good for them. Some people play games, some people read, some people waterski, and some people enjoy playing with old tech. Not sure why people get so butthurt over what other people do with their free time.

  11. Re:Good luck. by HarrySquatter · · Score: 2, Informative

    Just take a gander at this thread from 3 mnths ago.

    BeOs didn't succeed with x86. Some developers said that those who has originally used BeOs started to use window/Linux and stopped to support original BeOs apps because everythig was easier with Windows/Linux.

    Custom hardware is good choise, there woun't be any benefits to go x86/x64

    Custom hardware makes Amiga special and force people who has it to use it. (Yes I know there is linux distro for ppc)

    OS4 needs to remain PPC.

    No valid reason for OS4 to go to commodity hardware. The market isn't there - niche OS's are free/open source on commodity hardware, Hyperion would have no business model.

    It's be just another offshoot hobby OS that could once make a meager earning on the PPC side that is now on commodity HW where there's a plethora of free OS'es for every niche market. Another OS I'd have to run an emulation layer on to run legacy software. Why should I run OS4 x86 vs. AROS, vs. UAE/Amikit/Amithlon?

    and those are just select quotes from the first 2 pages. The snobs still exist.

  12. Re:Good luck. by Anonymous Coward · · Score: 3, Insightful

    No. You see, even the most snobby of snobs is well aware that the only viable CPU architectures right now are ix86 and ARM. 68K is dead outside of the low power (in every sense) embedded world; and PowerPC is a WTF.

    Ten years ago, like I said, you might have found a hold out, clinging perhaps to PowerPC as a possible 68k successor, but today? Nope. The CPU wars are over.

  13. Why the animosity? by Anonymous Coward · · Score: 4, Insightful

    Why the animosity to Amiga enthusiasts? Im willing to bet that a significant portion of Linux users on Slashdot were once Amiga users and for various reasons moved on - maybe like myself - a reluctant windows user in the late 90's before discovering Linux and dumping windows for good eventually! Initially Linux - for me reminded in many ways of Amiga OS which is why it was so easy for me to fall in love with it.

    Although Linux will for the moment remain my primary OS I've been keeping an eye on AROS. Over the years and as of late the system is becoming really polished with different distro's including one for 68k that can be run on classic hardware - as well as a port currently underway for the Raspberry PI. So you will see that this is not just about running AmigaOS on x86 but creating an OS that eventually will run across different processor architectures. There is also a very interesting Aros / Linux hybrid which opens up the world of linux applications to use inside AROS ... Aeros / Broadway X .

    How quickly we forget that Linus Torvalds was scratching an itch to build a minix clone for x86 which has led to the incredibly widespread and varied use we see today. So to AROS which started albiet more recently than Torvalds effort which has similar but humble beginnings.

    AROS and the work that has been done are enabling things like replacement , royalty free Kickstart's that can be used with emulation software - free of the chains of licensing. Its open source nature will ensure that the operating system can be free and modified by all.

    I for one applaud the efforts that have gone into the project particularly since they have so few active developers. (Anyone interested should probably dig in)

    1. Re:Why the animosity? by jedidiah · · Score: 2

      > Why the animosity to Amiga enthusiasts?

      There's plenty of people here that will screech and point at anyone they think isn't part of the herd.

      I suspect that's not the old 68K users acting like pod people here.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    2. Re:Why the animosity? by squiggleslash · · Score: 4, Interesting

      Because back in the early nineties, we were obnoxious.

      I'm not kidding. We'd bring in the Amiga into every discussion. How it was the best computer in the world. How you suck for having a PC or Mac. How Bill Gates sucks because he won't support our wonderful computer system.

      We were basically the early nineties equivalent of Apple fanbois. Except worse, if you can imagine such a thing.

      And I suspect there are a few Team Amigans out there who are still like that. The rest of us are old farts who post to threads like this and reminise, which makes us easy pickings both for trolls, and people who just didn't like us back in 1992.

      That's not all of it of course. There's also always the MBA-who-thinks-he's-a-geek type who, on hearing someone has created a 6502 entirely out of discrete soldered together transistors, or out of Lego, posts here demanding to know WHY ANYONE WOULD MAKE A 6502 in 2012?!! And they're posting here thinking "Amiga?! But why would we want anything other than {"Linux"/Windows 8/Mac OS X}"

      That's why. My advice. Ignore it. Enjoy the fact geeks are doing geeky things. And try the OS if you have a chance, you might find a use for it, and you'll certainly learn something from it.

      --
      You are not alone. This is not normal. None of this is normal.
  14. Re:Good luck. by squiggleslash · · Score: 2

    The Amiga wasn't PowerPC based. It was a popular upgrade, and some of the companies that called themselves "Amiga" after Commodore's downfall produced machines they called "Amigas" with PowerPCs, but those machines were basic PREP (or whatever the term is), not resembling the Amiga range in any shape or form. The only connection was the operating system.

    What you have here are PowerPC snobs, not Amiga snobs.

    --
    You are not alone. This is not normal. None of this is normal.
  15. AROS on Raspberry Pi by snowball21 · · Score: 2

    Pascal Papara's Broadway AROS project has been brought to the Raspberry Pi by Stephen Jones. There's also an ARM6 hosted version of the AROS project available.

  16. Re:First Post by divisionbyzero · · Score: 3, Informative

    They were referring to AmigaOS not x86.

    Did you feel a little breeze in your hair? Yeah, that was the comment going over your head. He intentionally switched them up for effect.

  17. Re:Good luck. by squiggleslash · · Score: 2

    Sorry, I thought you were quoting one comment.

    That said, it still doesn't really say what you're suggesting. What the first and third comment are saying is that they think the best computer would be combination of AmigaOS and custom hardware. They think AmigaOS should be created for this custom computer.

    Now, you'll note a few things. One is that that doesn't specify a CPU. The other is that pretty much rules out the crappy "Let's combine the reference-architecture PowerPC motherboards with AmigaOS" "Amigas" that have been pouring out of companies that have called themselves "Amiga" in the last few years. Because those reference architecture PCI-supporting PowerPC motherboards aren't exactly custom computers either.

    I can certainly relate to someone wanting the owners of the Amiga IP to come out with a revolutionary new computer, unlike anything out today. Because that's what we got in 1985. However, I think there's a world of difference between saying that, and saying "Also - it has to have some outdated, crappy, CPU that nobody uses any more". You'd put an ix86-64 in a modern Amiga for exactly the same reason as they put a 68000 in the original Amiga 1000 - it's a powerful, commodity, CPU, the best CPU you can get for the price.

    I'd be enormously surprised if the first and third poster didn't agree with that.

    --
    You are not alone. This is not normal. None of this is normal.
  18. Re:Good luck. by toejam13 · · Score: 3, Interesting

    3 seperate people in the first 2 pages decrying AmigaOS on x86 and how PPC hardware makes it 'special'.

    An 8-core POWER7 processor is special. Most everything these days from the PowerPC series is not.

    Had Commodore actually released a PPC based Amiga themselves, then there might have been a real connection between the PPC and the Amiga. But Commodore folded before they could transition off of the 680x0. So all we have are a few third party PPC processor cards and a couple hobbyist companies tinkering with it after it fell from mainstream status.

    To me, I think a lot of people had wishful thinking of what could have been had Commodore followed Apple down the PPC rabbit hole. That is why they're so hung up on it. But for most people, the Amiga died when it was a 680x0 machine running 3.x.

  19. I seem to recall the last time by IWantMoreSpamPlease · · Score: 3, Funny

    something was named Icarus, it went down in flames.

    --
    So rise up, all ye lost ones, as one, we'll claw the clouds.
  20. Re:First Post by Anonymous Coward · · Score: 5, Funny

    It's a bird! It's a plane! No, just the joke you didn't get.

  21. Re:Good luck. by TheRealMindChild · · Score: 4, Interesting

    Not all operating systems need to be, nor should be, multiuser, memory/resource protected, desktop publishing Goliaths. The OS I work on in my spare time is single user, no permissions, no memory protection simple piece of usefulness. I use it to run diagnostics and fix problems and I am proud of how well it does that. I believe your view of what a "useful OS" should be is skewed.

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  22. Re:ex-Amiga fan by LoadWB · · Score: 2

    I'm running USB2 in my 4000D with OS3.9. With this, I have a multi-card reader, 10/100 Ethernet adapter, and wireless keyboard and mouse. It can also handle USB wireless adapters and I connect USB flash drives and hard drives frequently. Not bad for a dead system. And, yes, it's a hobby and it's fun. I can't explain it any more than anyone can explain why it's fun to tinker with old cars, planes, stamps, etc.

  23. Amiga was about the tech (to some) by Sloppy · · Score: 3, Interesting

    Correct me if I'm wrong, but what I recall from the Amiga back then (a friend had one), and what I have seen here so far, this "Amiga Experience" is all about the GUI, not so much about the underlying tech.

    Everyone had a different idea of what the "Amiga Experience" was, because the machine was so striking in so many different ways.

    I don't remember talking to many people who thought Intuition and Workbench (the GUI) were all that special (right-button fixed-position menus, and "screens" being the only "cool" Amiga-exclusive GUI features that I can think of off the top of my head), but OTOH in the mid-1980s there weren't that many GUI competitors, so I guess it's not far-fetched that at least some people thought that was special.

    To some people, it was just the games. The Amiga had its day in the sun where it was, for a brief period, the game machine. When that day ended, those people moved on.

    To me, it was all about the tech. And even within the tech, there were at least two camps and lots of people with a mix of membership in both. The custom chips were excellent -- by mid/late 1980s standards (by 1996 I had installed a graphics card and by 2000 the case was truly stuffed to the gills with replacements for nearly everything on the mobo, every Z3 slot filled and some cards with other weirdo connectors which connected to other sub-cards!).

    Exec was excellent (if you ignored the issue of memory protection) and simple, and I still sometimes wish on Linux I could "nice" processes with absolute priorities. (But it doesn't matter as much, these days.)

    Even AmigaDOS (!) (when's the last time you heard that part of the system praised?) had some very nice things about it, or easily added onto it. Linux finally got equivalent ramdisk tech with 2.4 but I still don't see a pipe device as awesome and convenient as APIPE. ;-) Linux finally got diverse filesystems (on of my favorite things about it) and has pulled ahead by a huge margin (I'll admit that; Linux is now the world leader in this regard) but Amiga people were plugging in, and playing with, and benchmarking different ones, years before anyone ever heard of Hans Reiser. When x86 people were working around fdisk partitioning, Amiga people had RDB -- equivalent tech is just now hitting becoming widely deployed with GPT. Some of its features seem very dubious by today's standards (I can't explain to anyone in 2012 why they would want "assigns" and not sound like a moron) but compared to AmigaDOS' comtemporaries .. oh, those people knew why someone would want a feature like that, and envied the Amiga even if they had to do it in secret.

    The Amiga was plenty loved for its tech. Maybe by different people for different reasons, but the techlove was there, and I think critical to Amiga lingering after Commodore's death, for as long as it did.

    One thing, though. For all the Amiga tech we don't have today, we still get by. Some of it got improved on (FFS seems so quaint now), some of it got the need for it bypassed by either new paradigms or brute force (you don't need copper lists, or to tell APIPE how much memory to use for its queue, or decent partitioning system when you have LVM), some of it is now seen as a bad idea (e.g. reading the the code which implements a filesystem, from the inserted media), and whatever we all still lack today, is mitigated by the other advantages of being the mainstream (e.g. Core i5 for $200 instead of a Cyberstorm 060 for $1000). The tech was damn fine, but it's still 1980s tech that we're talking about. It still impressed in the 1990s, but mainly because the 1990s were a semi-dark age.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  24. Re:Good luck. by Bert64 · · Score: 3, Interesting

    Incidentally, by some accounts Commodore were working with HP to transition to the PA-RISC processor and had no plans to use PPC... Had they not folded, they most likely would have moved to HPPA, later moved to IA64 and would probably be in the process of moving again.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  25. Re:Good luck. by Bert64 · · Score: 2

    Those quote are hilarious...

    BeOs didn't succeed with x86. Some developers said that those who has originally used BeOs started to use window/Linux and stopped to support original BeOs apps because everythig was easier with Windows/Linux.

    Nor did it succeed on PPC.

    No valid reason for OS4 to go to commodity hardware. The market isn't there - niche OS's are free/open source on commodity hardware, Hyperion would have no business model.

    There is no market for a niche OS targeting hobbyists. Niche OS are free or open source and run on widely available hardware because that's the only way any of them has a hope of attracting a user base. Lots of people have old/spare hardware they would play with a new OS on, but very few would buy expensive hardware just to try an expensive os.

    That's how myself and many others first experienced linux. In fact, my first experience of both linux and netbsd was installing them on an amiga since that's the hardware i had available at the time.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  26. Re:Good luck. by turgid · · Score: 3, Insightful

    Had they not folded, they most likely would have moved to HPPA, later moved to IA64 and would probably be in the process of moving again.

    The few remaining polar bears are very thankful that IA64 didn't gain momentum...