Main Page: Difference between revisions

From KolibriOS wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{{Languages}}}
<!-- {{{Languages}}} WTF?  -->
{{Infobox_OS |
{{Infobox_OS |
   name = KolibriOS |
   name = KolibriOS |
   logo = [[Image:KolibriOS_Logo.jpg|KolibriOS logo]]|
   logo = [[Image:KolibriOS_logo.jpg|KolibriOS logo]]|
   screenshot = [[Image:KolibriOS.png|250px]]|
   screenshot = [[Image:KolibriOS.png|250px]]|
   caption = KolibriOS desktop|
   caption = KolibriOS desktop|
Line 23: Line 23:
* Graphical user interface based on [http://en.wikipedia.org/wiki/VESA VESA].
* Graphical user interface based on [http://en.wikipedia.org/wiki/VESA VESA].
* Development kit: code editor with a macro-assembler ([http://en.wikipedia.org/wiki/FASM FASM]) integrated.
* Development kit: code editor with a macro-assembler ([http://en.wikipedia.org/wiki/FASM FASM]) integrated.
* TCP/IP stack.
<!--* TCP/IP stack.-->
* Fits on a single 1.44MB [http://en.wikipedia.org/wiki/Floppy Floppy] (many applications are compressed).
* Fits on a single 1.44MB [http://en.wikipedia.org/wiki/Floppy Floppy] (many applications are compressed).
* Runs with 8Mb of RAM.
* Runs with 8Mb of RAM.
* Pre-emptive multitasking, streams, parallel execution of system calls.
* Pre-emptive multitasking, streams, parallel execution of system calls.
* Supported file systems are [http://en.wikipedia.org/wiki/FAT12 FAT12], [http://en.wikipedia.org/wiki/FAT16 FAT16], [http://en.wikipedia.org/wiki/FAT32 FAT32] (long names support), [http://en.wikipedia.org/wiki/NTFS NTFS] (read only).
* Supported file systems are [http://en.wikipedia.org/wiki/FAT12 FAT12], [http://en.wikipedia.org/wiki/FAT16 FAT16], [http://en.wikipedia.org/wiki/FAT32 FAT32] (long names support), [http://en.wikipedia.org/wiki/NTFS NTFS] (partially, read only).
* [http://en.wikipedia.org/wiki/AC'97 AC'97] audio codec support for [http://en.wikipedia.org/wiki/Intel Intel], [http://en.wikipedia.org/wiki/nForce nForce], [http://en.wikipedia.org/wiki/nForce2 nForce2], [http://en.wikipedia.org/wiki/nForce3 nForce3], [http://en.wikipedia.org/wiki/nForse4 nForce4] and [http://en.wikipedia.org/wiki/SIS7012 SIS7012] chipsets.
* [http://en.wikipedia.org/wiki/AC'97 AC'97] audio codec support for [http://en.wikipedia.org/wiki/Intel Intel], [http://en.wikipedia.org/wiki/nForce nForce], [http://en.wikipedia.org/wiki/nForce2 nForce2], [http://en.wikipedia.org/wiki/nForce3 nForce3], [http://en.wikipedia.org/wiki/nForse4 nForce4] and [http://en.wikipedia.org/wiki/SIS7012 SIS7012] chipsets.
* [http://en.wikipedia.org/wiki/CD CD] and [http://en.wikipedia.org/wiki/DVD DVD] support.
<!--* [http://en.wikipedia.org/wiki/CD CD] and [http://en.wikipedia.org/wiki/DVD DVD] support.
* User can change [http://en.wikipedia.org/wiki/Theme_(computing) themes] directly in [http://en.wikipedia.org/wiki/Operating_system OS].
* User can change [http://en.wikipedia.org/wiki/Theme_(computing) themes] directly in [http://en.wikipedia.org/wiki/Operating_system OS].-->


== External links ==
== External links ==
* [http://www.kolibrios.org/?&lang=en Official KolibriOS homepage]
* [http://www.kolibrios.org/?&lang=en Official KolibriOS homepage]
* [http://meos32.forumer.com/ Forum]
* [http://meos32.forumer.com/ Developers forum]
* [http://www.meos.sysbin.com/ Forum]  
* [http://www.meos.sysbin.com/ English speaking developers forum]  


<!-- Categories -->
<!-- Categories -->
Line 41: Line 41:
[[Category:FloppyOS]]
[[Category:FloppyOS]]


<!-- Interlang -->
<!-- Interlang --
[[es:KolibriOS]]
[[es:KolibriOS]]
[[et:KolibriOS]]
[[et:KolibriOS]]
Line 47: Line 47:
[[ru:KolibriOS]]
[[ru:KolibriOS]]
[[uk:KolibriOS]]
[[uk:KolibriOS]]
 
-->
== Other Links ==
== Other Links ==
{{portal|Free software|Floss logos.svg}}
<!--{{portal|Free software|Floss logos.svg}}-->
* [http://en.wikipedia.org/wiki/MenuetOS MenuetOS]
* [http://en.wikipedia.org/wiki/MenuetOS MenuetOS]
* [[Community news]]
* [[Documentation]]
* [[FAQ]]
* [[HowTo]]
* [[Applications]]

Revision as of 15:47, 11 January 2008

KolibriOS
KolibriOS logo
KolibriOS.png
KolibriOS desktop
Website: www.kolibrios.org
Developed by: KolibriOS Project Team
License: GPL
Kernel type: Monolithic kernel
Working state: Active

KolibriOS is an open source operating system with a monolithic preemptive kernel, video drivers, for 32-bit x86 architecture computers, developed and maintained by The KolibriOS Project Team. KolibriOS is a fork of MenuetOS, written entirely in FASM (assembly language). However, C, C++, Free Pascal, Forth, among other high-level languages and compilers, can also be used in user application development.
English, Russian and Dutch versions are available.

KolibriOS Features

  • Boots from several devices, NTFS is also supported. You can even start it from Windows (Windows will shutdown).
  • Graphical user interface based on VESA.
  • Development kit: code editor with a macro-assembler (FASM) integrated.
  • Fits on a single 1.44MB Floppy (many applications are compressed).
  • Runs with 8Mb of RAM.
  • Pre-emptive multitasking, streams, parallel execution of system calls.
  • Supported file systems are FAT12, FAT16, FAT32 (long names support), NTFS (partially, read only).
  • AC'97 audio codec support for Intel, nForce, nForce2, nForce3, nForce4 and SIS7012 chipsets.

External links

Other Links