Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
rusty-loader
Commits
6314f2b7
Unverified
Commit
6314f2b7
authored
Apr 22, 2020
by
jschwe
Committed by
GitHub
Apr 22, 2020
Browse files
Readme: Fix build instruction
Make should be used to build the loader.
parent
507f4f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6314f2b7
...
...
@@ -10,7 +10,7 @@ $ cargo install cargo-xbuild
Afterwards, the loader can be build as follows:
```
bash
$
cargo xbuild
--target
x86_64-unknown-hermit-loader.json
$
make
```
Afterwards, the loader is stored in
`target/x86_64-unknown-hermit-loader/debug/`
as
`rusty-loader`
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment