2024-01-20 04:17:42 +00:00
|
|
|
# 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.
|