Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/YdrMaster/try-libos

试试库操作系统
https://github.com/YdrMaster/try-libos

Last synced: 1 day ago
JSON representation

试试库操作系统

Awesome Lists containing this project

README

        

# 试试库操作系统

```bash
cargo qemu --plat --app
```

- `APP` 可用项:
- `helloworld`
- `echo`

- `PLAT` 可用项:
- `qemu-virt`
- `qemu-sifive_u`

## 依赖传递的方式

| --------- | 性能敏感 | 性能不敏感
| --------- | ------- | -
| 使用广泛 | 静态链接 | 动态注入
| 使用不广泛 | feature | feature