web.archive.org

Haiku

  • ️Mon May 10 2010
Haiku
Haiku Project logo
Haiku OS.png
Company / developer Haiku Project
OS family BeOS
Working state Alpha
Source model Free and open source software
Initial release OpenBeOS: 2002 [1]
Latest unstable release R1/Alpha 2 / May 10, 2010; 7 months ago
Marketing target Personal computer
Available language(s) Multilingual
Supported platforms x86
Kernel type Hybrid
License MIT License
Official website haiku-os.org

Haiku is a free and open source operating system compatible with BeOS. Its development began in 2001, and the operating system became self-hosting in 2008,[2] with the first alpha release in September 2009 and the second in May 2010.

Haiku is supported by Haiku, Inc., a not-for-profit organization founded in 2003 by former project leader Michael Phipps.[3] Haiku, Inc. is based in Rochester, New York.

History

Haiku began as the OpenBeOS project in 2001, the year that Be, Inc. was bought by Palm, Inc. and BeOS development was discontinued; the focus of the project was to support the BeOS user community by creating an open-source, backward-compatible replacement for BeOS. The first project by OpenBeOS was a community-created "stop-gap" update for BeOS 5.0.3 in 2002. In 2003, a non-profit organization (Haiku Inc.) was registered in Rochester, New York, to financially support development, and in 2004, after a notification of infringement upon Palm's trademark on the BeOS name was sent to OpenBeOS, the project was renamed as Haiku. However, development would only reach its first milestone in September 2009 with the release of Haiku R1/Alpha 1. This was followed in May 2010 by R1/Alpha 2, which contains more than 300 bug-fixes and improvements.

Development

Haiku is developed in C++ and provides an object-oriented API.

The modular design of BeOS allowed individual components of Haiku to initially be developed in teams in relative isolation, in many cases developing them as replacements for the BeOS components prior to the completion of other parts of the operating system. The original teams developing these components, including both servers and APIs (collectively known in Haiku as "kits"), included:

  • App/Interface – develops the Interface, App and Support kits.
  • BFS – develops the Be File System, which is mostly complete with the resulting OpenBFS.
  • Game – develops the Game Kit and its APIs.
  • Input Server – the server that handles input devices, such as keyboards and mice, and how they communicate with other parts of the system.
  • Kernel – develops the kernel, the core of the operating system.
  • Media – develops the audio server and related APIs.
  • MIDI – implements the MIDI protocol.
  • Network – writes drivers for network devices and APIs relating to networking.
  • OpenGL – develops OpenGL support.
  • Preferences – recreates the preferences suite.
  • Printing – works on the print servers and drivers for printers.
  • Screen Saver – implements screen saver functionality.
  • Storage – develops the storage kit and drivers for required filesystems.
  • Translation – recreates the reading/writing/conversion modules for the different file formats.

A few kits have been deemed feature complete and the rest are in various stages of development.

The Haiku kernel is a modular hybrid kernel and a fork of NewOS[4], a modular kernel written by former Be Inc. engineer Travis Geiselbrecht. Like the rest of the system it is currently still under heavy development. Many features have been implemented, including a virtual file system (VFS) layer and rudimentary symmetric multiprocessing (SMP) support.

Compatibility with BeOS

Haiku aims to be compatible with BeOS at both the source and binary level, allowing software written and compiled for BeOS to compile and run without modification on Haiku. This would provide Haiku users with an instant library of applications to choose from (even programs whose developers were no longer in business or had no interest in updating them), in addition to allowing development of other applications to resume from where they had been terminated following the demise of Be, Inc. This dedication to compatibility also has its drawbacks, though, requiring Haiku to use version 2.95 of the compiler GCC, which is 9 years old.[5] Switching to using the newer GCC version 4 breaks compatibility with BeOS software; therefore, Haiku supports being built as a hybrid GCC4/GCC2 environment.[6] This allows the use of both GCC version 2 and version 4 binaries at the same time.

Note that this compatibility applies to x86 systems only. The PowerPC version of BeOS R5 will not be supported. As a consequence, the ARM, 68k and PPC ports of Haiku use only the gcc4 compiler.

Despite these attempts, compatibility with a number of system add-ons that use private APIs will not be implemented. These include additional filesystem drivers and media codec add-ons, although the only affected add-ons for BeOS R5 not easily re-implemented are Indeo 5 media decoders for which no specification exists.

R5 binary applications that run successfully under Haiku (as of May 2006) include: Opera, Firefox, NetPositive, Quake II, Quake III, SeaMonkey, Vision and VLC media player.

Driver compatibility is incomplete, and unlikely to cover all kinds of BeOS drivers. 2D graphics drivers in general work exactly the same as on R5, as do network drivers. Moreover, Haiku offers a source-level FreeBSD network driver compatibility layer, which means that it can support any network hardware that will work on FreeBSD. Audio drivers using API versions prior to BeOS R5 are as-yet unsupported, and unlikely to be so; however, R5-era drivers work.

Low-level device drivers, namely for storage devices and SCSI adapters, will not be compatible. USB drivers for both the second- (BeOS 5) and third- (BeOS Dano) generation USB stacks will work, however.

In some other aspects, Haiku is already more advanced than BeOS. For example, the interface kit allows the use of a layout system to automatically place widgets in windows, while on BeOS the developer had to specify the exact position of each widget by hand. This allows for GUIs that will render correctly with any font size and makes localization of applications much easier, as a longer string in a translated language will make the widget grow, instead of being partly invisible if the widget size were fixed.

Beyond R1

Initial planning for R2 has started through the "Glass Elevator" project (a reference to the children's novel Charlie and the Great Glass Elevator). The only detail confirmed so far is that it will switch to a current GCC release (namely v4.3.3[7]).

A compatibility layer is planned that will allow applications developed for Haiku R1 to run on Haiku R2 and later. This was mentioned in a discussion on the Haiku mailing list by one of the lead developers, Axel Dörfler. Suggested new features include file indexing on par with Unix's Beagle, Google Desktop and Mac OS X's Spotlight, greater integration of scalable vector graphics into the desktop, proper support for multiple users, and additional kits.[8]

See also

References

  1. ^ BeGroovy: OpenBeOS First Release
  2. ^ Bruno Albuquerque (2008-04-01). "Haiku self-hosting.". http://www.freelists.org/archives/openbeos/04-2008/msg00001.html. Retrieved 2008-06-25.
  3. ^ Haiku Inc.. "What is Haiku?". http://www.haiku-os.org/about.
  4. ^ "Haiku Kernel & Drivers Team". Archived from the original on 2008-06-09. http://web.archive.org/web/20080609085932/http://www.haiku-os.org/about/teams/kernel_drivers. Retrieved 2008-07-17.
  5. ^ The GCC team (2007-07-25). "GCC Releases - GNU Project - Free Software Foundation (FSF)". Free Software Foundation. http://gcc.gnu.org/releases.html. Retrieved 2007-08-16.
  6. ^ Stephan Aßmus (2008-05-18). "Steady Progress towards Alpha 1". Haiku Inc.. http://www.haiku-os.org/news/2008-05-18/steady_progress_towards_alpha_1. Retrieved 2008-05-28.
  7. ^ Native GCC 4.3.3 for Haiku - Tales of updating the GCC4 port
  8. ^ R2 Ideas – Glass Elevator Summaries

External links

v  d  e

Haiku Components
Kernel

Stage 1 · Stage 2 · Kernel

Add-Ons

Video Accelerants · Disk Systems · Input Server Devices, Filters and Methods · Kernel Add-Ons · Locale Catalogues and Collators · Mail Filters and Protocols · Media Filters, Decoders and Mux · OpenGL Renderers · Print Drivers and Transports · Screen Savers · Tracker Add-Ons · Image Translators

Kits

Application · Device · Game · Interface · Kernel · Mail · Media · Midi · Network OpenGL · Print · Storage · Support · Translation · Screen Saver

Servers

Application · Bluetooth · Debug · Input · Mail · CDDB · Media · Midi · Print · Power[disambiguation needed] · Services Daemon · Network · Syslog Daemon

v  d  e

Haiku Software
Applications
Core

ActivityMonitor · Bootman · CDPlayer · CharacterMap  · CodyCam · Deskbar · DeskCalc · DiskProbe · DiskUsage · DriveSetup · Expander · Icon-O-Matic · Installer · Magnify · Mail · MediaConverter · MediaPlayer · MidiPlayer · PackageInstaller · People · PoorMan · Screenshot · ShowImage · SoundRecorder · StyledEdit · Terminal · TextSearch · Tracker · TV

Bundled

BePDF · Pe · Vision (IRC) · WebPositive

Developer Tools

Autoconf · Automake · Bison · Flex · Gcc2 · Gcc4 · Jam · Libtool · Texinfo · Perl

Other Software

Configuration Preflets  · [|Binary utilities]

v  d  e

Free and open source software
General
Operating system families

AROS · BSD · Darwin · eCos · FreeDOS · GNU · Haiku · Inferno · Linux · Mach · MINIX · OpenSolaris · Plan 9 · ReactOS · Symbian

Development

Eclipse · Free Pascal · GCC · Gambas · Java · LLVM · Lua · NetBeans · Open64 · Perl · PHP · Python · ROSE · Ruby · Tcl

History
Organizations
Licences

Apache · Artistic · BSD · GNU GPL · GNU LGPL · ISC · MIT · MPL · Ms-PL/RL · zlib · FSF approved licenses

License standards
Challenges
Other topics
Wikipedia book Book:Free and Open Source Software  · Category Category:Free software  · Portal Portal:Free software

This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)