Are there courses that teach computer construction from logic gates to an operating system?

0
1
Asked By MellowPine42 On

Aside from Nand2Tetris, are there any courses or closely connected book series that guide you through the full stack of building a computer? I'm looking for a progression from basic gate logic and circuit design through assembly language, higher-level programming, compiler construction, and finally an operating system. Ideally, the course would demonstrate how the layers fit together and how a complete computer can be built from simple components. If no single course covers this, what would be the best way to study the subject independently?

2 Answers

Answered By BrightMango26 On

For the hardware side, start with a solid computer architecture textbook. Ben Eater’s video series are also useful because they demonstrate a simple processor and related circuits with accessible, hands-on explanations.

Answered By OrbitingKite7 On

Turing Complete is a game-based way to explore many of these ideas. You build increasingly complicated digital systems while learning how the pieces fit together, so it can be a fun supplement to a more formal course.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.