Sunday, August 30, 2015

about Whitix

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." The operating system runs on a custom open source kernel written by Whitworth; new features include IcFs, a dynamic configuration filesystem that replaces ioctl.
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.

Software

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

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

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.
VersionRelease dateFeatures added
0.2b1 March 2009Increased FAT32 support, updated ports, bug fixes.
0.2a25 January 2009Bug fixes with Xynth and memory crashes. Updated ports for Mono and GCC
0.26 January 2009Hard drive installation, ports of Mono, GCC and other utilities, debut of KeObject and IcFs.
0.128 April 2008Xynth ported to Whitix. Local network stack and system registry also included.
0.03a28 March 2008Port of Python to the platform.
0.0325 March 2008First public release.

No comments: