https://github.com/truedoctor/unikraft-rust
Rust application template for the unikraft kernel
https://github.com/truedoctor/unikraft-rust
Last synced: over 1 year ago
JSON representation
Rust application template for the unikraft kernel
- Host: GitHub
- URL: https://github.com/truedoctor/unikraft-rust
- Owner: TrueDoctor
- License: bsd-3-clause
- Created: 2021-08-27T14:59:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T18:30:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T05:09:53.346Z (over 1 year ago)
- Language: Rust
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unikraft-rust
Rust application template for the unikraft kernel
This template compiles the rust code as a statc library and links it into the uni kernel.
simply run `make` to execute (afer configuration)