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
d321a909
Commit
d321a909
authored
Dec 17, 2019
by
Stefan Lankes
Browse files
remove typo
parent
5c1e06e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d321a909
...
...
@@ -17,7 +17,7 @@ Afterwards, the loader is stored in `target/x86_64-unknown-hermit-loader/debug/`
As final step the unikernel application
`app`
can be booted with following command:
```
bash
$
qemu-system-x86_64
-display
none
-smp
1
-m
64M
-serial
stdio
-kernel
path_to_loader/
hermit
-loader
-initrd
path_to_app/app
-cpu
qemu64,apic,fsgsbase,rdtscp,xsave,fxsr
$
qemu-system-x86_64
-display
none
-smp
1
-m
64M
-serial
stdio
-kernel
path_to_loader/
rusty
-loader
-initrd
path_to_app/app
-cpu
qemu64,apic,fsgsbase,rdtscp,xsave,fxsr
```
It is important to enable the processor features _fsgsbase_ and _rdtscp_ because it is a prerequisite to boot RustyHermit.
...
...
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