A RP2040 based DECstation 3000 emulator that can run DECWindows
The GitHub URL offers comprehensive documentation on the DECstation 2040 emulator, based on RP2040, capable of running DECWindows. It includes hardware specs, software features, PIO, DMA, USB components, setup instructions, project commentary, and media showcasing progress.
Read original articleThe GitHub URL provided contains detailed documentation of the DECstation 2040, an emulator based on RP2040 that can run DECWindows. It covers hardware specifications, software features, and components like PIO, DMA, USB, and Emulator. Instructions for starting with the hardware and software are included. The documentation also features a project commentary, discussing development highlights, challenges, next steps, acknowledgements to contributors, and inspirations. Additionally, there are pictures and videos showcasing the project's progress and output. For further details, please specify your inquiry.
Related
The Forth Deck mini: a portable Forth computer with a discrete CPU
The Forth Deck mini is a portable computer with a discrete CPU, 40x4 LCD, 56-key QWERTY keyboard, 6.6 Wh battery lasting 6 hours. It runs on an 8-bit CMOS CPU, 32 KB ROM, 32 KB RAM, and up to 256 KB EEPROM. RS-232 and I2C-bus supported. Size: 198 x 118 x 35 mm. Keyboard kit available at Budgetronics.
Rp2040-psram: A header-only C library for access to SPI PSRAM via PIO on RP2040
The GitHub repository offers a header-only C library for RP2040 microcontroller to access SPI PSRAM via PIO, enhancing data transfer speed. Compatible with various PSRAM chips. Find details at https://github.com/polpo/rp2040-psram.
1990's Workstation in Your Pocket
A project on Hackaday emulates a 1990s DECstation workstation with an RP2040 microcontroller, replicating features like a MIPS processor, UNIX OS, monochrome screen, USB peripherals, and Ethernet. The GitHub repository offers detailed information.
The Workstation You Wanted in 1990, in Your Pocket
A project emulates a DECstation on an RP2040 microcontroller, showcasing 1990s computing power. The emulation board offers modest specs but highlights past software efficiency. Enthusiasts discuss early workstation capabilities.
RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 / Milk-V Duo S)
A RISC-V emulator tailored for Sophgo SG2000 SoC now supports Pine64 Oz64 and Milk-V Duo SBCs. It emulates SG2000 memory map, UART controller, and 64 interrupts, enabling NuttX testing. Future plans include GPIO emulation.
- Nostalgia and personal experiences with DECstations, including their use in education and professional settings.
- Technical admiration for the RP2040's capabilities, such as adding a Memory Management Unit and incorporating DMA and VGA display.
- Discussions on operating systems like NetBSD, Ultrix, and OSF/1, and their performance on DECstations.
- Interest in emulating other vintage hardware, such as the VT520, using modern technology.
- Reflections on the evolution of computing power and the simplicity of older systems compared to modern complexity.
Many things we do today require more processing power, but many things do not. Writing, terminals (well SSH could be a problem), email, hn. We used to do raytracing on a DECstation, had to use a remote X window to view the finished image in colour.
You would think that a certain subset of people would quite like a simpler system today to work on, but I guess it's just easier to buy something modern with all the extra layers of complexity.
Maybe this is because today programming largely relies on having access to the accumulated knowledge of the internet, and a very complex web browser.
For anyone interested, it's still very worth visiting that link, as it describes the whole journey and technical details about how the original DECstation emulation code came to be.
This is another great way to understand what computers getting faster by three decimal orders of magnitude means :-)
OSF/1 was such a departure. Nice, but different. Strange days.
rscott2049, you sir, have earned yourself a follower on GitHub!
And I'd love to follow you on other Social Media as well -- if you have any other Social Media accounts!
Related
The Forth Deck mini: a portable Forth computer with a discrete CPU
The Forth Deck mini is a portable computer with a discrete CPU, 40x4 LCD, 56-key QWERTY keyboard, 6.6 Wh battery lasting 6 hours. It runs on an 8-bit CMOS CPU, 32 KB ROM, 32 KB RAM, and up to 256 KB EEPROM. RS-232 and I2C-bus supported. Size: 198 x 118 x 35 mm. Keyboard kit available at Budgetronics.
Rp2040-psram: A header-only C library for access to SPI PSRAM via PIO on RP2040
The GitHub repository offers a header-only C library for RP2040 microcontroller to access SPI PSRAM via PIO, enhancing data transfer speed. Compatible with various PSRAM chips. Find details at https://github.com/polpo/rp2040-psram.
1990's Workstation in Your Pocket
A project on Hackaday emulates a 1990s DECstation workstation with an RP2040 microcontroller, replicating features like a MIPS processor, UNIX OS, monochrome screen, USB peripherals, and Ethernet. The GitHub repository offers detailed information.
The Workstation You Wanted in 1990, in Your Pocket
A project emulates a DECstation on an RP2040 microcontroller, showcasing 1990s computing power. The emulation board offers modest specs but highlights past software efficiency. Enthusiasts discuss early workstation capabilities.
RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 / Milk-V Duo S)
A RISC-V emulator tailored for Sophgo SG2000 SoC now supports Pine64 Oz64 and Milk-V Duo SBCs. It emulates SG2000 memory map, UART controller, and 64 interrupts, enabling NuttX testing. Future plans include GPIO emulation.