Difference between revisions of "Main Page"

From KolibriOS wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
|-
 
|-
 
![http://builds.kolibrios.org/ Nightly Builds]
 
![http://builds.kolibrios.org/ Nightly Builds]
![[Kolibri_tomorrow|Wanted Features]]
+
![[Development|Development]]
 
|-
 
|-
 
![http://bugs.kolibrios.org/ Bug Tracker]
 
![http://bugs.kolibrios.org/ Bug Tracker]
!
+
![[Kolibri_tomorrow|Wanted Features]]
 
|-
 
|-
 
![http://websvn.kolibrios.org/ Source Repository]
 
![http://websvn.kolibrios.org/ Source Repository]
Line 40: Line 40:
 
![[Hardware_Support|Hardware Support]]
 
![[Hardware_Support|Hardware Support]]
 
|-
 
|-
![[Development|Development]]
+
!
 
![[Special:Categories|All categories]]
 
![[Special:Categories|All categories]]
 
|}
 
|}

Revision as of 12:27, 3 March 2014

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 2014 list!

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

KolibriOS Features

  • A monolithic preemptive kernel that is less than 100 kilobytes in size, complete with streams, parallel execution of system calls and a TCP/IP stack.
  • Speed: Thanks to being (carefully) written in Assembler, it's very fast.
  • Size: KolibriOS is very small - The kernel and most of the programs fit on a 1.44MB floppy disk!
  • Filesystem support: Read/write support for FAT16/32 (with long file names) and ext2/3/4, read-only support for NTFS, XFS and CDFS(ISO9660).
  • Lightweight: Kolibri boots on any computer that has a Pentium (i586) compatible processor and at least eight megabytes of RAM.
  • Hardware 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