SP
spacestation13/dm-playground-linux
Code to compile the linux image used in the playground using buildroot
dm-playground-linux
This repo contains the buildroot configuration files to create the iso used in dm playground
- download buildroot 2024.02 and extract to a folder.
- install buildroot dependencies (its in their documentation)
- shove contents of repo in /byondvm
- run
make defconfig byondvm_defconfig BR2_EXTERNAL=byondvm - run
make -j<cpu cores> - run
make -j<cpu cores>again (this one is short, it's because of bugs with experimental buildroot features im using(parallel building)) - iso is in output/images
Note
On Arch, glibc 2.36-3 has a bug where its impossible to build. At the time of writing this, there is no binary fix. However, it is possible to work around this issue by compiling glibc from source on a more recent version of 2.36.
Bugtracker link: https://bugs.archlinux.org/task/75695
On this page
Languages
Makefile58.4%Shell41.6%
Created September 6, 2021
Updated February 9, 2026