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
- Host: GitHub
- URL: https://github.com/tomlin7/bill
- Owner: tomlin7
- Created: 2021-09-07T20:01:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T14:50:47.000Z (10 months ago)
- Last Synced: 2025-04-13T16:49:24.934Z (10 months 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: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compiling
```
rustup target add thumbv7em-none-eabihf
```
```
cargo build --target thumbv7em-none-eabihf
```