TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to build an 8-bit TTL computer from scratch

8 点作者 mrsebastian大约 13 年前

4 条评论

ColinWright大约 13 年前
The actual build is documented at the submission here: <a href="http://news.ycombinator.com/item?id=3913879" rel="nofollow">http://news.ycombinator.com/item?id=3913879</a>
rlpb大约 13 年前
I'd really like to see a computer made entirely from transistors, and only transistors. I feel that using ICs hides a lot of it away.<p>Admittedly the thing would be massive, perhaps covering a wall. But it would be a great demonstration of how it _is_ possible to build such a thing using just one key component.<p>Bonus points: make it 32-bit, include an MMU, and boot Linux on it. You may use more than one wall.
bunderbunder大约 13 年前
<i>Hovey’s 8-bit ALU (arithmetic logic unit) is constructed completely out of transistor-transistor logic.</i><p>I did that once. All it took was a couple 74181 chips.
jrabone大约 13 年前
An Arduino to do the BCD conversion? Has the world supply of 7448/74184/74185 chips run out?