# ostool **Repository Path**: zr233/ostool ## Basic Information - **Project Name**: ostool - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-09 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```