Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 598 Bytes

File metadata and controls

11 lines (7 loc) · 598 Bytes

Rust in the Linux Kernel - Project Source Code

This repository contains code and other scripts used in the research paper 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.