Files
SparkOS/config/build.conf
2026-01-02 01:46:09 +00:00

31 lines
464 B
Plaintext

# SparkOS Configuration
# This file defines the build configuration for SparkOS
# Target architecture
ARCH=x86_64
# Kernel version (if building custom kernel)
KERNEL_VERSION=6.1
# Image size for dd-able image
IMAGE_SIZE=512M
# Bootloader
BOOTLOADER=syslinux
# Init system
INIT=sparkos-init
# Compiler flags
CFLAGS=-Wall -O2 -static
LDFLAGS=-static
# Root filesystem location
ROOTFS=rootfs
# Build directory
BUILDDIR=build
# Output image
IMAGE=sparkos.img