mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
add kernel build infra and introduce development guide to README
This commit is contained in:
5
kernel/config.sh
Normal file
5
kernel/config.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
KERNEL_VERSION="6.7.5"
|
||||
KERNEL_SRC_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VERSION}.tar.xz"
|
||||
SRC_DIR_NAME="linux-${KERNEL_VERSION}"
|
||||
OUTPUT_DIR_NAME="out"
|
Reference in New Issue
Block a user