44 releases (4 breaking)
new 0.5.5 | Jan 14, 2025 |
---|---|
0.5.3 | Jan 9, 2025 |
0.4.1 | Jan 6, 2025 |
0.3.19 | Dec 30, 2024 |
0.1.1 | Oct 25, 2024 |
#95 in Operating systems
1,111 downloads per month
56KB
1.5K
SLoC
ostool
Rust开发OS的工具集
使用
cargo install ostool
ostool --help
Qemu启动
ostool run qemu
# debug
ostool run qemu -d
U-Boot 启动
linux tftp 使用69端口,为特权接口,需要为应用授予权限:
sudo setcap cap_net_bind_service=+eip $(which ostool)
ostool run uboot
Dependencies
~13–23MB
~367K SLoC