Download List

Descripción del Proyecto

MikeOS is an operating system for x86 PCs, written
in assembly language. It is a learning tool to
show how simple OSes work, with well-commented
code and extensive documentation. It features a
text-mode dialog-driven user interface, a file
manager and machine code monitor, and over 60
system calls for use by third-party programs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-06 07:40
4.3

El intérprete BASIC incluye muchas nuevas instrucciones para la manipulación de cadenas, salida de visualización, administración de archivos y mucho más. Hay nuevos programas básicos, una nueva biblioteca (MB ++) y correcciones de errores.
Tags: Major
The BASIC interpreter includes many new instructions for string manipulation, display output, file management, and more. There are new BASIC programs, a new library (MB++), and bugfixes.

2011-10-01 06:42
4.2

Nuevos programas básicos, incluyendo un editor de memoria, calculadora y diseñador de arte ASCII han incluido. El editor de texto ha sido mejorado con nuevas características, mientras que los comandos de administración de archivos se han agregado a la interfaz de línea de comandos. Programas también pueden recuperar la cadena de línea de comandos, si uno se prestó.
Tags: Major feature enhancements
New BASIC programs including a memory editor, calculator, and ASCII art designer have been included. The text editor has been enhanced with new features, while file management commands have been added to the command line interface. Programs can also retrieve the command line string, if one was provided.

2011-07-19 21:50
4.1.2

Los scripts de creación ya desactivar el auto-optimización en las últimas versiones de NASM, lo que causaba problemas.
Tags: Minor
The build scripts now disable auto-optimization in newer versions of NASM, which caused problems.

2011-01-20 23:44
4.1.1

El diálogo de lista es ahora desplazable, mientras que la llamada al sistema pausa ha sido reescrito para ser compatible con más BIOS. También ha habido varias correcciones de errores y pequeñas actualizaciones de la documentación.
The list dialog is now scrollable, while the pause system call has been rewritten to be compatible with more BIOSes. There have also been several small bugfixes and documentation updates.

2010-01-20 07:28
4.1

El intérprete BASIC fue mejorado para soportar múltiples parámetros en la asignación de variables. También tiene de serie y los comandos PORT. El generador de números aleatorios fue reescrito y limpieza se han hecho al código fuente.
Tags: Minor
The BASIC interpreter was enhanced to support multiple parameters in variable assignment. It also has new SERIAL and PORT commands. The random number generator was rewritten and cleanups have been made to the source code.

Project Resources