diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-05 21:15:44 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-05 21:39:06 +0200 |
| commit | 09e410b21358e1475261499ccf6a75fac2da12d4 (patch) | |
| tree | 26bde85dbe6be7502d1eca29263e404e92633f94 /content/posts/atk16-my-homegrown-computer | |
| parent | b2b9388f789c58a5b6ee1cbf9edfe88013d3fc63 (diff) | |
Refactor and colocate assets
Diffstat (limited to 'content/posts/atk16-my-homegrown-computer')
| -rw-r--r-- | content/posts/atk16-my-homegrown-computer/atk16-text-mode.png | bin | 0 -> 427840 bytes | |||
| -rw-r--r-- | content/posts/atk16-my-homegrown-computer/index.md | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/content/posts/atk16-my-homegrown-computer/atk16-text-mode.png b/content/posts/atk16-my-homegrown-computer/atk16-text-mode.png Binary files differnew file mode 100644 index 0000000..93c2752 --- /dev/null +++ b/content/posts/atk16-my-homegrown-computer/atk16-text-mode.png diff --git a/content/posts/atk16-my-homegrown-computer/index.md b/content/posts/atk16-my-homegrown-computer/index.md new file mode 100644 index 0000000..ba8bf84 --- /dev/null +++ b/content/posts/atk16-my-homegrown-computer/index.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. |
