flâneur

luke8086/gentleos32: Hobby operating system for vintage 32-bit PCs ·

github.com · 484 words · saved by 1 readers

Hobby operating system for vintage 32-bit PCs

GentleOS/32 A hobby operating system for vintage 32-bit PCs, built for tinkering with old hardware on the bare metal. You can find more information on its website. It has a spin-off called GentleOS/16, which targets even older, 16-bit PCs. Building The only prerequisite is Docker & Docker Compose, supporting linux/amd64 platform. To compile GentleOS/32, run: docker compose run --rm dev make -j4 You will find the resulting binaries in build/. To clean up docker artifacts, run: docker compose down --rmi all Testing The easiest way to test is to open gentleos32-web.html in a…

saved by

related reading