Bare-metal VT100 terminal on a Raspberry Pi Zero W

Posted by One-Landscape-6190@reddit | vintagecomputing | View on Reddit | 8 comments

I have been building a VT100-style terminal that runs bare-metal on a Raspberry Pi Zero W, mainly for use in my 60% VT100 replica. It boots straight into the terminal without Linux and focuses on recreating the original VT100 look and feel with ROM-derived fonts, DEC graphics, and double-width/double-height text.

The idea was to make a fast, dedicated terminal for serial hosts that feels much closer to real vintage hardware than a generic software terminal.

Project on GitHub:
https://github.com/rzuehlsd/PiZero_VT100