1 个不稳定版本
0.0.1 | 2019 年 4 月 9 日 |
---|
#44 in #builds
25KB
640 代码行(不包括注释)
Linux 内核作为库
构建 Linux 内核源码作为 rust crate,以便在 Rust 项目中方便使用。请注意许可证,因为这实际上是 Linux。
构建脚本为你执行的操作
git clone --depth=1 https://github.com/lkl/linux.git
make -C tools/lkl
依赖项和测试
运行 lkl 的测试需要一些 Python 包
pip install junit_xml yamlish
make run-tests
cd tools/lkl