asterinas/docs/src/osdk/reference/commands/run.md

17 lines
297 B
Markdown
Raw Normal View History

# cargo osdk run
2024-02-29 08:31:08 +00:00
## Overview
2024-03-01 03:23:47 +00:00
`cargo osdk run` is used to run the kernel with QEMU.
The usage is as follows:
2024-02-29 08:31:08 +00:00
```bash
cargo osdk run [OPTIONS]
```
## Options
2024-03-01 03:23:47 +00:00
The options are the same as those of `cargo osdk build`.
Refer to the [documentation](build.md) of `cargo osdk build`
for more details.