Skip to content

Commit 831af50

Browse files
committed
remove some typos
1 parent 31ff637 commit 831af50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ The interface to the kernel is not (yet) stable and can change between kernel ve
77

88
* [`rustup`](https://www.rust-lang.org/tools/install)
99

10-
## Building the kernel
10+
## Building the no-std application
1111

1212
```sh
1313
cargo build
1414
```
1515

16-
## Booting the no-std applications
16+
## Booting the no-std application
1717

1818
Download the loader binary from its [releases page](https://github.com/hermit-os/loader/releases).
19-
Afterwards, boot no-std application with `cargo run` or use following command
19+
Afterwards, boot the no-std application with `cargo run` or use following command
2020

2121
```sh
2222
qemu-system-x86_64 -display none -serial stdio -kernel hermit-loader-x86_64 -cpu Skylake-Client -device isa-debug-exit,iobase=0xf4,iosize=0x04 -smp 1 -m 512M -netdev user,id=u1,hostfwd=tcp::9975-:9975,hostfwd=udp::9975-:9975,net=192.168.76.0/24,dhcpstart=192.168.76.9 -device virtio-net-pci,netdev=u1,disable-legacy=on -initrd target/x86_64-unknown-none/debug/hermit-no-std

0 commit comments

Comments
 (0)