about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-14 11:28:40 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-14 11:28:40 -0800
commit3b12aab3bc4d673a206a3e2255c1cf78c3f24762 (patch)
tree9c38a4255c7d83a0faf644cba68184c70a873cc5 /README.md
parentc71073ebfe4024fe28c73648bf2cbc13f12d5968 (diff)
downloadmu-3b12aab3bc4d673a206a3e2255c1cf78c3f24762.tar.gz
7235 - belatedly add spiritual forks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46131b34..ca30867f 100644
--- a/README.md
+++ b/README.md
@@ -142,10 +142,16 @@ use it. I might even pull your changes into this repo!
 
 - [mu-normie](https://git.sr.ht/~akkartik/mu-normie): with a more standard
   build system that organizes the repo by header files and compilation units.
+  Stays in sync with this repo.
 - [mu-x86\_64](https://git.sr.ht/~akkartik/mu-x86_64): experimental fork for
   64-bit x86 in collaboration with [Max Bernstein](https://bernsteinbear.com).
   It's brought up a few concrete open problems that I don't have good solutions
   for yet.
+- [uCISC](https://github.com/grokthis/ucisc): a 16-bit processor being
+  designed from scratch by [Robert Butler](https://www.youtube.com/channel/UCh4OpfF7T7UtezGejRTLxCw)
+  and programmed with a SubX-like syntax.
+- [subv](https://git.s-ol.nu/subv): experimental SubX-like syntax by [Sol
+  Bekic](https://mmm.s-ol.nu) for the RISC-V instruction set.
 
 ## Desiderata