# ostool Rust开发OS的工具集 ## 使用 ```shell cargo install ostool ostool --help ``` ### Qemu启动 ```shell ostool run qemu # debug ostool run qemu -d ``` ### U-Boot 启动 ```shell ostool run uboot ```