Get the latest tech news
Linux in Minecraft
Contribute to Snektron/linux-in-minecraft development by creating an account on GitHub.
This repository hosts the sources and utilities to build a datapack that boots a very minimal Linux image in vanilla Minecraft. Its a RISC-V I+M+A+Zicsr+Zifencei emulator written in cbscript, a scripting language that compiles relatively normal code to a set of minecraft command functions and places them in a datapack. riscv.cbscript contains the main emulator bit.cblib contains functions for bit operations print.cblib contains some hacks to print console messages to the minecraft chat, putc-style.
Or read this on Hacker News