Get the latest tech news
Intel 80286 emulator for Raspberry Pico
RP2040/RP2350 286 PC emulator for MURMULATOR dev board - xrip/pico-286
The Pico-286 project is an endeavor to emulate a classic PC system, reminiscent of late 80s and early 90s computers, on the Raspberry Pi Pico (RP2040/RP2350 microcontroller). This is ideal for development, allowing you to edit files on your host machine and access them instantly within the emulator without modifying disk images. How it works: It directly communicates with an external PSRAM chip over a high-speed SPI interface, managed by the Pico's PIO and DMA for maximum performance.
Or read this on Hacker News