> For the complete documentation index, see [llms.txt](https://xiayingp.gitbook.io/build_a_os/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiayingp.gitbook.io/build_a_os/master.md).

# Learn OS with me

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

```
$ git clone https://github.com/gigimushroom/mushroom_os.git
```

{% hint style="info" %}
Follow <https://pdos.csail.mit.edu/6.828/2019/tools.html> to build tool chains
{% endhint %}

Once you're strong enough, save the world:

```bash
make && make qemu
```
