About

MuOS is a 32-bit OS project I work on. Currently no releases or documents, but there will be later!

Documentation

Intel's Architectural Manuals for the x86-platform in PDF-format:

Volume 1: Basic Architecture - Covering the basic structure of a CPU.

Volume 2: Instruction Set Reference - Detailed description of all the assembly instructions.

Volume 3: System Programming Guide - Covers many topics about protected mode programming. Very useful.

Tutorials

0. A brief introduction to the assembly language

1. Our first boot sector(Latest updated: February 1st, 2004)

2. The world of Protected mode(Latest updated: February 1st, 2004)

3. Mixing Assembly and C-code (Latest updated: February 1st, 2004)

4. Getting keyboard response(Latest updated: February 1st, 2004)

SourceForge Logo