/misr

A minimal OS kernel written for recreational purposes.

Primary LanguageAssembly

misr

misr

A simple μ-kernel implementation.


Overview

misr is a simplistic x86 μ-kernel written in Rust.

Although I'm writing this recreationally, it still is a fairly functional & modern kernel, which can be used as a starting reference in your own implementation.

Development

Dependencies

TBD

Compiling

TBD

Running

TBD

Notes

The notes directory contains somewhat organized notes of the whole process of developing a kernel.