You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Whitix

From EverybodyWiki Bios & Wiki


Whitix
Whitix 0.1, with the default desktop.
DeveloperMatthew Whitworth / others
OS familyUnix-like
Working stateCurrent
Source modelOpen source
Initial releaseMarch 20, 2008 (2008-03-20)
Latest release0.2b / March 1, 2009 (2009-03-01)[1]
Available inEnglish
Platformsx86
Kernel typeWhitix kernel
Default user interfaceXynth
LicenseFree software licenses
(mainly GPL and BSD)
Official websitewww.whitix.org

Whitix /ˈhwɪtɪks/ is a desktop computer operating system written from scratch for the x86 architecture by Matthew Whitworth and others. The project aims to combine proven system technology (a Unix-like kernel), while "offering a consistent and clear interface and a new way to navigate the desktop."[2] The operating system runs on a custom open source kernel written by Whitworth; new features include IcFs, a dynamic configuration filesystem that replaces ioctl.[3]

The modular kernel of Whitix is licensed under the GNU General Public License, and is a fully preemptive multitasking kernel with multithreading. It supports a number of filesystems, including the FAT family of filesystems, ext3 (with journaling), Reiserfs and ISO9660. Whitix is available as a live CD for download, and can be installed to the hard drive, beginning with version 0.2.

The userspace comprises a native shell, Burn, and text editor, Fruity, and a range of ported applications. A C-based and BSD-licensed software development kit is available, with bindings for various languages. Whitix contains a POSIX compatibility library (libposix), but does not aim for full POSIX compliance. Whitix's windowing environment is Xynth, a lightweight windowing environment developed by Alper Akcan.[4]

Software[edit]

The custom userspace software for Whitix consists of a range of third party applications, Burn (a non-POSIX shell), Fruity (a simple text editor) and several filesystem utilities. Software ported to Whitix includes the Mono runtime environment and C# compiler, Python, the GNU Compiler Collection, Lua, mplayer and other ports. The operating system has been self-hosting since October 2008, when it was built with the GNU build chain. For 0.3, a port of GTK and several Linux applications is planned.

Whitix also adopts a centralized approach to userland configuration, similar to the Windows registry. Although not widely used by Whitix software at the moment, it includes settings for the operating system's software. It will also be linked into the Whitix package management system, which is currently in development.

Programming on Whitix[edit]

Whitix supports several programming languages, using utilities ported from other operating systems. The most common collection of utilities for building both Whitix applications and operating system programs is found within the GNU toolchain, which includes the GNU Compiler Collection (GCC) and the GNU Build System. Amongst others, GCC provides compilers for Ada, C, C++ and Fortran. The Whitix kernel itself is designed to be built with GCC.

Ports for languages such as Python, Lua and other dynamic languages are available as ports. The .NET languages are also supported, as Mono has been ported to the platform. Applications in the planned Blaze platform will be built with managed code.

Releases[edit]

The development team issue releases "when it's ready". However, no versions of Whitix have been declared stable for general use. The latest release is 0.2b, which was released on 1 March 2009. The timing of each release depends on the stability of features planned to be included, although a monthly release pattern of minor versions and improvements is an aim for the developers at Whitix.org.

Version Release date Features added
0.2b 1 March 2009 Increased FAT32 support, updated ports, bug fixes.[1]
0.2a 25 January 2009 Bug fixes with Xynth and memory crashes. Updated ports for Mono and GCC
0.2 6 January 2009[2] Hard drive installation, ports of Mono, GCC and other utilities, debut of KeObject and IcFs.[5]
0.1 28 April 2008[6] Xynth ported to Whitix. Local network stack and system registry also included.
0.03a 28 March 2008[6] Port of Python to the platform.
0.03 25 March 2008[6] First public release.

Notes and references[edit]

  1. 1.0 1.1 Whitworth, Matthew. "Whitix 0.2b released!". Whitix.org. Retrieved 2009-03-01.
  2. 2.0 2.1 "Whitix.org - home of Whitix". Whitix.org. Retrieved 2008-01-07.
  3. Holwerda, Thom. "Whitix 0.2 released". osnews.com. Retrieved 2008-01-07.
  4. Akcan, Alper. "Xynth.org". Retrieved 2009-01-07.
  5. Whitworth, Matthew. "Whitix 0.2 released". Whitix.org. Retrieved 2009-01-07.
  6. 6.0 6.1 6.2 "Download older releases". Whitix.org. Retrieved 2009-01-07.

External links[edit]


This article "Whitix" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Whitix. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.