diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-02 12:46:57 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-02 12:46:57 -0800 |
commit | ffb1bab6678cbf189b0d06c0221e99d8415840c2 (patch) | |
tree | 2dd79762c151331e55d0b4ba3f0a13c80b89c3a2 /tools | |
parent | e968735e604f9eaf2ef01da6b9a1374c31bf6d0f (diff) | |
download | mu-ffb1bab6678cbf189b0d06c0221e99d8415840c2.tar.gz |
5870
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iso/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/iso/README.md b/tools/iso/README.md new file mode 100644 index 00000000..91d41d40 --- /dev/null +++ b/tools/iso/README.md @@ -0,0 +1,3 @@ +Scripts for packaging up SubX programs with either Linux or [Soso](https://github.com/ozkl/soso) +kernels. Soso sources for Mu are right here. Linux sources for Mu are in [a +separate repo](https://github.com/akkartik/linux). |