Skip to content
Snippets Groups Projects
Unverified Commit 036d8aa6 authored by jschwe's avatar jschwe Committed by GitHub
Browse files

Readme: Fix typo (#74)

Change to singular after removing xbuild from Readme in bf6761ef
parent 5101c83d
Branches
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment