1 个仓库
Integrated toolsets and emulation setups designed specifically for the creation and testing of operating system kernels.
Distinct from Linux Kernel Development: The candidates are either too focused on the Linux kernel internals specifically or general Linux OS setups, rather than a development environment suite.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Development Environments. Refine with filters or upvote what's useful.
该项目提供了一个 Linux 内核开发环境和一个系统仿真套件,用于跨多种硬件架构构建和调试内核模块及裸机汇编。它作为一个全面的沙箱和框架,用于底层系统开发,利用 QEMU 模拟硬件环境,无需物理设备。 该环境使用 Buildroot 和 crosstool-NG 集成交叉编译工具链,以从单个主机针对 x86_64、ARMv7 和 ARMv8 平台。它具有一个专门的内核调试框架,利用 GDB 和 KGDB 对内核和用户空间进程进行逐步执行和状态检查。 广泛的功能包括通过版本控制二分法隔离引导和功能故障的自动化回归测试、用于管理 CPU 电源状态和系统寄存器的硬件抽象,以及用于内存状态完整性和汇编分析的底层测试原语。该系统还包括用于命令性能基准测试、输出日志记录和容器化工作区引导的实用工具。
Provides a pre-configured emulation setup for building and debugging Linux kernel modules across multiple hardware architectures.