Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egebilecen/rust-in-the-linux-kernel

Rust in the Linux Kernel - Project Source Code
https://github.com/egebilecen/rust-in-the-linux-kernel

kernel-module linux-kernel loadable-kernel-module rust rust-lang

Last synced: 3 days ago
JSON representation

Rust in the Linux Kernel - Project Source Code

Awesome Lists containing this project

README

        

# Rust in the Linux Kernel - Project Source Code
This repository contains code and other scripts used in the [research paper](https://ege.r0m.cc/shared/Rust_in_the_Linux_Kernel_Research_Paper.pdf) that evaluates the Rust in the Linux kernel.

## Folders
`c`: Contains code for loadable kernel module written in C.

`rust`: Contains code for loadable kernel module written in Rust.

`python`: Contains scripts to test loadable kernel modules and some parsers to parse the output of `objdump` and `readelf`.

`misc`: Contains a Linux kernel configuration file for WSL2 after Rust support is enabled.