Difference between revisions of "Main Page/es"

From KolibriOS wiki
Jump to navigation Jump to search
(translating the home of the wiki to spanish)
 
Line 42: Line 42:
 
</center>
 
</center>
  
== KolibriOS Features ==
+
== Características de KolibriOS ==
 
* 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] that is only 80 kilobytes, complete with streams, parallel execution of system calls and a TCP/IP stack.
 
* 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] 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.
+
* Velocidad. Gracias a que está escrito en Ensamblador, es muy rápido.
* Size. KolibriOS is very small - most of it fits on a 1.44MB floppy disk!
+
* 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.
 
* 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.

Revision as of 21:03, 25 March 2013

KolibriOS
KolibriOS logo
KolibriOS.png
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.

Sitio web FAQ
Foro Documentación
Nightly Builds Wanted Features
Bug Tracker Últimos cambios
Source Repository Aplicaciones
File Repository Hardware Support
Desarrollo Todas las categorías

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).

Branches