Skip to content
Snippets Groups Projects
Commit 60257b2a authored by Glen De Cauwsemaecker's avatar Glen De Cauwsemaecker Committed by Jeremy Soller
Browse files

improve book docs based on @jaidi's input (#62)

parent b4c95ea7
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,12 @@ If it does not work, try: ...@@ -26,6 +26,12 @@ If it does not work, try:
$ make qemu kvm=no # we disable KVM $ make qemu kvm=no # we disable KVM
``` ```
or:
```sh
$ make qemu iommu=no
```
If this doesn't work either, you should go open an issue. If this doesn't work either, you should go open an issue.
Note Note
......
...@@ -13,13 +13,14 @@ Oh, you're not lazy? Well, then the next section is for you! ...@@ -13,13 +13,14 @@ Oh, you're not lazy? Well, then the next section is for you!
Cloning the repository Cloning the repository
---------------------- ----------------------
```sh ```sh
$ git clone https://github.com/redox-os/redox.git && cd redox && git submodule update init $ git clone https://github.com/redox-os/redox.git --origin upstream --recursive && \
cd redox && git submodule update --recursive --init
``` ```
Give it a while. Redox is big. Give it a while. Redox is big.
Installing the build dependencies manually Installing the build dependencies manually
------------------------------------------ ------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment