A testing environment for Linux kernel development and embedded systems experimentation.
This sandbox provides tools and examples for:
- U-Boot build - Build and customize the universal bootloader
- Linux kernel build - Compile custom kernel configurations
- Ubuntu rootfs build - Create custom root filesystem images
- Linux eBPF programs - Develop and test extended Berkeley Packet Filter programs
- Linux kernel modules - Build and test loadable kernel modules
This sandbox is designed for testing and development purposes. Use the provided build scripts and configurations to experiment with different Linux kernel features and embedded system components.
Copyright (c) 2025 Schubert Anselme schubert@anselm.es
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.