An archive of operating-system development tutorials originally written in Arabic, with progressively published English editions.
The historical PDFs, HTML exports, assembly programs, and kernel source remain in their original lesson directories.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve