Skip to content

Preface

Amit edited this page Sep 25, 2018 · 1 revision

Welcome to the Micro-OS wiki!

Here, I'll explain Micro-OS - a tiny x86 operating system in detail, including the theory and the implementation.
In order to understand the theory of Micro-OS, this document requires no special previous knowledge.
However, the implementation does require some medium-good knowledge in C and in x86ASM.

Motivation

I wanted to create a completely free and available content so that newbies could get into the AMAZING world of operating systems and operating systems development easily.

And there is no better way than the theory-practical.
What does it mean?
The reader can read the theory behind some massive and bombastic subject, and then see it's readable and documented implementation in Micro-OS's source code (which is in this repo).

Clone this wiki locally