3 مستودعات
Simulating x86 CPU registers, memory, and peripherals within a web browser using JavaScript and WebAssembly.
Distinct from Browser Device Emulation: Unlike Browser Device Emulation which mimics user agents, this simulates actual x86 hardware logic.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Browser-Based Hardware Emulation. Refine with filters or upvote what's useful.
v86 is a browser-based virtual machine and x86 hardware simulator that allows 16-bit and 32-bit operating systems to run directly within a web page. It functions as an x86 emulator for WebAssembly, simulating CPUs, memory, and storage devices to execute legacy software without original native hardware. The project utilizes a WebAssembly just-in-time compiler to translate x86 machine code into WebAssembly modules for high-performance execution in the browser. The system covers hardware emulation and lifecycle management, including the ability to boot from disk images, configure virtual hardwa
Implements a full x86 hardware simulator including CPU and memory layouts directly in the browser.
This project is a digital library and archive of vintage Chinese language DOS games. It provides a curated collection of historical software preserved for access through a web-based emulation platform and a searchable game catalog. The system utilizes a decentralized repository to host and share game data files across a peer-to-peer network. This ensures assets are retrieved using content-addressable hashes rather than relying on central servers. Users can execute games directly in a web browser via a DOS emulation engine or use provided scripts to download and configure game archives for lo
Enables browser-based hardware emulation of DOS environments using JavaScript and WebAssembly.
Anypixel is a web-to-hardware display framework and toolkit for building large-scale physical interactive screens and button walls. It provides a system for mapping HTML canvas graphics to physical LED arrays, combining a networked pixel controller with a management tool that translates web application data into electronic signals for microcontroller-driven display boards. The project features a browser-based hardware simulation environment that allows for testing interactive display logic, button events, and network communication without requiring physical components. This emulator enables t
Includes a browser-based hardware emulation system to simulate physical component behavior and network traffic.