Skip to content

Commit

Permalink
add "run linux shell" in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiiiteru committed Aug 26, 2020
1 parent d70b6a9 commit a4da17c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Run native Zircon program (shell):
cargo run --release -p zircon-loader prebuilt/zircon/x64
```

Run Linux shell on bare-metal (zCore):

```sh
make image
cd zCore && make run mode=release linux=1 [graphic=on] [accel=1]
```

Run Zircon on bare-metal (zCore):

```sh
Expand Down

0 comments on commit a4da17c

Please sign in to comment.