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

https://github.com/tomlin7/bill

x64 Kernel for BILL OS
https://github.com/tomlin7/bill

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

Last synced: 8 months ago
JSON representation

x64 Kernel for BILL OS

Awesome Lists containing this project

README

          

## Compiling

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

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