Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YdrMaster/try-libos
试试库操作系统
https://github.com/YdrMaster/try-libos
Last synced: 1 day ago
JSON representation
试试库操作系统
- Host: GitHub
- URL: https://github.com/YdrMaster/try-libos
- Owner: YdrMaster
- Created: 2022-09-29T06:29:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T03:14:51.000Z (about 2 years ago)
- Last Synced: 2024-08-02T07:02:20.545Z (3 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 试试库操作系统
```bash
cargo qemu --plat --app
```- `APP` 可用项:
- `helloworld`
- `echo`- `PLAT` 可用项:
- `qemu-virt`
- `qemu-sifive_u`## 依赖传递的方式
| --------- | 性能敏感 | 性能不敏感
| --------- | ------- | -
| 使用广泛 | 静态链接 | 动态注入
| 使用不广泛 | feature | feature