Difference between revisions of "Main Page"

From KolibriOS wiki
Jump to navigation Jump to search
Line 51: Line 51:
 
* Filesystem support. It supports FAT16/32, (read-only) ext2/3/4, NTFS and CDFS support, with XFS support planned.
 
* Filesystem support. It supports FAT16/32, (read-only) ext2/3/4, NTFS and CDFS support, with XFS support planned.
 
* Lightweight. Kolibri boots on anything that has a Pentium and at least eight megabytes of RAM.
 
* Lightweight. Kolibri boots on anything that has a Pentium and at least eight megabytes of RAM.
* Driver support. A lot of the popular sound, network and graphics cards are supported (see [[Hardware_Support|supported hardware list]])
+
* Driver support. A lot of the popular sound, [[New_stack|network]] and graphics cards are supported (see [[Hardware_Support|supported hardware list]])
 
* Comes with a development kit (code editor with [http://en.wikipedia.org/wiki/FASM FASM] macro-assembler integrated).
 
* Comes with a development kit (code editor with [http://en.wikipedia.org/wiki/FASM FASM] macro-assembler integrated).
<!--* TCP/IP stack.
 
* Runs on low end systems and older hardware [[SystemRequirements|(system requirements)]].
 
* Requires only 8 Mib of RAM to boot. (Some versions will boot with as little as 6 Mb)
 
* Pre-emptive multitasking, streams, parallel execution of system calls.
 
* Multiple supported file systems including [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/Ext2 ext2]/[http://en.wikipedia.org/wiki/Ext3 ext3]/[http://en.wikipedia.org/wiki/Ext4 ext4] (partially, read only) and CDFS.
 
* Drivers for popular sound, network and graphics cards [[Hardware_Support|(supported hardware)]].-->
 
<!--* [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].-->
 
  
 
== Branches ==
 
== Branches ==
  
 
* [[EmbeddedKOS|Kolibri-A]] - an embedded version of KolibriOS
 
* [[EmbeddedKOS|Kolibri-A]] - an embedded version of KolibriOS
* [[New_stack|New network stack]] (based on BSD/Berkeley sockets)
 
  
 
<!-- Categories -->
 
<!-- Categories -->

Revision as of 00:13, 1 June 2013

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 for 32-bit x86 computers based on MenuetOS, written entirely in Assembler/FASM.

IMPORTANT: Help KolibriOS development by working on ideas from the Google Summer of Code 2013 list!

Home FAQ
Forum Documentation
Nightly Builds Wanted Features
Bug Tracker Changelog
Source Repository Applications
File Repository Hardware Support
Development All categories

KolibriOS Features

  • A monolithic preemptive kernel that is only 80 kilobytes, complete with streams, parallel execution of system calls and a TCP/IP stack.
  • Speed. Thanks to being written in Assembler, it's very fast.
  • Size. KolibriOS is very small - most of it fits on a 1.44MB floppy disk!
  • Filesystem support. It supports FAT16/32, (read-only) ext2/3/4, NTFS and CDFS support, with XFS support planned.
  • Lightweight. Kolibri boots on anything that has a Pentium and at least eight megabytes of RAM.
  • Driver support. A lot of the popular sound, network and graphics cards are supported (see supported hardware list)
  • Comes with a development kit (code editor with FASM macro-assembler integrated).

Branches