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

https://github.com/tomlin7/bill

Main repository for BILL OS
https://github.com/tomlin7/bill

assembly kernel operating-system operating-system-kernel os rust

Last synced: 12 days ago
JSON representation

Main repository for BILL OS

Awesome Lists containing this project

README

        

## Compiling

```
rustup target add thumbv7em-none-eabihf
```

```
cargo build --target thumbv7em-none-eabihf
```