Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.26 KB

File metadata and controls

70 lines (39 loc) · 1.26 KB
.. toctree::
   :maxdepth: 3

The Phantom Operating System

Introduction

This book is Phantom OS developer's guide. It contains description of OS internals and examples on writing kernel components and userland code.

Source codes for OS can be found in Phantom OS GitHub repository.

Source for this book itself are in book GitHub repository.

.. only:: html

Project structure

Reference

Implementation details

Concepts and Problems