Doom port for the GL-iNet GL-BE10000 Slate 7 Pro travel router
A port of the classic game Doom has been developed for the GL-iNet GL-BE10000 Slate 7 Pro travel router. The project uses fbdoom compiled with the musl compiler and requires the DOOM1.WAD file to run. Instructions are provided for transferring and executing the game on the device.
- ▪The Doom port for the GL-BE10000 Slate 7 Pro is based on fbdoom compiled for musl.
- ▪Users must copy both the compiled doom binary and the DOOM1.WAD file to the device to run the game.
- ▪Execution requires setting executable permissions and running 'doom -file DOOM1.WAD' via command line.
- ▪The necessary DOOM1.WAD file can be obtained from a specified GitHub repository.
- ▪Compilation instructions are included for use with WSL on Windows using the aarch64-linux-musl-gcc toolchain.
Opening excerpt (first ~120 words) tap to expand
Doom for the Slate 7 Pro travel Router GL-BE10000 from GL-iNet This repo is made together with this explanation video:(click on it) Based on the musl compiler ready fbdoom: https://github.com/andreacampanella/fbdoom Run: Copy the doom and DOOM1.WAD File to the device via SSH or any other usable way and run it via: doom -file DOOM1.WAD (Make sure to chmod the doom file beforehand) Getting DOOM1.WAD You can find the correct DOOM1.WAD here: https://github.com/nneonneo/universal-doom/blob/main/DOOM1.WAD Compile: To get ready with WSL on windows use: sudo apt-get update && sudo apt-get install -y make cd ~ wget https://musl.cc/aarch64-linux-musl-cross.tgz tar -xf aarch64-linux-musl-cross.tgz export PATH="$HOME/aarch64-linux-musl-cross/bin:$PATH" To compile: make CC=aarch64-linux-musl-gcc
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.