Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 693 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 693 Bytes

Build Your Own Virtual Computer from the Ground, Up

Work In Progress

Build everything from transistors and boot loaders to operating systems in this virtual chip.

I have always wanted to understand how computers work. Unfortunately, building a computer with breadboards is expensive and time consuming. Why not build every part of a computer using just code? So much of this project was made thanks to Ben Eaters YouTube channel. I learned a lot about transistors, logic gates, and chip design from him.

Logic Gates

For an understanding of logic gates and their implementation, see logic gates