Main Page: Difference between revisions
Jump to navigation
Jump to search
Asiekierka (talk | contribs) No edit summary |
Asiekierka (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
![[Hardware_Support|Hardware Support]] | ![[Hardware_Support|Hardware Support]] | ||
|- | |- | ||
![ | ![Development] | ||
![[Special:Categories|All categories]] | ![[Special:Categories|All categories]] | ||
|} | |} |
Revision as of 14:23, 19 March 2013
KolibriOS | |
Error creating thumbnail: Unable to save thumbnail to destination
| |
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