Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
book
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
book
Commits
60257b2a
Commit
60257b2a
authored
8 years ago
by
Glen De Cauwsemaecker
Committed by
Jeremy Soller
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
improve book docs based on @jaidi's input (#62)
parent
b4c95ea7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/getting_started/compiling_redox.md
+6
-0
6 additions, 0 deletions
src/getting_started/compiling_redox.md
src/getting_started/preparing_the_build.md
+5
-4
5 additions, 4 deletions
src/getting_started/preparing_the_build.md
with
11 additions
and
4 deletions
src/getting_started/compiling_redox.md
+
6
−
0
View file @
60257b2a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/getting_started/preparing_the_build.md
+
5
−
4
View file @
60257b2a
...
@@ -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
------------------------------------------
------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment