diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-14 11:28:40 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-14 11:28:40 -0800 |
commit | 3b12aab3bc4d673a206a3e2255c1cf78c3f24762 (patch) | |
tree | 9c38a4255c7d83a0faf644cba68184c70a873cc5 | |
parent | c71073ebfe4024fe28c73648bf2cbc13f12d5968 (diff) | |
download | mu-3b12aab3bc4d673a206a3e2255c1cf78c3f24762.tar.gz |
7235 - belatedly add spiritual forks
-rw-r--r-- | README.md | 6 |
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 |