about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-27 07:32:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-27 07:32:08 -0700
commitc7e1fed2b921fb09fa55cf82ccec8535e0bd4caf (patch)
tree7c14cfa4f5be913e0c6fb7142e24191ce8ed913e /linux
parent372367f59a897162912d0646158bdea1e07d6e66 (diff)
downloadmu-c7e1fed2b921fb09fa55cf82ccec8535e0bd4caf.tar.gz
.
Diffstat (limited to 'linux')
-rw-r--r--linux/bootstrap/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/bootstrap/README.md b/linux/bootstrap/README.md
index dcf1f79d..5ac3cecf 100644
--- a/linux/bootstrap/README.md
+++ b/linux/bootstrap/README.md
@@ -25,3 +25,8 @@ identical binaries should help gain confidence in Mu.
   Remember, not all 32-bit Linux binaries are guaranteed to run. I'm not
   building general infrastructure here for all of the x86 instruction set.
   SubX is about programming with a small, regular subset of 32-bit x86.
+
+## Hacking
+
+This directory is the only C++ code in the project, and has [an unconventional
+organization](http://akkartik.name/post/four-repos).