A 386 PC for Your RP2350
SamuraiLion
209 points
79 comments
September 14, 2026
Related Discussions
Found 5 related stories in 64.4ms across 6,607 title embeddings via pgvector HNSW
- z486: A 486-Class Pipelined FPGA CPU with Integrated Floating-Point matt_d · 19 pts · August 15, 2026 · 51% similar
- The B-right/V R2 Operating System (2000) Bluestein · 17 pts · August 21, 2026 · 47% similar
- Happy 45th Birthday to the IBM PC and Model F/XT tart-lemonade · 60 pts · August 12, 2026 · 47% similar
- New all in one 6502 computer (Neo6502kbd) AlexeyBrin · 43 pts · September 06, 2026 · 46% similar
- Os8088.com: IBM XT OS now has a Browser, CP/M 2.2 with Z80 core and MS Word 1.1a jggonz · 70 pts · August 19, 2026 · 46% similar
Discussion Highlights (17 comments)
weinzierl
Looks like it can even run Windows 96. Incredibly cool. I'll have to try if it runs my old Slackware kernal 1.2.13 some time. I used it with a 4MiB, 25Mhz 386 DX back in the time, so it should.
Tepix
Time to dig up 386bsd
momocowcow
yes, but those screenshots are EGA
jwrallie
Really cool, wondering if it can be ported to the PicoCalc.
burstmode
Does it emulate RS232 ports and printer ports as well ? I did'nt find anything. Then it would be possible to reuse old embedded equipment.
cold_pizz4
I love it! The RP2350 is probably the most underrated microcontroller available today.
dvdkon
It's really cool what can be done today with just an MCU that has sufficiently flexible IO. What's the performance like?
guenthert
Holy cow, a 386 with VGA and SoundBlaster on a $1 MCU? I recall VICE emulating the Brotkasten on 386 PCs some thirty years ago, later UAE doing it for Amiga. How long til my currently running system (anno 2016) is being emulated?
gxd
I had Slackware CDs in the nineties! They had a minimalist label and came with no jewel case (rubber band if I recall correctly). I've been meaning to rediscover the CICA and Simtel collections. Maybe that's what I needed!
nickcw
Was the performance mentioned anywhere - I couldn't find it on the page?
joshmarinacci
Wow. How can it do this without an MMU?
shrubble
Technically you could run OS/2 on it, I think. Or Plan9 for i386.
zabriel_goss
What a long way to have come from the beige towers!
broswell
Which of the 4 boards on do you recommend as easiest? I would love to demo at the Computer Museum @ System Source https://museum.sysrc.com It looks like I would have to build my own frank board. Any off the shelf boards?
jasongill
In case anyone missed it earlier on HN, there is a similar project that runs on an ESP32: https://github.com/hchunhui/tiny386
ilaksh
The problem is PC programs assume 640kb of RAM and the RP2350 has 512kb + 16kb cache SRAM so anything that goes past that has a sudden 40 cycle access delay. So even if you account for the RP2350 being 6 times faster than the RP2350, I think the emulation would randomly start to stutter a lot in certain circumstances waiting to access that part of the memory.
paulryanrogers
Is this an emulator or firmware that makes the Pi a cycle accurate implementation of 386, just with a bit of hardware shims for modern accessories?