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
2026-01-04 12:23:15 +01:00
2026-01-04 12:23:15 +01:00
2026-01-04 12:23:15 +01:00

Base System Components

This directory contains the base system components for beOS.

Components

  • Init System: systemd or OpenRC
  • Core Utilities: GNU coreutils
  • System Libraries: glibc and essential libraries
  • Device Management: udev
  • Development Toolchain: GCC, binutils

Structure

  • init/ - Init system configuration
  • coreutils/ - Core utilities configuration
  • libraries/ - System libraries
  • device-management/ - udev rules and configuration

Building

Base system components are built as part of the main build process.