rvcore: A RISC-V RV32IM Emulator That Runs DOOM
By
Flex247A
Warm and crisp on the edges. A bagel with a bit of bite.
Summary
rvcore is a single-core RISC-V emulator implementing the RV32IM ISA, capable of running DOOM. The project is hosted on GitHub and requires CMake, C++20 support, and SDL3 dependencies to build. It also depends on a separate doomgeneric repository and a RISC-V GNU toolchain configured for RV32IM to compile the DOOM binary that runs on the emulator.
Key quotes
· 3 pulledrvcore is a single-core RISC-V emulator that implements the RV32IM ISA, except for the FENCE and EBREAK instructions, which are currently NOP.
To build, CMake and a compiler that supports C++20 is required (for Windows, Cygwin is required)
Dependencies: libsdl3-dev / sdl3-devel
You might also wanna read
IRIS: An AI-assisted Rust-based SGI Indy Emulator that boots IRIX
An SGI Indy (MIPS R4400) emulator called IRIS (Irresponsible Rust IRIX Simulator) built using Rust and AI assistance. It boots IRIX 6.5 and
Netflix engineer's open-source tool cuts AI token usage by up to 90%
Netflix senior engineer Tejas Chopra created software called "Project Headroom" that prunes redundant tokens from AI agent instructions befo
Copyparty: A Lightweight File Server That Runs as a Single Python Script
Copyparty is a lightweight, full-featured file server that runs as a single Python script, making it extremely easy to set up without needin
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it makes the coding age
bit.ly·1d agoReactOS open-source Windows NT clone reaches ARM64 boot milestone on Raspberry Pi 5
ReactOS, the open-source project aiming to recreate Windows NT, has achieved a new milestone by booting on ARM64 architecture. The experimen
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
