Haiku Gains Support For Current Radeon HD Cards
As reported by Phoronix, the Haiku operating system "has added (untested) support for the newest AMD Radeon graphics cards to its open-source driver for the BeOS-compatible operating system." (Specifically, that support is for the "Mullins" and "Hawaii" graphics processors.) Impressive that this project keeps the BeOS flag raised and continues to modernize; Haiku has been around since 2001 — years longer than Be, Inc. itself lasted.
Beos fails to sel
Asks too much for Apple sale
now just open source
Remember, no graphics (not "No modern Radeon HD graphics" or even "No Radeon graphics" but no graphics at all) in Haiku are hardware accelerated.
The ONLY acceleration they offer at all is YCbCr scalable overlays for video on old chipsets that still did that sort of thing, which obviously Radeon HD does not. No 3D, no compositing, no blit operations, everything is done in RAM and then the whole frame is copied to the framebuffer.
Of course today's CPUs are really fast. So long as you do simple 2D graphics or you have a really poky high-end CPU, Haiku can make this look pretty good despite not using virtually any of the transistors on your $200 graphics card.
I have to give them credit. Haiku is even more irrelevant than BeOS.
That's not easy to do.
some of the window management features seem interesting to me.
Why has nobody else implemented the Haiku version of tabs and the ability to "stitch" windows at borders? I can see convenient uses for those. Were these features in BeOS? (I never used it.)
STOP . AMERICA . NOW
Too bad a few of the late bloomers are quick to jump on her grave. Multimedia was it's strong suit, and way out ahead of any Linux distro at the time. Try that with Slak, Mandrake or Redhat 6.x .
Open source OS nobody uses provides support for graphics acceleration hardware without any hardware graphics acceleration.
When i was in high school, I bought a copy of BeOS. I thought it was really cool. it flew on my k6 with a matrox video card. it came with cool demos like dragging videos onto a 3d cube and playback all sides. really i think it had much more polish than Linux or windows of the day visuals-wise (my opinion linux still drags behind on this). even today, a modern OS struggles to load itself from power off in under a minute, where BeOS loaded itself in under 15 seconds. I would have loved to see it survive, but after Palm bought it, and gutted the company (all they wanted was the IP) it kinda died slow and horribly.
I've checked in with the development of haiku, and other than re-creating the system in open-source, it seems fairly stagnant. I'm gonna be rooting for them, if they can get some modern chip set support, it could bring back relevance.
What made this difference? Was there something magical about the scheduler and/or the graphics stack?
Indeed. Man, a frame-accurate, fully responsive, low-latency OS would be a dream. Today we have various CPU schedulers, I/O schedulers, multiple CPU cores and SSDs thrown at it, but the results are still often quite subpar.
If we want a similar feeling we will have to start to treat user interaction as realtime-critical. Not only is it necessary to fetch user input in a timely fashion, lost input events is non-acceptable bug, but it is also vital that any GUI or console output is processed at a higher priority than any generic calculation. Even network packetloss is preferable to unresponsiveness.
A situation where a process hogs the CPU so much that opening a console and killing it takes several seconds should never occur.
Also, if the start-time of a program is so long that it can have a splash-screen it is still in beta.
There is no reason for that. You don't need to load a gazillion small files, you don't need to initialize a bunch of data.
Everything can be cached and much can be loaded in the background.
Modern systems shouldn't have a worse response time than systems from the 90's.