Skip to content

Commit f0ff120

Browse files
author
Tim Hutt
committed
Fix readme commands
1 parent c4fcf7f commit f0ff120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os-boot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The Sail model implements a very simple platform based on the one implemented by
77
## Build your own ELF
88

99
```bash
10-
make -j4 -C linux
10+
make -C linux -j4
1111
```
1212

1313
This will generate `os-boot/linux/build/fw_payload.elf`.
1414

1515
### Boot ELF
1616

1717
```bash
18-
make sail
18+
make -C linux sail
1919
```
2020

2121
You should see the OpenSBI banner after a few seconds. Eventually it will crash when it fails to find an `init` process which the image does not currently include.

0 commit comments

Comments
 (0)