Files
eliott 69200351bd
All checks were successful
CI / build (push) Successful in 18s
CI / kernel-build (push) Successful in 7s
first commit
2026-01-04 12:23:15 +01:00
..
2026-01-04 12:23:15 +01:00

Kernel Configuration

This directory contains kernel configuration files and patches for beOS.

Structure

  • configs/ - Kernel configuration files
  • patches/ - beOS-specific kernel patches
  • scripts/ - Kernel build and configuration scripts

Kernel Version

beOS uses Linux kernel 6.8.x series (latest stable).

Configuration

The kernel is configured for desktop use with:

  • Desktop performance optimizations
  • Modern hardware support (UEFI, secure boot)
  • Filesystem support (ext4, Btrfs)
  • Graphics drivers (NVIDIA, AMD, Intel)
  • Network stack optimizations
  • Security features (SELinux/AppArmor support)

Building

See the main build system documentation for kernel build instructions.