Main Page/es: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 59: | Line 59: | ||
* 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].--> | ||
== | == Ramas == | ||
* [[EmbeddedKOS|Kolibri-A]] - versión embebida de KolibriOS | * [[EmbeddedKOS|Kolibri-A]] - versión embebida de KolibriOS |
Revision as of 04:30, 4 April 2013
KolibriOS | |
Error creating thumbnail: Unable to save thumbnail to destination
| |
Escritorio de KolibriOS | |
Website: | www.kolibrios.org |
Developed by: | KolibriOS Project Team |
License: | GPL |
Kernel type: | Núcleo monolítico |
Working state: | Activo |
KolibriOS es un sistema operativo de código abierto para computadoras con procesador x86 de 32 bits basado en MenuetOS, escrito enteramente en el lenguaje ensamblador FASM.
Características de KolibriOS
- A monolithic preemptive kernel that is only 80 kilobytes, complete with streams, parallel execution of system calls and a TCP/IP stack.
- Velocidad. Gracias a que está escrito en ensamblador, es muy rápido.
- Tamaño. KolibriOS ocupa muy poco espacio - ¡entra en un disquete de 1.44MB!
- 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).
Ramas
- Kolibri-A - versión embebida de KolibriOS
- Nueva pila de red (basada en sockets de BSD/Berkeley)