Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
HermitOS
kernel
Commits
036d8aa6
Unverified
Commit
036d8aa6
authored
4 years ago
by
jschwe
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Readme: Fix typo (#74)
Change to singular after removing xbuild from Readme in
bf6761ef
parent
5101c83d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
036d8aa6
...
@@ -115,7 +115,7 @@ More details can be found in the [uhyve README](https://github.com/hermitcore/uh
...
@@ -115,7 +115,7 @@ More details can be found in the [uhyve README](https://github.com/hermitcore/uh
It is also possible to run RustyHermit within
[
Qemu
](
https://www.qemu.org
)
.
It is also possible to run RustyHermit within
[
Qemu
](
https://www.qemu.org
)
.
RustyHermit produces 64-bit binaries, but Qemu's x86 emulation cannot boot them directly.
RustyHermit produces 64-bit binaries, but Qemu's x86 emulation cannot boot them directly.
Therefore, the loader
[
rusty-loader
](
https://github.com/hermitcore/rusty-loader
)
is required to boot the application.
Therefore, the loader
[
rusty-loader
](
https://github.com/hermitcore/rusty-loader
)
is required to boot the application.
To build the loader, the assembler
[
nasm
](
https://www.nasm.us
)
are
required.
To build the loader, the assembler
[
nasm
](
https://www.nasm.us
)
is
required.
After the installation, the loader can be build as follows.
After the installation, the loader can be build as follows.
```
bash
```
bash
...
...
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