# sybilla-hypervisor-kernel-module **Repository Path**: dong_se_yu/sybilla-hypervisor-kernel-module ## Basic Information - **Project Name**: sybilla-hypervisor-kernel-module - **Description**: 支持共享内存的内核模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-16 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build Native kernel headers are used by default: ```console $ make ``` To cross build or specify a custom kernel tree: ```console $ export ARCH=arm64 $ export CROSS_COMPILE=aarch64-linux-gnu- $ export LINUX_KERNEL_PATH= $ make ``` ## Usage ```console $ insmod shyper.ko ``` Then our CLI should work.