lkl

Crates.iolkl
lib.rslkl
version0.0.1
sourcesrc
created_at2019-04-09 23:06:26.468382
updated_at2019-04-09 23:06:26.468382
descriptionLinux kernel as a crate
homepagehttps://github.com/gz/rust-lkl
repositoryhttps://github.com/gz/rust-lkl
max_upload_size
id126904
size24,416
Gerd Zellweger (gz)

documentation

README

Build Status

Linux kernel as a library

Builds the Linux kernel sources as a rust crate for convenient use in your rust project. Beware of the license since this is essentially Linux.

Steps the build.rs script does for you

git clone --depth=1 https://github.com/lkl/linux.git
make -C tools/lkl

Dependencies & Testing

For running the tests of lkl some python packages are required:

pip install junit_xml yamlish
make run-tests
cd tools/lkl

Resources

Commit count: 3

cargo fmt