# RealTime-Linux **Repository Path**: mirrors_Lembed/RealTime-Linux ## Basic Information - **Project Name**: RealTime-Linux - **Description**: Linux 4.8.15 with PREEMPT_RT properly target for best code reference - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## linux ```bash wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.tar.xz wget https://www.kernel.org/pub/linux/kernel/projects/rt/4.8/patch-4.8-rt1.patch.xz xz -cd linux-4.8.tar.xz | tar xvf - cd linux-4.8 xzcat ../patch-4.8-rt1.patch.xz | patch -p1 ``` ## sample collections of RT application samples ## tools Docker image with linaro gcc cross compiler can used to build real time linux and samples