MikeOS 1.3.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:
A new Minicom-like serial terminal program has
been added, along with a PCX image viewer. Various
updates have been made to the system calls and
handbook.
|