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
- Host: GitHub
- URL: https://github.com/tomlin7/bill
- Owner: tomlin7
- Created: 2021-09-07T20:01:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T09:28:31.000Z (2 months ago)
- Last Synced: 2025-03-27T07:35:50.842Z (29 days ago)
- Topics: assembly, kernel, operating-system, operating-system-kernel, os, rust
- Language: Makefile
- Homepage:
- Size: 4.07 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compiling
```
rustup target add thumbv7em-none-eabihf
``````
cargo build --target thumbv7em-none-eabihf
```