You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of building kernel with patches and kernel config of v7.0 on a native arm64 machine.
# Clone this repo
git clone https://github.com/cixtech/cix-linux-main
# Clone kernel source code
git clone --depth 1 https://github.com/torvalds/linux.git -b v7.0-rc4
# Get into source dir
cd linux
# Create a branch for development
git branch dev-7.0 && git checkout dev-7.0
# Apply patches
git am ../cix-linux-main/patches-7.0/*.patch
# Copy kernel config
cp ../cix-linux-main/config/config-7.0.defconfig .config
# Make oldconfig
make olddefconfig
# Build kernel deb
make -j$(nproc) bindeb-pkg
Kernel parameters
There are following kernel parameters which are necessary for booting kernel: