Main Page: Difference between revisions

From KolibriOS wiki
Jump to navigation Jump to search
(Undo revision 3310 by Joyservice (talk) spam)
m (update eng page)
Line 18: Line 18:
KolibriOS is an [http://en.wikipedia.org/wiki/Open_Source open source] [http://en.wikipedia.org/wiki/Operating_system operating system] with a [http://en.wikipedia.org/wiki/Monolithic_kernel monolithic] [http://en.wikipedia.org/wiki/Preemption_(computing) preemptive] [http://en.wikipedia.org/wiki/Kernel_(computer_science) kernel], video drivers, for [http://en.wikipedia.org/wiki/32-bit 32-bit] [http://en.wikipedia.org/wiki/x86_architecture x86 architecture] computers, developed and maintained by The KolibriOS Project Team. KolibriOS is a fork of [http://en.wikipedia.org/wiki/MenuetOS MenuetOS], written entirely in [http://en.wikipedia.org/wiki/FASM FASM] ([http://en.wikipedia.org/wiki/Assembly_language assembly language]). However, [http://en.wikipedia.org/wiki/C C], [http://en.wikipedia.org/wiki/C++ C++], [http://en.wikipedia.org/wiki/Free_Pascal Free Pascal], [http://en.wikipedia.org/wiki/Forth Forth], among other high-level languages and compilers, can also be used in user application development.<br />
KolibriOS is an [http://en.wikipedia.org/wiki/Open_Source open source] [http://en.wikipedia.org/wiki/Operating_system operating system] with a [http://en.wikipedia.org/wiki/Monolithic_kernel monolithic] [http://en.wikipedia.org/wiki/Preemption_(computing) preemptive] [http://en.wikipedia.org/wiki/Kernel_(computer_science) kernel], video drivers, for [http://en.wikipedia.org/wiki/32-bit 32-bit] [http://en.wikipedia.org/wiki/x86_architecture x86 architecture] computers, developed and maintained by The KolibriOS Project Team. KolibriOS is a fork of [http://en.wikipedia.org/wiki/MenuetOS MenuetOS], written entirely in [http://en.wikipedia.org/wiki/FASM FASM] ([http://en.wikipedia.org/wiki/Assembly_language assembly language]). However, [http://en.wikipedia.org/wiki/C C], [http://en.wikipedia.org/wiki/C++ C++], [http://en.wikipedia.org/wiki/Free_Pascal Free Pascal], [http://en.wikipedia.org/wiki/Forth Forth], among other high-level languages and compilers, can also be used in user application development.<br />
English, Russian and German versions are available.
English, Russian and German versions are available.
<center>
{| align="center" class="wikitable"
![[File:Qa.png]]
[[HowTo|FAQ]]
![[File:App.png]]
[[Applications|Applications]]
![[File:Doc.png]]
[[HowTo/|Documentation]]
|-
![[File:Hist.png]]
[[Last_changes|History]]
![[File:Talks.png]]
[[Kolibri_tomorrow|Opinions]]
![[File:Links.png]]
[[Links and publications|Links]]
|-
![http://www.kolibrios.org/?lang=ru Site]
![http://board.kolibrios.org/ Forum]
![http://builds.kolibrios.org/ Nightly builds]
|-
![[Special:AllPages|All pages of wiki]]
![[Special:Categories|All categories of wiki]]
![[Help:Contents|How to create new article]]
|}
</center>


== KolibriOS Features ==
== KolibriOS Features ==
Line 31: Line 57:
<!--* [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 ==
* [http://www.kolibrios.org/?&lang=en Official KolibriOS homepage]
* [http://board.kolibrios.org/ Developers forum]
* [http://meos32.forumer.com/ English speaking developers forum - abandoned]
* [http://www.meos.sysbin.com/ Developers forum - abandoned]


<!-- Categories -->
<!-- Categories -->
Line 49: Line 69:
-->
-->
== Other Links ==
== Other Links ==
<!--{{portal|Free software|Floss logos.svg}}-->
* [http://en.wikipedia.org/wiki/MenuetOS MenuetOS]
* [http://en.wikipedia.org/wiki/MenuetOS MenuetOS]
* [[Roadmap | OS Roadmap]]
* [[Kolibri_tomorrow | What people want to see in KolibriOS tomorrow]]
* [[FAQ]]
* [[HowTo]]
* [[SystemRequirements]]
* [[SystemRequirements]]
* [[Applications]] - a description of programs for KolibriOS
* [[Last_changes | Recent changes]] - a description of recent changes in programs for KolibriOS

Revision as of 09:24, 11 September 2011

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 German versions are available.

Error creating thumbnail: Unable to save thumbnail to destination

FAQ

Error creating thumbnail: Unable to save thumbnail to destination

Applications

Error creating thumbnail: Unable to save thumbnail to destination

Documentation

Error creating thumbnail: Unable to save thumbnail to destination

History

Error creating thumbnail: Unable to save thumbnail to destination

Opinions

Error creating thumbnail: Unable to save thumbnail to destination

Links

Site Forum Nightly builds
All pages of wiki All categories of wiki How to create new article

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), ext2/ext3 (partially, read only) and CDFS.
  • AC'97 audio codec support for Intel, nForce, nForce2, nForce3, nForce4, SIS7012, FM801, VT8233, VT8233C, VT8235, VT8237, VT8237R, VT8237R Plus and EMU10K1X chipsets.

Other Links