Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tamaroning/kernel-module-rust


https://github.com/tamaroning/kernel-module-rust

Last synced: 19 days ago
JSON representation

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/