# linux-5.3.0 **Repository Path**: zzyjsjcom/linux-5.3.0 ## Basic Information - **Project Name**: linux-5.3.0 - **Description**: linux-5.3.0 for aarch64 based on BiscuitOS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-5.3-aarch64 ## introduction This project is based on BiscuitOS: https://biscuitos.github.io/ ## BiscuitOS setup ./RunBiscuitOS.sh pack # only need to run once ./RunBiscuitOS.sh ## build kernel module and run ./build_first.sh # only need to run once ./build.sh su - root # change to root directory cd /home/ft2 insmod armv8_a.ko; rmmod armv8_a.ko # insmod & rmmod