diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-01 17:36:39 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:05 +0200 |
| commit | c1856d1f3edbc4b32be5860233dede88db16a7bb (patch) | |
| tree | b3a5e2f600c0079bd04d7ab2bb459b4664ba66a1 /content/posts/atk16-my-homegrown-computer.md | |
| parent | 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a (diff) | |
Start migrating content
Diffstat (limited to 'content/posts/atk16-my-homegrown-computer.md')
| -rw-r--r-- | content/posts/atk16-my-homegrown-computer.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/posts/atk16-my-homegrown-computer.md b/content/posts/atk16-my-homegrown-computer.md new file mode 100644 index 0000000..afad92f --- /dev/null +++ b/content/posts/atk16-my-homegrown-computer.md @@ -0,0 +1,17 @@ +--- +title: ATK16 – My homegrown computer +date: 2024-05-01 +extra: + kind: project +--- + + + +**ATK16** is a learning project I've been working on for some time. It started off as a 16-bit, reduced instruction set computer (RISC) CPU design but evolved into an entire computer with peripherals and software. + +Instead of repeating myself, I'm going to direct you to the [ATK16 project page](../projects/ATK16). It's not complete by any means, but I've written a bunch about the project and my motivations already! [¹](#footnote) + +--- + +<div id="footnote"></div> +1. There's actually more text in there than in my bachelor's thesis. |
