MikeOS 1.2.0 (Default branch) |
|
|
MikeOS is an operating system for x86 PCs, written
entirely in assembler. It's not intended to to
become a fully-fledged general purpose OS.
Instead, it's designed for learning basic OS
design and x86 assembly language. Consequently, it
runs in 16-bit mode (for BIOS access) and has very
low system requirements. It features rudimentary
DOS compatibility.
License: BSD License (revised)
Changes:
This release includes a new machine code monitor,
which lets you enter hexadecimal code and execute
it. It also features a new system call to locate
characters in strings. Updates were made to the
command-line interface.
|