Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamaroning/kernel-module-rust
https://github.com/tamaroning/kernel-module-rust
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamaroning/kernel-module-rust
- Owner: tamaroning
- Created: 2023-10-21T10:36:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:37:00.000Z (about 1 year ago)
- Last Synced: 2024-04-18T02:13:00.014Z (9 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kernel-module-rust
Try Rust for Linux
```
% docker compose up -d
% docker exec -it kernel-module-rust-ubuntu-1 bash
# cd /kernel-module-rust/rust_kernel
# make
# sudo insmod hello_rust.ko
# sudo dmesg | tail -1# sudo rmmod hello_rust
```## References
- https://github.com/Rust-for-Linux/linux/tree/rust-next/Documentation/rust
- https://dev.classmethod.jp/articles/linuxkernel-with-rust/