about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
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).