# Born2beRoot

If you are like me and **you know nothing about computers**, <mark style="color:green;">welcome!</mark>&#x20;

When I read the B2BR topic for the first time I was completely lost and didn't know where to start... lol. I will try my best to make sure you are not as lost as I was. And don't forget: try to understand what you are doing as much as possible :)&#x20;

**So... Let's dive into a brand new topic, which has not much to do with C programming anymore**

We will first review all the (unknown) terms used in the subject. The goal is to understand what we are doing and be able to use this knowledge to build our virtual machine. We will then install our virtual machine and start by doing what is required in the subject.

{% hint style="warning" %}
For this project you will not only be evaluated on the creation of your virtual machine, but you will also be evaluated on theoretical elements (definitions & concepts). So make sure you understand everything !
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://42-cursus.gitbook.io/guide/1-rank-01/born2beroot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
