MenuetOS

MenuetOS is an operating system with a monolithic preemptive, real-time kernel written in FASM assembly language. The system also includes video drivers. It runs on 64-bit and 32-bit x86 architecture computers. Its author is Ville M. Turjanmaa. It has a graphical desktop, games, and networking abilities (TCP/IP stack). One distinctive feature is that it fits on one 1.44 MB floppy disk. On an Intel Pentium MMX 200 MHz it has been known to boot in 5 seconds.[1]

MenuetOS
Screenshot
DeveloperVille M. Turjanmaa
Written inFASM assembly language
Working stateBeta
Source modelOpen source (32-bit)
Closed source (64-bit)
Initial releaseMay 16, 2000 (2000-05-16) (32-bit)
Latest release32-bit: 0.86b / September 2, 2019 (2019-09-02)
64-bit: 1.35.10 / June 9, 2020 (2020-06-09)
Available inEnglish, Russian, Chinese, Czech, Serbian
PlatformsIA-32, x86-64
Kernel typeMonolithic
Default user interfaceGraphical user interface
LicenseGPL v2 (32-bit)
Proprietary (64-bit)
Official websitewww.menuetos.net

MenuetOS was originally written for 32-bit x86 architectures and released under the GPL, thus many of its applications are distributed under the GPL.[2]

The 64-bit MenuetOS, often referred to as Menuet 64, remains a platform for learning 64-bit assembly language programming. The 64-bit Menuet is distributed without charge for personal and educational use only, but without the source code[2], and the license includes a clause that prohibits disassembly.

Multi-core support was added on 24 Feb 2010.

Features

MenuetOS development has focused on fast, simple, efficient implementation. MenuetOS has networking abilities, and a working TCP/IP stack. Most of the networking code is written by Mike Hibbett.

The main focus of Menuet has been on making an environment for easy assembly programming, but it is still possible to run software written in high-level programming languages on the assembler core. The biggest single effort towards high-level language support is Jarek Pelczar's work in porting C libraries to Menuet.

The GUI at version 0.99 supports display resolutions up to 1920 x 1080 (16 million colours) with window transparency. The OS has support for several classes of USB 2.0 peripherals. MenuetOS ships with the shareware versions of Quake and Doom.[2]

For disk storage, MenuetOS supports the FAT32 file system.[3]

Distributions

32-bit

64-bit

The 64-bit main distribution is now proprietary. Several distributions of the 32-bit GPL MenuetOS still exist, including translations in Russian, Chinese, Czech, and Serbian.

See also

References

  1. damnsmalllinux.org - Really interesting OS, 2004-12-27
  2. (in German) MenuetOS: In Assembler geschriebenes Betriebssystem, golem.de, 2009-08-10
  3. (in Russian) Яков Уваров (30 August 2005) Мал золотник, да дорог, Computerra
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.