# linux kernel envronment **Repository Path**: zzyjsjcom/linux-kernel-env ## Basic Information - **Project Name**: linux kernel envronment - **Description**: Based on: https://github.com/BiscuitOS/BiscuitOS, used for study arm64 feature in linux kernel. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-10 - **Last Updated**: 2022-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux kernel envrionment ## introduction This project is based on BiscuitOS: https://biscuitos.github.io/ ## BiscuitOS setup make prepare image ## build kernel module and run make run Now, you are in the BiscuitOS system, run "su - root" to enter root for run kernel module. /mnt have mounted to your host system's home directory, my codebase directory in host is at: ~/disk2/00_git/linux-kernel-env. So, run "cd /mnt/disk2/00_git/linux-kernel-env/test_ko", then run "make" command.