WeSearch

Doom port for the GL-iNet GL-BE10000 Slate 7 Pro travel router

·1 min read · 0 reactions · 0 comments · 3 views
#gaming#porting#router#doom#embedded
Doom port for the GL-iNet GL-BE10000 Slate 7 Pro travel router
⚡ TL;DR · AI summary

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.

Key facts
Original article
GitHub
Read full at GitHub →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub